File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,18 @@ What's New in dnspython
3434 options of a specified type, and an extended_errors() helper to retrieve the list
3535 of EDE options in a message (if any).
3636
37+ * dns.message.make_response() now has a copy mode which controls how sections are
38+ copied. By default, a copy mode appropriate for the opcode is used. This is
39+ currently dns.message.CopyMode.QUESTION for all opcodes.
40+
41+ * If an IP address is used as the hostname in a URL, the https query code now passes
42+ the sni_hostname to httpx as this is required to get httpx to validate the certificate
43+ and check for an IP subject alternative name.
44+
3745* The minimum supported aioquic version is now 1.0.0.
3846
47+ * The minimum supported Python version is now 3.9.
48+
39492.6.1
4050-----
4151
You can’t perform that action at this time.
0 commit comments