Skip to content

Releases: saghul/pycares

4.5.0

26 Nov 05:53
Compare
Choose a tag to compare

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

Full Changelog: v4.4.0...v4.5.0

4.4.0

06 Oct 14:56
3d0f9cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: pycares-4.3.0...v4.4.0

4.3.0

10 Dec 21:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: pycares-4.2.2...pycares-4.3.0

4.2.2

09 Aug 07:24
18d84c4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: pycares-4.2.1...pycares-4.2.2

4.2.1

28 Jun 09:05
8a13692
Compare
Choose a tag to compare

What's Changed

  • core: add flexible member to ares_addrinfo to fix c-ares 1.18 by @mgorny in #172

New Contributors

Full Changelog: pycares-4.2.0...pycares-4.2.1

4.2.0

21 Jun 18:27
7d62675
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: pycares-4.1.2...pycares-4.2.0

4.1.2

18 Oct 14:55
b1b9834
Compare
Choose a tag to compare

Added support for Python 3.10.

4.1.1

18 Oct 10:27
Compare
Choose a tag to compare

Added support for Python 3.10.

4.1.0

18 Oct 08:39
a773b5a
Compare
Choose a tag to compare

Add support for Python 3.10.

4.0.0

13 May 21:22
Compare
Choose a tag to compare
  • 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