Skip to content

v0.0.152

Compare
Choose a tag to compare
@michalc michalc released this 27 Aug 14:51
· 8 commits to main since this release
84feb1b

What's Changed

The main code change in this release is from #52, fixing an issue when multiple nameservers are queried at once

All changes:

  • Permit tests to run as non-root user by @jwakefieldau in #32
  • tests: get tests to finish, although not yet pass by @michalc in #37
  • tests: fix 0x20 test by @michalc in #38
  • tests: 0x20 test now automatically retries by @michalc in #39
  • tests: fix logging test by @michalc in #40
  • tests: restore and fix tests that were timing out due to not trying more nameservers by @michalc in #41
  • ci: avoid coveralls to avoid urllib3/ssl error by @michalc in #42
  • ci: fetch pre commit from github with https and fix linting errors by @michalc in #44
  • tests: run test that now completes since multiple nameservers are attempted in tests by @michalc in #45
  • ci: test and lint on Python 3.8.0, and drop testing on Python 3.6.4 for now by @michalc in #46
  • ci: enable pylint checking for bad continuation by @michalc in #47
  • ci: enable linter that can be enabled by @michalc in #48
  • ci: move to GitHub actions, pyproject.toml and Codecov by @michalc in #49
  • ci: test on more Python versions by @michalc in #50
  • build: add me to authors list by @michalc in #51
  • fix: ignoring responses from all but the last nameserver when querying multiple by @michalc in #52
  • ci: deploy to PyPI workflow by @michalc in #53

New Contributors

Full Changelog: v0.0.151...v0.0.152