From: Bob Halley Date: Fri, 21 Aug 2020 14:55:27 +0000 (-0700) Subject: update whatsnew.rst X-Git-Tag: v2.1.0rc1~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=683dc5d0c0d3180c778e53e6abdd7ea48b4a3950;p=thirdparty%2Fdnspython.git update whatsnew.rst --- diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index b6090b9b..102bcbe7 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -27,6 +27,19 @@ What's New in dnspython * TSIG has been enhanced with TKEY and GSS-TSIG support. Thanks to Nick Hall for writing this. +* Zones now can be updated via transactions. + +* A new zone subclass, dns.versioned.Zone is available which has a + thread-safe transaction implementation and support for keeping many + versions of a zone. + +* The zone file reading code has been adapted to use transactions, and + is now a public API. + +* Inbound zone transfer support has been rewritten and is available as + dns.query.inbound_xfr() and dns.asyncquery.inbound_xfr(). It uses + the transaction mechanism, and fully supports IXFR and AXFR. + 2.0.0 -----