Skip to content

Releases: getdnsapi/getdns-python-bindings

Beta v1.0.0 release

31 Mar 18:12
Compare
Choose a tag to compare
Beta v1.0.0 release Pre-release
Pre-release

This is a beta release of v1, based on the getdns v1.0,0b1 release

Minor bugfix release

12 Feb 21:43
Compare
Choose a tag to compare
Minor bugfix release Pre-release
Pre-release

Fixed a problem with unpacking binary data.

getdns v0.6.0

25 Jan 02:57
Compare
Choose a tag to compare
getdns v0.6.0 Pre-release
Pre-release

• 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

05 Dec 01:53
Compare
Choose a tag to compare
Pre-release

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

26 Aug 17:15
Compare
Choose a tag to compare
Python 3 support Pre-release
Pre-release

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

20 Apr 18:10
Compare
Choose a tag to compare
TNW2015

Added provisional support for TLS transport

Major update

10 Apr 21:08
Compare
Choose a tag to compare

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

16 Jan 22:14
Compare
Choose a tag to compare
Maintenance release Pre-release
Pre-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

27 Aug 00:22
Compare
Choose a tag to compare
Pre-release

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

05 Jun 13:00
Compare
Choose a tag to compare
Minor bug fixes Pre-release
Pre-release

Some code cleanup, added context_set_upstream_recursive_servers.