]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
more doco updates for 2.7
authorBob Halley <halley@dnspython.org>
Sat, 21 Sep 2024 15:46:31 +0000 (08:46 -0700)
committerBob Halley <halley@dnspython.org>
Sat, 21 Sep 2024 15:46:31 +0000 (08:46 -0700)
doc/whatsnew.rst

index d3bb22936b0a296652d6828999c9b755fad46d24..d765887b6a87d57d6d1e0a51a782a36cf5dfeebc 100644 (file)
@@ -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
 -----