v0.41.0
If you find the project helpful, please consider supporting the project via monthly donation via GitHub Sponsors or simply add a star to this project.
Highlights
This release introduces some new features and bug fixes.
- RPZ
policy
fields support on DNStap/PowerDNS protobuf collectors - A new
peer-name
text-format directive and JSON field, thanks to @peterand-pa for idea - Support the DoH3 HTTP field added with the release of DNSdist 1.9
What's Changed
- feat: add doh3 http version field support and test for DoQ by @dmachard in #610
- feat: add peer name text-format directive by @dmachard in #608
- feat: add configuration examples for pipeline mode by @dmachard in #599
- feat: add DNStap policy support by @dmachard in #593 #530
- feat: add RPZ policy details with powerdns protobuf by @dmachard in #590 #572
- feat: expose dns id in json model by @dmachard in #586
- feat: detect and exit on error with invalid text directives by @dmachard in #576
- fix: fluentd: remove msgpack lib and duplicates entries #611 by @dmachard in #612
- fix: add missing rd and cd flags in json model by @dmachard in #589
- fix: dnstap collector: stuck on stop can be possible in specific situation by @dmachard in #597
- fix: syslog logger - fix protocol wrong type for unix socket by @dmachard in #598
- chore(docs): add documentation to use docker-compose by @dmachard in #563
- chore(docs): update makefile and docs by @dmachard in #604
- chore(deps): bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #603
- chore(deps): bump alpine from 3.19.0 to 3.19.1 by @dependabot in #577
- chore(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in #579
- chore(deps): bump github.com/klauspost/compress from 1.17.4 to 1.17.6 by @dependabot in #596
- chore(deps): bump github.com/dmachard/go-topmap from 0.5.0 to 1.0.0 by @dependabot in #580
- chore(deps): bump github.com/dmachard/go-powerdns-protobuf from 1.0.0 to 1.1.0 by @dependabot in #578
Full Changelog: v0.40.2...v0.41.0
Bug reporters