Skip to content

Releases: aio-libs/aiodns

v3.2.0

31 Mar 11:26
1c5f28f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.2.0

3.1.1

16 Oct 07:19
0bb9fb5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.1.1

3.1.0

07 Oct 20:41
813d321
Compare
Choose a tag to compare

What's Changed

  • Remove loop= param from asyncio.sleep() to fix tests on Python 3.10 by @mgorny in #96
  • Fix return type for resolver nameservers by @xtrochu in #102
  • Update supported Python versions by @saghul in #108

New Contributors

Full Changelog: aiodns-3.0.0...v3.1.0

3.0.0

14 May 08:50
Compare
Choose a tag to compare
  • Release wheels and source to PyPI with GH actions
  • Try to make tests more resilient
  • Don't build universal wheels
  • Migrate CI to GH Actions
  • Fix TXT CHAOS test
  • Add support for CAA queries
  • Support Python >= 3.6
  • Bump pycares dependency
  • Drop tasks.py
  • Allow specifying dnsclass for queries
  • Set URL to https
  • Add license args in setup.py
  • Converted Type Annotations to Py3 syntax Closes
  • Only run mypy on cpython versions
  • Also fix all type errors with latest mypy - pycares seems to have no typing / stubs so lets ignore it via mypy.ini
  • setup: typing exists since Python 3.5
  • Fix type annotation of gethostbyname()
  • Updated README

aiodns-2.0.0

02 Mar 12:03
Compare
Choose a tag to compare

(changes since version 1.x)

  • Drop support for Python < 3.5
  • Add support for ANY queries
  • Raise pycares dependency

aiodns-2.0.0b2

06 Feb 08:20
Compare
Choose a tag to compare
aiodns-2.0.0b2 Pre-release
Pre-release
  • Raise pycares dependency

aiodns-2.0.0b0

18 Jan 19:51
Compare
Choose a tag to compare
aiodns-2.0.0b0 Pre-release
Pre-release
  • Drop support for Python < 3.5
  • Add support for ANY queries
  • Raise pycares dependency

aiodns-1.2.0

18 Jan 19:52
Compare
Choose a tag to compare
  • Add support for Python 3.7
  • Fix CNAME test
  • Add examples with async and await
  • Fix Python version check
  • Add gethostbyaddr

aiodns-1.1.1

14 Oct 10:10
aiodns-1.1.1
Compare
Choose a tag to compare
aiodns 1.1.1 release

aiodns-1.0.0

12 Sep 10:02
Compare
Choose a tag to compare
  • Use pycares >= 1.0.0
  • Fix tests