Sourced from domain's releases.
0.9.0
Breaking changes
- Move the
flatten_intomethod for converting domain names into a straight, flat form into a newFlattenIntotrait. This trait is only implemented for types that actually are or contain domain names. (#216)- Marked various methods and functions that return values without side effects as
#[must_use]. (#228 by [@WhyNotHugo])- Changed the signature of
FoundSrvs::mergeto use a non-mutother. (#232)- The minimum Rust version is now 1.67. (#235)
New
- Added support for the ZONEMD record type. (#229 by [
@xofyarg])- Re-exported the octseq crate as
dep::octseq. (#230)- Added a blanket impl for mut refs to
Composer. (#231 by [@xofyarg])#216: NLnetLabs/domain#216 #229: NLnetLabs/domain#229 #230: NLnetLabs/domain#230 #231: NLnetLabs/domain#231 #232: NLnetLabs/domain#232 #235: NLnetLabs/domain#235 [
@WhyNotHugo]: https://github.com/WhyNotHugo [@xofyarg]: https://github.com/xofyarg
Sourced from domain's changelog.
0.9.0
Released 2023-09-18.
Breaking changes
- Move the
flatten_intomethod for converting domain names into a straight, flat form into a newFlattenIntotrait. This trait is only implemented for types that actually are or contain domain names. (#216)- Marked various methods and functions that return values without side effects as
#[must_use]. (#228 by [@WhyNotHugo])- Changed the signature of
FoundSrvs::mergeto use a non-mutother. (#232)- The minimum Rust version is now 1.67. (#235)
New
- Added support for the ZONEMD record type. (#229 by [
@xofyarg])- Re-exported the octseq crate as
dep::octseq. (#230)- Added a blanket impl for mut refs to
Composer. (#231 by [@xofyarg])#216: NLnetLabs/domain#216 #229: NLnetLabs/domain#229 #230: NLnetLabs/domain#230 #231: NLnetLabs/domain#231 #232: NLnetLabs/domain#232 #235: NLnetLabs/domain#235 [
@WhyNotHugo]: https://github.com/WhyNotHugo [@xofyarg]: https://github.com/xofyarg
c8c51a5
Update changelog.1285526
Upgrade minimum Rust version to 1.67. (#235)45d9a97
Prepare for release 0.9.0. (#234)454d29f
Upgrade to ring 0.17. (#233)3db82d1
Update changelog.1b8a37e
Add Composer impl for mut refs. (#231)07e2663
Update changelog.b3b3b53
Change FoundSrvs::merge signature and documentation. (#232)97bf460
Clippy-related fixes.cc26065
Clippy-related fixes (and non-fixes).