Skip to content

v2.6.0-beta2

Choose a tag to compare

@dmachard dmachard released this 13 Aug 12:29
· 1 commit to main since this release
71d0d92

This release introduces major performance optimizations across the DNStap collector, wire-DNS decoders, and JSON serialization, alongside an optional multi-worker pool for high-throughput scaling.

💡 Enhancements

  • perf(dnstap collector): add configurable worker pool for high-throughput single-socket scalability by @dmachard in #1289
  • perf(dnsutils): optimize JSON serialization and DNS decoder by @dmachard in #1290
  • perf(dnstap collector): add configurable socket read buffer size by @dmachard in #1288
  • perf(dnstap collector): optimize processor hot path allocations and enum lookups by @dmachard in #1287

Full Changelog: v2.5.0...v2.6.0-beta2