diff options
| author | Bob Halley <halley@dnspython.org> | 2022-11-27 18:01:55 -0800 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2022-11-30 05:15:39 -0800 |
| commit | 462d74a72d2eab7a8775e12705543755f1b9b63d (patch) | |
| tree | 214cee96e2e00b70b4f638cf9eaefb57507a3623 | |
| parent | 15c37d596fb9710a6fbf2874325b32ec0c6980d6 (diff) | |
| download | dnspython-462d74a72d2eab7a8775e12705543755f1b9b63d.tar.gz | |
More whatsnew updates.
| -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 fbf2217..2dfb7ad 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 ----- |
