From dcea2ffd7ba515aa1bbcbd52dc3532d60771d424 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 21 Sep 2024 08:46:31 -0700 Subject: [PATCH] more doco updates for 2.7 --- doc/whatsnew.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index d3bb2293..d765887b 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -34,8 +34,18 @@ What's New in dnspython options of a specified type, and an extended_errors() helper to retrieve the list of EDE options in a message (if any). +* dns.message.make_response() now has a copy mode which controls how sections are + copied. By default, a copy mode appropriate for the opcode is used. This is + currently dns.message.CopyMode.QUESTION for all opcodes. + +* If an IP address is used as the hostname in a URL, the https query code now passes + the sni_hostname to httpx as this is required to get httpx to validate the certificate + and check for an IP subject alternative name. + * The minimum supported aioquic version is now 1.0.0. +* The minimum supported Python version is now 3.9. + 2.6.1 ----- -- 2.47.3