This repository was archived by the owner on Apr 25, 2025. It is now read-only.
Update Rust crate hickory-resolver to 0.25.0 #144
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.24.1
->0.25.0
Release Notes
hickory-dns/hickory-dns (hickory-resolver)
v0.25.1
: 0.25.1Compare Source
This is a small patch release to address errors that prevented publication of version 0.25.0 of some crates.
What's Changed
Full Changelog: hickory-dns/hickory-dns@v0.25.0...v0.25.1
v0.25.0
: 0.25.0Compare Source
0.25.0 represents a large release for the Hickory DNS project. Over 14 months since 0.24.0, we've added two new maintainers, divergentdave and marcus0x62, and have addressed many limitations. A team from Ferrous Systems shored up our support for DNSSEC, and we addressed a number of findings from our first security audit.
Breaking changes
This is not an exhaustive list of changes, but here are some of the most impactful breaking changes in this release:
dns-over-rustls
,dns-over-native-tls
,dns-over-openssl
,dns-over-https-rustls
,dns-over-https
,dns-over-quic
anddns-over-h3
features have been removed in favor of a set of{tls,https,quic,h3}-{aws-lc-rs,ring}
features across our library crates.RuntimeProvider
API into the proto crate and use it consistently across the project.Name
values are now rooted by default in many places, and more consistently maintain theirfqdn
status.ResolverOpts
type. SpecificNameServerConfig
s should implicitly set up the ALPN protocol appropriate for the DNS protocol.ResolverOptions
fieldsauthentic_data
andshuffle_dns_servers
were removed. The former field didn't do anything; and should be covered by new DNSSEC API.shuffle_dns_servers
functionality has been subsumed into theserver_ordering_strategy
field.native-certs
feature was replaced with rustls-platform-verifier.tokio-runtime
feature was renamed totokio
.serde-config
feature was renamed toserde
.Please don't hesitate to file an issue or ask on our Discord server if you have issues upgrading.
Detailed changes since alpha.5
NameServerConfigGroup::from_ips_clear
by @silverlyra in https://github.com/hickory-dns/hickory-dns/pull/2092hickory_proto::quic::QuicClientStream
Clonable by @0xffffharry in https://github.com/hickory-dns/hickory-dns/pull/2176example.com
by @situ2001 in https://github.com/hickory-dns/hickory-dns/pull/2187hickory_proto::h3::H3ClientStream
Clonable by @0xffffharry in https://github.com/hickory-dns/hickory-dns/pull/2182Resource
data structure by @japaric in https://github.com/hickory-dns/hickory-dns/pull/2231docker network create
in parallel by @japaric in https://github.com/hickory-dns/hickory-dns/pull/2265DnssecDnsHandle
: check RRSIG validity as per RFC4035 by @japaric in https://github.com/hickory-dns/hickory-dns/pull/2213start
method in Resolver by @justahero in https://github.com/hickory-dns/hickory-dns/pull/2281DS .
fails by @japaric in https://github.com/hickory-dns/hickory-dns/pull/2271NS somedomain.com.
by @japaric in https://github.com/hickory-dns/hickory-dns/pull/2300target
directory acrossdocker build
invocations by @japaric in https://github.com/hickory-dns/hickory-dns/pull/2305hickory-server
by @pvdrz in https://github.com/hickory-dns/hickory-dns/pull/2391push_label
API and update variable names by @japaric in https://github.com/hickory-dns/hickory-dns/pull/2408just clean
by @divergentdave in https://github.com/hickory-dns/hickory-dns/pull/2446hickory-server
supports NSEC3 by @pvdrz in https://github.com/hickory-dns/hickory-dns/pull/2512Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.