Bump dnspython from 2.6.1 to 2.8.0
Type: Pull Request
State: Open
Association: None
Comments: 1
(8 months ago)
(8 months ago)
dependencies python
AlekSi
Bumps dnspython from 2.6.1 to 2.8.0.
Release notes
Sourced from dnspython's releases.
dnspython 2.8.0
See What's New for details.
The minimum supported version of Python is 3.10.
My thanks to the many people who have contributed to this release. Also thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.
This release was published to PyPI using Trusted Publishing.
dnspython 2.7.0
See What's New for details.
The minimum supported version of Python is 3.9.
My thanks to the many people who have contributed to this release. Also thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.
Changelog
Sourced from dnspython's changelog.
2.8.0
dns/btreezone.py provides another zone versioned implementation built on top of a B-tree. It maintains DNSSEC sort order, labels nodes as delegation points or glue, and can find the "bounds" of a name (useful for DNSSEC responses).
dns/query.py now provides make_socket(), make_ssl_socket(), and make_ssl_context() to make using persistent connections with the query code easier.
dns/win32util.py now supports explicitly setting the configuration method used to get system dns info, using the set_config_method() function. There is a new configuration method that uses the Win32 API, which can be set using set_config_method(ConfigMethod.Win32). We are considering making the Win32 API the default in the future as we believe it to be the most accurate. Any feedback on it compared to the other methods is welcome.
The DSYNC record is now supported. This type is still in draft stage at the IETF and is subject to change.
The minimum supported Python version is now 3.10.
2.7.0
dns.query.https() and dns.asyncquery.https() now support HTTP/3 and the http_version parameter may be used to specify which version to use.
If the cryptography module is installed, then dnspython will now create deterministic ECDSA signatures by default. Cryptography, if installed, must be at least version 43. Thanks to Jakob Schlyter for adding the feature.
The RESINFO and WALLET RdataTypes are now supported.
The COOKIE and Report-Channel EDNS0 options are now supported.
All supported RdataTypes can now be imported at a single time rather than lazily on first use by calling dns.rdata.load_all_types().
The SVCB and HTTPS records now support the ohttp parameter.
xfr() and inbound_xfr() now share a common implementation.
Tokens are now supported for QUIC and HTTP/3.
dns.message.from_wire() now saves the input wire format in the Message's "wire" attribute. Likewise, dns.message.Message.to_wire() now records the generated wire format in that attribute.
The dns.message.Message object now has a get_options() helper to retrieve EDNS0
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
| ID: | 9756354 |
| UUID: | 3489584482 |
| Node ID: | PR_kwDOJiLmOc6sZU12 |
| Host: | GitHub |
| Repository: | FerretDB/python-example |