From 683dc5d0c0d3180c778e53e6abdd7ea48b4a3950 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Fri, 21 Aug 2020 07:55:27 -0700 Subject: [PATCH] update whatsnew.rst --- doc/whatsnew.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 ----- -- 2.47.3