v1.1.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 fixes and increase performance with file logger.
What's Changed
- feat: disable global telemetry by default + channel buffer size up to 8192 by @dmachard in #840
- feat: file logger: reducing the frequency of disk writes by @dmachard in #841
- feat: add arcount, nscount and ancount in json output #828 by @dmachard in #829
- feat: lookup ECS ip on geoip transform #776 by @dmachard in #830
- feat: prometheus logger: add new counter for dns messages operations by @dmachard in #852
- feat: set go minimum version to 1.21 by @dmachard in #851
- fix #849 : hang during shutdown with high load by @dmachard in #850
- fix: invalid ingress counter for dnstap collector by @dmachard in #839
- fix #831 : afpacket sniffer: fix deadlock on stop under load by @dmachard in #842
- fix: error on dns decoder for response without question by @dmachard in #843
- fix(doc): update transform_rewrite.md by @jpmens in #825
- chore(deps): bump github.com/tinylib/msgp from 1.2.1 to 1.2.2 by @dependabot in #834
- chore(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.11 by @dependabot in #824 #846
- chore(deps): bump github.com/prometheus/client_golang from 1.20.3 to 1.20.5 by @dependabot in #823 #847
- chore(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 by @dependabot in #832
- chore(deps): bump github.com/prometheus/common from 0.59.1 to 0.60.0 by @dependabot in #833
- chore(deps): bump golang from 1.23.1-alpine3.19 to 1.23.2-alpine3.19 by @dependabot in #835
- chore(deps): bump github.com/grafana/loki/v3 from 3.2.0 to 3.2.1 by @dependabot in #848
- chore(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by @dependabot in #844
Bug reporters
New Contributors
Full Changelog: v1.0.0...v1.1.0