chore(deps): update dependency tenbin_dns to v0.8.0 - #80
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/tenbin_dns-0.x
branch
from
August 7, 2026 03:16
aceecfb to
44e25fb
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.7.1→0.8.0Release Notes
smkwlab/tenbin_dns (tenbin_dns)
v0.8.0Compare Source
Highlights
Behavior changes
parse/1now concatenates all character-strings (previously only the first was read — silent data loss for DKIM/SPF), andcreate/1auto-chunks values longer than 255 bytes (previously the length byte overflowed, silently corrupting the wire).rdata.txtremains a binary; output for values ≤ 255 bytes is byte-identical.parse/1previously returned question/answer/authority/additional in reverse wire order. Order is semantically meaningful (CNAME chains, round-robin) and is now preserved.edns_info.unknown_optionsno longer crashcreate/1, and unrecognized option codes keep their numeric value throughparse/1(previously collapsed into a singlenilkey).Public API definition
DNSpacket.create/1,DNSpacket.parse/1, theDNSpacketstruct and the hybridedns_infostructure are now the documented supported API (#99); everything else is internal and may change without notice. A comprehensive round-trip test suite covering all 19 record types is the compatibility contract.Internals
DNSpacket.EDNS(#90); zerocredo:disabledirectives remain inlib/; bench suite repaired and guarded against API drift (#97); test suite reorganized along feature lines (#100, #105).Coverage 87.9% → 93.9% across the series, with parse/create benchmark medians unchanged.
What's Changed
New Contributors
Full Changelog: smkwlab/tenbin_dns@0.7.1...0.8.0
Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.