What's Changed
💡 Enhancements
- feat: add Go fuzz testing for DNS parsing by @dmachard in #1146
- feat(kafka): add Client ID configuration for Kafka producer by @ZhangYoungDev in #1144
- feat(kafka): add support for SCRAM-SHA-256 SASL mechanism in Kafka producer by @ZhangYoungDev in #1139
- refactor(kafka): extract config variables in kafkaproducer.go by @ZhangYoungDev in #1141
🔧 Bugfixes
- fix(config): fix typo in CompressZstd constant (ztd -> zstd) by @ZhangYoungDev in #1140
- fix(security): Update Go base image version to 1.25.7 by @aibaars in #1156
📈 Dependency updates
- build(deps): bump github.com/segmentio/kafka-go from 0.4.49 to 0.4.50 by @dependabot[bot] in #1154
- build(deps): update makefile and framestream lib to v1.4.0 by @dmachard in #1155
- build(deps): bump github.com/dmachard/go-powerdns-protobuf from 1.6.0 to 1.6.1 by @dependabot[bot] in #1150
- build(deps): bump alpine from 3.23.2 to 3.23.3 by @dependabot[bot] in #1148
- build(deps): bump golang from 1.25.5-alpine to 1.25.6-alpine by @dependabot[bot] in #1149
- build(deps): bump github.com/dmachard/go-netutils from 1.8.1 to 1.8.2 by @dependabot[bot] in #1151
- build(deps): bump github.com/grafana/loki/v3 from 3.6.3 to 3.6.4 by @dependabot[bot] in #1152
- build(deps): bump github.com/prometheus/common from 0.67.4 to 0.67.5 by @dependabot[bot] in #1153
New Contributors
- @ZhangYoungDev made their first contribution in #1139
- @aibaars made their first contribution in #1156
Full Changelog: v2.0.0...v2.1.0