Skip to content

v4.0.4

Latest

Choose a tag to compare

@bdraco bdraco released this 20 May 01:52
· 1 commit to master since this release
5ffa111
  • Raise DNSError(ARES_ENODATA) from query() when the answer section has no records of the requested qtype, restoring the pycares 4.x NODATA contract and avoiding AttributeError for CNAME/SOA/PTR callers (#254).
  • Add the missing build-backend entry to pyproject.toml so PEP 517 builds from the sdist work without falling back to the deprecated legacy setuptools backend (#252).