diff options
| author | Bob Halley <halley@dnspython.org> | 2020-08-21 07:55:27 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-08-21 07:55:27 -0700 |
| commit | 683dc5d0c0d3180c778e53e6abdd7ea48b4a3950 (patch) | |
| tree | 5e0c019ee01df330467616e30019b8877e287a32 | |
| parent | 262f8515b5320276df38c2f6f8662706d2367d77 (diff) | |
| download | dnspython-683dc5d0c0d3180c778e53e6abdd7ea48b4a3950.tar.gz | |
update whatsnew.rst
| -rw-r--r-- | doc/whatsnew.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index b6090b9..102bcbe 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 ----- |
