Skip to content

Releases: saghul/pycares

pycares-0.6.3

30 Aug 21:12
Compare
Choose a tag to compare
  • Fix crash if ares_timeout returns NULL
  • Fix initializing channel with float timeouts < 1

pycares-0.6.2

28 Jul 22:20
Compare
Choose a tag to compare
  • Fix crash due to a refcount bug

pycares-0.6.1

05 Apr 08:03
Compare
Choose a tag to compare
  • Raise ValueError if query type is not valid
  • Re-enabled CNAME test
  • Fixed importing from errno submodule in Python 3

pycares-0.6.0

26 Mar 09:01
Compare
Choose a tag to compare
  • Added asyncio integration example
  • Added event loop integration documantation
  • Mention Python 3.4 support
  • Fixed setup_cares.py to properly work with Python 3
  • Fix build on BSD systems