Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump domain from 0.9.3 to 0.10.1 #20

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 5, 2024

Bumps domain from 0.9.3 to 0.10.1.

Release notes

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::FamilyName public. (#312 by [@​achow101])
  • Added an impl of FromStr for Question. (#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 ?Sized bounds to Message::is_answer and ParsedRecord::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_before now stops at the first name in zone even if the apex itself doesn’t appear. (#314 by [@​achow101])
  • Fix a counting error in SliceLabelsIter::next that broke compression via StaticCompressor. (#321 by [@​hunts])

Unstable features

  • New unstable feature unstable-stelline for the Stelline testing framework as a “normal” module of domain. (#315)
  • Renamed the domain name types in zonetree from Dname to Name. (#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

0.10.0

Breaking changes

  • All types and functions referring to domain names have been changed from using the term “dname” to just “name.” For instance, Dname has become Name, ToDname has become ToName, and ToDname::to_dname has become ToName::to_name. (#290)
  • The ToName and ToRelativeName traits have been changed to have a pair of methods a la try_to_name and to_name for octets builders with limited and unlimited buffers, reflecting the pattern used elsewhere. (#285)
  • The types for IANA-registered parameters in base::iana have been changed from enums to a newtypes around their underlying integer type and associated constants for the registered values. (This was really always the better way to structure this.) (#276, #298)
  • The Txt record data type now rejects empty record data as invalid. As a consequence TxtBuilder converts an empty builder into TXT record data consisting of one empty character string which requires TxtBuilder::finish to be able to return an error. (#267)
  • Txt record data serialization has been redesigned. It now serialized as a sequence of character strings. It also deserializes from such a sequence. If supported by the format, it alternatively deserializes from a string that is broken up into 255 octet chunks if necessary. (#268)
  • The text formatting for CharStr has been redesigned. The Display impl now uses a modified version of the representation format that doesn’t escape white space but also doesn’t enclose the string in quotes. Methods for explicitly formatting in quoted and unquoted presentation format are provided. (#270)
  • The validate::RrsigExt trait now accepts anything that impls AsRef<Record<..>> to allow the use of smart pointers. (#288 by [@​hunts])

... (truncated)

Changelog

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::FamilyName public. (#312 by [@​achow101])
  • Added an impl of FromStr for Question. (#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 ?Sized bounds to Message::is_answer and ParsedRecord::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_before now stops at the first name in zone even if the apex itself doesn’t appear. (#314 by [@​achow101])
  • Fix a counting error in SliceLabelsIter::next that broke compression via StaticCompressor. (#321 by [@​hunts])

Unstable features

  • New unstable feature unstable-stelline for the Stelline testing framework as a “normal” module of domain. (#315)
  • unstable-server-transport:
    • Redesigned the service trait and changes middleware processors as services that take an upstream service to pass requests on to. (#307)
  • unstable-zonetree:
    • Renamed the domain name types in zonetree from Dname to Name. (#308)

Other changes

  • The minimum Rust version is now 1.78. (#320)

#307: NLnetLabs/domain#307 #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

... (truncated)

Commits
  • 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)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [domain](https://github.com/nlnetlabs/domain) from 0.9.3 to 0.10.1.
- [Release notes](https://github.com/nlnetlabs/domain/releases)
- [Changelog](https://github.com/NLnetLabs/domain/blob/main/Changelog.md)
- [Commits](NLnetLabs/domain@v0.9.3...v0.10.1)

---
updated-dependencies:
- dependency-name: domain
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from cafkafk as a code owner September 5, 2024 18:57
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 5, 2024
@cafkafk cafkafk closed this Sep 5, 2024
Copy link
Author

dependabot bot commented on behalf of github Sep 5, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/domain-0.10.1 branch September 5, 2024 18:58
cafkafk added a commit that referenced this pull request Sep 12, 2024
A leftover `current_dir` in the command builder for installables
resulted in `nix-weather ./#` invocations, and others relying on
relative filesystem paths failing.

Resolves: #20
Signed-off-by: Christina Sørensen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant