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.0Release 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-quicanddns-over-h3features have been removed in favor of a set of{tls,https,quic,h3}-{aws-lc-rs,ring}features across our library crates.RuntimeProviderAPI into the proto crate and use it consistently across the project.Namevalues are now rooted by default in many places, and more consistently maintain theirfqdnstatus.ResolverOptstype. SpecificNameServerConfigs should implicitly set up the ALPN protocol appropriate for the DNS protocol.ResolverOptionsfieldsauthentic_dataandshuffle_dns_serverswere removed. The former field didn't do anything; and should be covered by new DNSSEC API.shuffle_dns_serversfunctionality has been subsumed into theserver_ordering_strategyfield.native-certsfeature was replaced with rustls-platform-verifier.tokio-runtimefeature was renamed totokio.serde-configfeature 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_clearby @silverlyra in https://github.com/hickory-dns/hickory-dns/pull/2092hickory_proto::quic::QuicClientStreamClonable by @0xffffharry in https://github.com/hickory-dns/hickory-dns/pull/2176example.comby @situ2001 in https://github.com/hickory-dns/hickory-dns/pull/2187hickory_proto::h3::H3ClientStreamClonable by @0xffffharry in https://github.com/hickory-dns/hickory-dns/pull/2182Resourcedata structure by @japaric in https://github.com/hickory-dns/hickory-dns/pull/2231docker network createin 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/2213startmethod 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/2300targetdirectory acrossdocker buildinvocations by @japaric in https://github.com/hickory-dns/hickory-dns/pull/2305hickory-serverby @pvdrz in https://github.com/hickory-dns/hickory-dns/pull/2391push_labelAPI and update variable names by @japaric in https://github.com/hickory-dns/hickory-dns/pull/2408just cleanby @divergentdave in https://github.com/hickory-dns/hickory-dns/pull/2446hickory-serversupports 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.