Skip to content

Releases: saghul/pycares

v5.0.1

01 Jan 12:01

Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.0.1

v5.0.0

10 Dec 22:58

Choose a tag to compare

What's Changed

  • Use Literal for type by @Dreamsorcerer in #263
  • Use CMake for compiling c-ares by @saghul in #267
  • build(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #265
  • build(deps): bump pypa/cibuildwheel from 3.1.4 to 3.2.0 by @dependabot[bot] in #264
  • Move project metadata to pyproject.toml by @saghul in #268
  • Remove gethostbyname by @saghul in #270
  • Remove getsock by @saghul in #271
  • Replace ares_{get,set}servers with ares_{get,set}_servers_csv by @saghul in #273
  • Remove ares_init and ares_mkquery, they are unused by @saghul in #274
  • build(deps): bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #277
  • build(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #278
  • Make c-ares thread-safety mandatory by @saghul in #275
  • Migrate API to c-ares' dnsrec variants by @saghul in #276
  • Build wheels in parallel by @saghul in #281
  • build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #279
  • Update bundled c-ares to v1.34.6 by @saghul in #283
  • Make callback a mandatory kwarg-only argument by @saghul in #282
  • Return bytes data for TXT records by @saghul in #285
  • Add support for TLSA, HTTP and URI queries by @saghul in #284
  • Remove event_thread option, make it implicit by @saghul in #286

Full Changelog: v4.11.0...v5.0.0

v4.11.0

09 Sep 11:44
613184b

Choose a tag to compare

What's Changed

  • Add support for Python 3.14 (including free-threaded Python) by @ngoldbaum in #256
  • build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #259
  • build(deps): bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #258
  • build(deps): bump pypa/cibuildwheel from 3.1.3 to 3.1.4 by @dependabot[bot] in #257

New Contributors

Full Changelog: v4.10.0...v4.11.0

v4.10.0

05 Aug 19:59

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.9.0...v4.10.0

v4.9.0

12 Jun 22:07
4c761b4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.8.0...v4.9.0

v4.8.0

04 May 08:59
6405d1f

Choose a tag to compare

What's Changed

  • Cancel previous CI jobs on pull request update by @bdraco in #222
  • Update bundled c-ares to v1.34.5 by @bdraco in #221
  • Add ARES_FLAG_NO_DFLT_SVR and ARES_FLAG_EDNS to API by @bdraco in #224

Full Changelog: v4.7.0...v4.8.0

4.7.0

01 May 22:55
a48b73f

Choose a tag to compare

What's Changed

  • Update c-ares to 1.29.0 to add reinit support to Channel by @bdraco in #219
  • Add event thread support by @bdraco in #220

Full Changelog: v4.6.1...v4.7.0

4.6.1

20 Apr 11:37
90bd7fc

Choose a tag to compare

What's Changed

Full Changelog: v4.6.0...v4.6.1

4.6.0

04 Apr 18:45
0d4ba7a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.5.0...v4.6.0

4.5.0

26 Nov 05:53

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