From: Bob Halley Date: Mon, 28 Nov 2022 02:01:55 +0000 (-0800) Subject: More whatsnew updates. X-Git-Tag: v2.3.0rc1~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=462d74a72d2eab7a8775e12705543755f1b9b63d;p=thirdparty%2Fdnspython.git More whatsnew updates. --- diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index fbf2217b..2dfb7ad5 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -19,6 +19,19 @@ What's New in dnspython non-zero pad option will be automatically padded appropriately when converted to wire format. +* ``dns.zone.from_text()`` and ``dns.zone.from_file()`` now have an + ``allow_directives`` parameter to allow finer control over how directives + in zonefiles are processed. + +* A preliminary implementation of DNS-over-QUIC has been added, and will be + available if the aioquic library is present. See ``dns.query.quic()``, + ``dns.asyncquery.quic()``, and examples/doq.py for more info. This API + is subject to change in future releases. For asynchronous I/O, both + asyncio and Trio are supported, but Curio is not. + +* Curio asynchronous I/O support is deprecated as of this release and will + be removed in a future release. + 2.2.1 -----