Skip to content

Releases: michalc/aiodnsresolver

v0.0.155

28 Aug 11:05
093bd01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.154...v0.0.155

v0.0.154

27 Aug 16:02
d9313ab
Compare
Choose a tag to compare

What's Changed

  • tests: fix test that asserts a timeout error if sent but no reply by @michalc in #55
  • refactor: avoid looking up a request in dictionary by @michalc in #56

Full Changelog: v0.0.153...v0.0.154

v0.0.153

27 Aug 14:57
92a1345
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.152...v0.0.153

v0.0.152

27 Aug 14:51
84feb1b
Compare
Choose a tag to compare

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