Update Rust crate domain to 0.12.0#50
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
0408d62 to
d4d9ffe
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.11.1→0.12.0Release Notes
nlnetlabs/domain (domain)
v0.12.0Compare Source
Released 2026-04-23.
Breaking changes
LimitExceededvariant toMessageBuilder'sPushError.(#349)
ResolverandSearchNamestraits of the stub resolver touse lifetimes for associated types. This makes it easier to keep the stub
resolver behind an arc or other smart pointer. (#596)
New
rdata::dnssec::Timestamp::to_system_timeto help sorting timestamps.(#548)
TLSA,OPENPGPKEY,SSHFP, andIPSECKEYrecord types and added presentation format support for the
SVCB/HTTPSrecord types. (#569)
CAArecord type. (#434 by @weilence)FreezeBuilderto the message compressors. (#601 by@rossmacarthur)
RPrecord type. (#620)Zonefile::current_offset. (#642)Improvements
mokadependency from theresolvfeature, reducing the numberof dependencies and compile time significantly. (#575 by @WhyNotHugo)
RelativeNameinto const fns. (#576 by@WhyNotHugo)
Bug fixes
(#593)
XfrMiddlewareServiceshould always support at least one concurrent XFR.(#599)
Unstable features
unstable-crypto-signgeneratenow takes&GenerateParams. This breaks existing uses ofgenerate(#608)unstable-server-transportServicereturns aServiceError.(#390)
std::error::ErrorforServiceError. (#570 by@rossmacarthur)
transaction. (#399)
impl the trait from not allowing the defaults to be overridden.
(#484)
Servicetrait rather thanleaving them to the impl. (#484)
?Sizedbound onimpl Service for U where U: Deref.(#484)
unstable-signkey tags and accidental algorithm rolls.
new keys that are not available are rejected.
RecordsIter::newhas been replaced withRecordsIter::new_from_owned.There is a new
RecordsIter::new_from_refsthat takes a&[&Record]].This breaks existing uses of `RecordsIter? and related types. (#614)
unstable-xfrOther changes
Configuration
📅 Schedule: (UTC)
🚦 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.