v2.6.0-beta2
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