Skip to content

v0.38.0

Compare
Choose a tag to compare
@dmachard dmachard released this 17 Nov 18:29
· 225 commits to main since this release
8c0cd2f

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 and program 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

Full Changelog: v0.37.0...v0.38.0