From: Bob Halley Date: Sat, 21 Sep 2024 15:46:31 +0000 (-0700) Subject: more doco updates for 2.7 X-Git-Tag: v2.7.0rc1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcea2ffd7ba515aa1bbcbd52dc3532d60771d424;p=thirdparty%2Fdnspython.git more doco updates for 2.7 --- 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 -----