Skip to content

Releases: LinkTed/dns-message-parser

v0.9.0

29 Aug 13:31

Choose a tag to compare

What's Changed

  • Detect endless recursion in domain name by @LinkTed in #26

Full Changelog: v0.8.0...v0.9.0

LinkTed (11):
      Merge pull request #26 from LinkTed/nightly
      refactor(decode): add DomainNameLength enum
      feat: add Extended DNS Errors of RFC 8914
      test: add test for Extended DNS Errors
      test(encode): add test for `string_with_len`
      refactor(decode): fix warning `importing legacy numeric constants`
      refactor(decode): fix warning `doc list item overindented`
      refactor(encode): fix warning `hiding a lifetime`
      chore: bump criterion to 0.6
      chore: bump to version 0.9.0
      Merge pull request #27 from LinkTed/nightly

v0.8.0

26 Jan 15:56

Choose a tag to compare

Full Changelog: v0.7.0...v0.8.0

LinkTed (12):
      ci: Update actions/checkout to 4
      ci: Replace actions-rs with dtolnay
      ci: Remove Job audit
      ci: Replace actions-rs with giraffate
      ci: Update Job code coverage
      ci: Replace actions-rs with run
      chore: Updated dependencies
      refactor: Resolve elided_name_lifetimes
      feat: Detect endless recursion in domain name
      test: Add test for DecoderError::MaxRecursion
      feat: Improve domain name decoding
      chore: Change version to 0.8.0