golang-dnstap 0.3.0 released
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.