Skip to content

Releases: saghul/pycares

3.2.2

11 May 13:31
Compare
Choose a tag to compare
  • Publish aarch64 wheels

3.2.1

11 May 10:07
Compare
Choose a tag to compare
pycares-3.2.1

ci: fix syntax

3.2.0

11 May 10:04
Compare
Choose a tag to compare
  • misc: add Python 3.9 classifier
  • core: drop py3.5 from CI and documentation
  • ci: run tests in Python 3.9
  • ci: fix SDK path in appveyor
  • ci: fix VS linker in appveyor
  • ci: update python installer script in appveyor
  • misc: add compiled windows dll to gitignore
  • test: skip SOA non-ascii test due to changes in remote host
  • test: fix broken chunked TXT test due to changes in remote host
  • test: skip ANY test due to problems with mac
  • ci: add action to release wheels to PyPi
  • ci: drop AppVeyor
  • ci: don't fail fast
  • ci: stop testing on Travis
  • test: add generic way to check for a CI
  • test: relax check
  • test: try to avoid spurious CI failures
  • ci: test all platforms on GH actions
  • ci: build wheels on GH Actions
  • build: fix build error on macOS
  • ci: explicitly set Python versions to build wheels for
  • ci: update cibuildwheel
  • ci: re-add IDNA test

pycares-3.1.0

13 Dec 08:01
Compare
Choose a tag to compare
  • misc: add Python 3.8 classifier
  • (origin/master, origin/HEAD) build: use Travis to build Python Wheels
  • ci: use GH Actions to test on macOS
  • ci: run tests in Python 3.8 too
  • test: remove no longer valid test
  • test: remove empty test
  • errno: return str from errno.strerror
  • core: fix crash when processing .onion queries
  • test: fix test_query_txt_multiple_chunked
  • doc: fix path of _version.py file
  • core: fix support for ARES_OPT_LOOKUPS option
  • build: add cygwin support
  • core: fix struct in6_addr alignment
  • misc: simplify non-ascii txt test example
  • core: fix long TXT record with non-ascii bytes
  • build: remove extra add_include_dir line on linux
  • build: fix testing manylinux wheels

pycares-3.0.0

02 Mar 11:42
Compare
Choose a tag to compare

(changes since version 2.x)

  • core: drop C backend in favor of CFFI
  • core: drop Python < 3.5 support
  • core: use None instead of -1 for default values
  • core: add support for ANY queries
  • core: automagically encode query names with IDNA
  • core: add support for ares_search

pycares-3.0.0b5

14 Feb 23:16
Compare
Choose a tag to compare
pycares-3.0.0b5 Pre-release
Pre-release
  • core: add support for ares_search

pycares-3.0.0b4

06 Feb 08:21
Compare
Choose a tag to compare
pycares-3.0.0b4 Pre-release
Pre-release
  • core: give better errors descriptions for AresError
  • test: add IDNA test using the query() API
  • cffi: simplify destroying ares channel

pycares-3.0.0b3

23 Jan 07:56
Compare
Choose a tag to compare
pycares-3.0.0b3 Pre-release
Pre-release
  • core: reorganize package
  • core: automagically encode query names with IDNA

pycares-3.0.0b2

18 Jan 19:55
Compare
Choose a tag to compare
pycares-3.0.0b2 Pre-release
Pre-release
  • errno: fix errorcode dictionary

pycares-3.0.0b1

17 Jan 21:45
Compare
Choose a tag to compare
pycares-3.0.0b1 Pre-release
Pre-release
  • core: add support for ANY queries
  • cffi: fix memory leak