Releases: aio-libs/aiodns
Releases · aio-libs/aiodns
v3.2.0
What's Changed
- Update test_query_ptr test to use address with PTR record by @kitterma in #114
- Added a missing py.typed file for wheel by @AVOstap in #115
- Add Winloop as a valid EventLoop by @Vizonex in #116
- Add support for getaddrinfo by @bdraco in #118
- Add support for getnameinfo by @bdraco in #119
New Contributors
- @kitterma made their first contribution in #114
- @AVOstap made their first contribution in #115
- @Vizonex made their first contribution in #116
- @bdraco made their first contribution in #118
Full Changelog: v3.1.1...v3.2.0
3.1.1
What's Changed
- Add PEP-561 with py.typed by @JCHacking in #109
- Fix timeout by @saghul in #110
New Contributors
- @JCHacking made their first contribution in #109
Full Changelog: v3.1.0...v3.1.1
3.1.0
3.0.0
- 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
(changes since version 1.x)
- Drop support for Python < 3.5
- Add support for ANY queries
- Raise pycares dependency
aiodns-2.0.0b2
- Raise pycares dependency
aiodns-2.0.0b0
- Drop support for Python < 3.5
- Add support for ANY queries
- Raise pycares dependency
aiodns-1.2.0
- Add support for Python 3.7
- Fix CNAME test
- Add examples with
async
andawait
- Fix Python version check
- Add gethostbyaddr
aiodns-1.1.1
aiodns 1.1.1 release
aiodns-1.0.0
- Use pycares >= 1.0.0
- Fix tests