v0.38.0
What's Changed
- feat: add badges through github-actions to track test counts and lines of code by @dmachard in #466
- feat: dnstap collector: new settings to disable the embedded dns parser by @dmachard in #458
- feat: support full reload of the configuration on SIGHUP signal by @dmachard in #440
- feat: some code factory in TLS client config and new package for processors by @dmachard in #440 #445
- feat: syslog logger: add new settings to support custom
hostname
andprogram
name by @dmachard in #442 - feat: syslog logger: rename format settings with
formatter
(breacking change) by @dmachard in #442 - feat: syslog logger: add new
framer
option by @dmachard in #442 - feat: add mTLS support on all loggers by @dmachard in #442
- feat: set
flat-json
as default format on tcp and redispub logger by @dmachard in #445 - fix: powerdns collector: replace go/dnsmessage by miekg/dns by @dmachard in #460
- fix: #450 update tcpclient logger to use flush interval by @mattb-nn in #452
- fix: #434 improve logging in publicsuffix transform by @dmachard in #439
- fix: avoid blocking situation during stop in the ReadFromConnection function on redispub and backport to tcpclient and fluentd loggers by @dmachard in #445
- docs: update loggers settings by @dmachard in #445
- chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 by @dependabot in #444
- chore(deps): replace unmaintained RackSec/srslog by dmachard/go-clientsyslog by @dmachard in #442
- chore(deps): bump github.com/cilium/ebpf from 0.12.0 to 0.12.2 by @dependabot in #435
- chore(deps): bump github.com/klauspost/compress from 1.17.1 to 1.17.2 by @dependabot in #438
- chore(deps): bump github.com/fsnotify/fsnotify from 1.6.0 to 1.7.0 by @dependabot in #437
- chore(deps): bump github.com/prometheus/common from 0.44.0 to 0.45.0 by @dependabot in #436
New Contributors
- @step-security-bot made their first contribution in #447
- @mattb-nn made their first contribution in #452
Full Changelog: v0.37.0...v0.38.0