Releases: getdnsapi/getdns-python-bindings
Beta v1.0.0 release
This is a beta release of v1, based on the getdns v1.0,0b1 release
Minor bugfix release
Fixed a problem with unpacking binary data.
getdns v0.6.0
• removed ldns dependency
• added support for tls public key pinsets to upstream_recursive_server
• added support for tsig
• added getdns.AUTHENTICATION_REQUIRED as a possible value for Context().tls_authentication
• some performance and code improvements
• removed STARTTLS support as it's no longer supported by libgetdns
• changed call_debugging extension name to call_reporting, reflecting changes in libgetdns
• added example code demonstrating use of new features
• --with-edns-cookies build argument removed, since it's now enabled by default
libgetdns 0.5.0 support
This release includes updates to support libgetdns release v0.5.0, as well as some performance enhancements. New features include expanded support for TLS, privacy enhancements, methods to convert between alabels and ulabels, and new methods allowing programs to learn more about their runtime environments. Please see updated documentation at https://getdns.readthedocs.org.
Python 3 support
This release includes Python 3 support, as well as support for the new ordered transport list extension in getdns, and numerous bug fixes
TNW 2015 Python bindings release
TNW2015 Added provisional support for TLS transport
Major update
Major update includes working async support, a Result object, some renamed constants, a new utility method, updated documentation and a slew of bugfixes. See ChangeLog, and updated documentation at http://getdns.readthedocs.org
Maintenance release
This is a maintenance release of the getdns Python binding. Functions getdns.address(), getdns.general(), getdns.service(), and getdns.hostname() have been deprecated, and constant names have been brought into alignment with the getdns C API. We have updated example code, as wel.
Async support, Context() object
There are two major changes from the previous release:
- support for asynchronous queries, and
- the introduction of a Context object
as well as a pile of bugfixes. Please see the documentation at https://getdns.readthedocs.org/.
Minor bug fixes
Some code cleanup, added context_set_upstream_recursive_servers.