]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
update whatsnew.rst
authorBob Halley <halley@dnspython.org>
Fri, 21 Aug 2020 14:55:27 +0000 (07:55 -0700)
committerBob Halley <halley@dnspython.org>
Fri, 21 Aug 2020 14:55:27 +0000 (07:55 -0700)
doc/whatsnew.rst

index b6090b9b45540250be6996e62efd95ba2b0d52bd..102bcbe7fc0fb85777ebe5eb9cf1095bdb4bbabe 100644 (file)
@@ -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
 -----