Skip to content

Releases: getdnsapi/getdns-python-bindings

Beta v1.0.0 release

Beta v1.0.0 release Pre-release
Pre-release

Choose a tag to compare

@MelindaShore MelindaShore released this 31 Mar 18:12

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

Minor bugfix release

Minor bugfix release Pre-release
Pre-release

Choose a tag to compare

@MelindaShore MelindaShore released this 12 Feb 21:43

Fixed a problem with unpacking binary data.

getdns v0.6.0

getdns v0.6.0 Pre-release
Pre-release

Choose a tag to compare

@MelindaShore MelindaShore released this 25 Jan 02:57

• 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

Pre-release

Choose a tag to compare

@MelindaShore MelindaShore released this 05 Dec 01:53

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

Python 3 support Pre-release
Pre-release

Choose a tag to compare

@MelindaShore MelindaShore released this 26 Aug 17:15

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

Choose a tag to compare

@MelindaShore MelindaShore released this 20 Apr 18:10
TNW2015

Added provisional support for TLS transport

Major update

Choose a tag to compare

@MelindaShore MelindaShore released this 10 Apr 21:08

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

Maintenance release Pre-release
Pre-release

Choose a tag to compare

@MelindaShore MelindaShore released this 16 Jan 22:14

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

Pre-release

Choose a tag to compare

@MelindaShore MelindaShore released this 27 Aug 00:22

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

Minor bug fixes Pre-release
Pre-release

Choose a tag to compare

@MelindaShore MelindaShore released this 05 Jun 13:00

Some code cleanup, added context_set_upstream_recursive_servers.