Releases: saghul/pycares
Releases · saghul/pycares
4.5.0
What's Changed
- Test data updates to fix test failures by @kitterma in #192
- Update test_idna_encoding_query_a with new errno to align to new c-ares version by @kitterma in #194
- Do not define HAVE_GETSERVBYPORT_R for platforms Android, Cygwin, Darwin by @truboxl in #195
- Drop distutils by @saghul in #198
- build(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in #201
- Add 3.13 support, remove 3.8 by @ChrisLovering in #202
- chore(ci): fix upload & add more platforms to cibuildwheel by @monosans in #204
- Test building release wheels on PRs by @saghul in #206
- Fix building sdist by @saghul in #207
- Fixup CI by @saghul in #208
New Contributors
- @kitterma made their first contribution in #192
- @truboxl made their first contribution in #195
- @dependabot made their first contribution in #201
- @monosans made their first contribution in #204
Full Changelog: v4.4.0...v4.5.0
4.4.0
What's Changed
- Bump GitHub Actions versions and fix warnings in the process by @Jackenmen in #184
- Bump versions of used GitHub Actions by @Jackenmen in #189
- Add support for 3.12, drop EOL 3.7 by @Jackenmen in #188
Full Changelog: pycares-4.3.0...v4.4.0
4.3.0
What's Changed
- Bump cibuildwheel to build for Python 3.11 + CI total time speedups by @Jackenmen in #174
- Fix tests that depended on external sites by @Jackenmen in #180
- Complete the Python 3.11 support by @Jackenmen in #179
- Drop CPython 3.6 by @saghul in #181
- Improve test compatibility with pytest by @saghul in #182
- Update c-ares submodule to 1.18.1 by @saghul in #183
Full Changelog: pycares-4.2.2...pycares-4.3.0
4.2.2
4.2.1
4.2.0
What's Changed
- dependency update to c-ares by @aviadhahami in #170
New Contributors
- @aviadhahami made their first contribution in #170
Full Changelog: pycares-4.1.2...pycares-4.2.0
4.1.2
Added support for Python 3.10.
4.1.1
Added support for Python 3.10.
4.1.0
Add support for Python 3.10.
4.0.0
- core: add support for CAA queries
- core: add support for getaddrinfo()
- doc: update README
- core: add ability to use the system installed c-ares
- misc: set version to 4.0.0
- test: remove TTL tests
- core: update c-ares and use a submodule
- core: drop bundled c-ares version
- misc: drop tasks.py