v1.4.0-beta2
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 a new transformer to reorder logs by timestamp, enhanced support for the PowerDNS protobuf format, and a new OpenTelemetry logger."
What's Changed
- feat: set minimal go version to 1.23
- feat(logger): new opentelemetry logger with tracing support by @dmachard in #912
- feat(transformer): add configurable unique fields to traffic reducer by @dmachard in #905
- feat(powerdns): add support for more fields (MessageId, RequestorId...) by @dmachard in #907 #909
- feat(transformer): new reordering transform to sort logs by timestamp by @dmachard in #910
- fix: add missing telemetry counter in powerdns collector by @dmachard in #911
- chore(deps): bump loki to v3.3.2 by @dmachard in #915
- chore(deps): bump alpine from 3.20.3 to 3.21.0 by @dependabot in #899
- chore(deps): bump golang from 1.23.3-alpine3.19 to 1.23.4-alpine3.19 by @dependabot in #900
- chore(deps): bump google.golang.org/protobuf from 1.35.2 to 1.36.0 by @dependabot in #903
- chore(deps): bump github.com/prometheus/common from 0.60.1 to 0.61.0 by @dependabot in #904
- chore(deps): bump golang.org/x/net from 0.31.0 to 0.33.0 by @dependabot in #913
Full Changelog: v1.3.0...v1.4.0-beta2