Sourced from domain's releases.
0.10.1
New
- Allow AllRecordData’s parsing impls to accept an unsized [u8] as the source octets. (#310 by [
@xofyarg])- Made
sign::records::FamilyNamepublic. (#312 by [@achow101])- Added an impl of
FromStrforQuestion. (#317)Bug fixes
- Accept an empty record type bitmap when scanning NSEC/NSEC3 data. (#310 by [
@xofyarg])- Fix serialization of ProtoRrsig to conform with RFC 4034. ([#313 by [
@achow101])- Add
?Sizedbounds toMessage::is_answerandParsedRecord::to_record. (#318 by [@xofyarg], #325 by [@hunts])- Bring back
MessageBuilder::as_target. (#318 by [@xofyarg])- Bring back
impl FreezeBuilder for StaticCompressor. (#318 by [@xofyarg])sign::records::RecordsIter::skip_beforenow stops at the first name in zone even if the apex itself doesn’t appear. (#314 by [@achow101])- Fix a counting error in
SliceLabelsIter::nextthat broke compression viaStaticCompressor. (#321 by [@hunts])Unstable features
- New unstable feature
unstable-stellinefor the Stelline testing framework as a “normal” module of domain. (#315)- Renamed the domain name types in
zonetreefromDnametoName. (#308)Other changes
- The minimum Rust version is now 1.78. (#320)
#308: NLnetLabs/domain#308 #310: NLnetLabs/domain#310 #312: NLnetLabs/domain#312 #314: NLnetLabs/domain#314 #315: NLnetLabs/domain#315 #317: NLnetLabs/domain#317 #318: NLnetLabs/domain#318 #320: NLnetLabs/domain#320 #321: NLnetLabs/domain#321 #325: NLnetLabs/domain#325 [
@achow101]: https://github.com/achow101 [@hunts]: https://github.com/hunts [@xofyarg]: https://github.com/xofyarg
Sourced from domain's changelog.
0.10.1
Release 2024-06-03.
New
- Allow AllRecordData’s parsing impls to accept an unsized [u8] as the source octets. (#310 by [
@xofyarg])- Made
sign::records::FamilyNamepublic. (#312 by [@achow101])- Added an impl of
FromStrforQuestion. (#317)Bug fixes
- Accept an empty record type bitmap when scanning NSEC/NSEC3 data. (#310 by [
@xofyarg])- Fix serialization of ProtoRrsig to conform with RFC 4034. ([#313 by [
@achow101])- Add
?Sizedbounds toMessage::is_answerandParsedRecord::to_record. (#318 by [@xofyarg], #325 by [@hunts])- Bring back
MessageBuilder::as_target. (#318 by [@xofyarg])- Bring back
impl FreezeBuilder for StaticCompressor. (#318 by [@xofyarg])sign::records::RecordsIter::skip_beforenow stops at the first name in zone even if the apex itself doesn’t appear. (#314 by [@achow101])- Fix a counting error in
SliceLabelsIter::nextthat broke compression viaStaticCompressor. (#321 by [@hunts])Unstable features
- New unstable feature
unstable-stellinefor the Stelline testing framework as a “normal” module of domain. (#315)- Renamed the domain name types in
zonetreefromDnametoName. (#308)Other changes
- The minimum Rust version is now 1.78. (#320)
#308: NLnetLabs/domain#308 #310: NLnetLabs/domain#310 #312: NLnetLabs/domain#312 #314: NLnetLabs/domain#314 #315: NLnetLabs/domain#315 #317: NLnetLabs/domain#317 #318: NLnetLabs/domain#318 #320: NLnetLabs/domain#320 #321: NLnetLabs/domain#321 #325: NLnetLabs/domain#325 [
@achow101]: https://github.com/achow101 [@hunts]: https://github.com/hunts [@xofyarg]: https://github.com/xofyarg
b65cc98
Release 0.10.1. (#326)161339b
Update README (a bit).5f96282
Update changelog.dab2a90
Refactor pointer casts to transmutes and annotate with repr(transparent)
(#324)d4f120a
allow create real resource record from unsized data (#325)ac63ab2
Impl FromStr for Question and use it in Stelline. (#317)c72f07e
Remove (direct) dependency on hex and
pin-project-lite (#323)7c399fc
Update changelog.42c0d44
Don't skip children of apex in SortedRecords (#314)57f3475
add some missing methods/trait bounds (#318)