Skip to content

golang-dnstap 0.3.0 released

Compare
Choose a tag to compare
@reedjc reedjc released this 02 Dec 18:45
· 5 commits to master since this release
66bb039

dnstap, the flexible, structured event replication format for DNS servers, version 0.3.0 was released. The significant changes are:

  • Add Reader and Writer APIs to provide lower-level control over I/O than the Input and Output interfaces.
  • Add Encoder, Decoder to handle parsed dnstap messages.
  • Add configurable logging to Input and Output implementations, removing log.Fatal calls.
  • Add go module dependency files: go.mod, go.sum.

This requires at least golang-framestream 0.3.0.