Skip to main content
Module

x/packet/CHANGELOG.md

An abstract-encoding compliant module for encoding / decoding DNS packets, for Deno.
Go to Latest
File

CHANGELOG

2023.11.10

  • updates Deno’s std library
  • fixes NSEC test
  • adds alphabetical sorting to NSEC/NSEC3 rrtypes
  • reverts RangeError fix in default.ts…let nameserver handle that

2023.10.02

  • adds TLSA support
  • organization and comments

2023.07.31

  • updates Deno’s std library
  • adds processBuffer helper function in default.ts to convert string values to buffers when expected
  • comments out tests that fail…LOL

2023.04.06

  • imports Buffer from Deno’s internals
  • adds NAPTR support from upstream
  • declares optional parameters in functions
  • adds tests
  • removes import map
  • updates README