Skip to content

Releases: dmachard/DNS-collector

v0.32.0

24 May 05:54
30467ad
Compare
Choose a tag to compare

What's Changed

  • [ENHANCEMENT] Dnstap/Powerdns collector: improve log messages, track connId by @dmachard in #321
  • [ENHANCEMENT] Allow reading of basic auth password for loki logger from file by @ReneHollander in #317
  • [ENHANCEMENT] Suspicious transformer: support whitelist domains by @dmachard in #315
  • [ENHANCEMENT] RestAPI logger: return array instead of dict (breaking changes) by @dmachard in #313 #314
  • [ENHANCEMENT] Dnstap/Powerdns collector: new setting to reset tcp connection by @dmachard in #308
  • [ENHANCEMENT] Update docs, more config examples added by @dmachard in #294 #302 #309
  • [ENHANCEMENT] Implement relabeling functionality in the Loki logger by @ReneHollander in #286
  • [ENHANCEMENT] New Falco plugin logger by @SysdigDan in #289
  • [ENHANCEMENT] New Kafka logger by @dmachard in #291
  • [BUGFIX] Dnstap/Powerdns collector: fix to avoid tcp zero window size by @dmachard in #316 #318 #319
  • [BUGFIX] Add missing support for latency check in suspicious transformer by @flz in #304
  • [BUGFIX] Suspicious directive not working in text format by @dmachard in #293
  • [BUGFIX] Goreleaser github assets renaming in #287
  • [BUGFIX] Fix reducer (breaking changes) by @dmachard in #305
  • [BUGFIX] Fix to apply transformers properly on all loggers by @dmachard in #305
  • [DEPENDENCY] Bump alpine from 3.17.3 to 3.18.0 by @dependabot in #310
  • [DEPENDENCY] Bump golang from 1.20.3-alpine3.17 to 1.20.4-alpine3.17 by @dependabot in #296
  • [DEPENDENCY] Bump github.com/prometheus/common from 0.42.0 to 0.43.0 by @dependabot in #298
  • [DEPENDENCY] Bump golang.org/x/sys from 0.7.0 to 0.8.0 by @dependabot in #301
  • [DEPENDENCY] Bump golang.org/x/net from 0.8.0 to 0.9.0 by @dependabot in #272
  • [DEPENDENCY] Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.0 by @dependabot in #273
  • [DEPENDENCY] Bump github.com/miekg/dns from 1.1.53 to 1.1.54 by @dependabot in #290
  • [DEPENDENCY] Bump Loki to 2.8.2 and Prometheus to 0.43.1 by @dmachard in #303
  • [DEPENDENCY] Bump github.com/segmentio/kafka-go from 0.4.39 to 0.4.40 by @dependabot in #297

New Contributors

Full Changelog: v0.31.0...v0.32.0

v0.31.0

28 Apr 15:10
50f41c2
Compare
Choose a tag to compare

What's Changed

  • [ENHANCEMENT] add Scalyr logger by @pieterlexis-tomtom in #256

  • [ENHANCEMENT] support custom delimiter and boundary on text format by @dmachard in #261

  • [ENHANCEMENT] add makefile for the project by @dmachard in #280

  • [ENHANCEMENT] new transform to detect duplicated traffic by @dmachard in #282

  • [ENHANCEMENT] add flatjson to loggers by @dmachard in #268 thanks to @pieterlexis-tomtom

  • [ENHANCEMENT] add base64 DNS response in text-format and new transform by @gallypette in #274 #281

  • [ENHANCEMENT] new redis pubsub logger by @gallypette in #278

  • [BUGFIX] text format - add delimiter when using spaces in the qname field. for #254 by @dmachard

  • [BUGFIX] sniffer collector - regression with outdated timestamp since v0.30 by @dmachard in #284

  • [BUGFIX] sniffer collector - added handling for EINTR on syscall.Recvmsg by @djcode in #279

  • [BUGFIX] dnstap, tcpclient, fluentd logger - add buffer to avoid memory leak by @dmachard in #267 #269 #262

  • [BUGFIX] dnstap collector - to support large dnstap frame, up to 65Kb by @dmachard in #270

  • [BUGFIX] dnstap logger - bad timestamp convert float64 to int64 by @dmachard in #285

  • [DEPENDENCY] update github.com/dmachard/go-dnstap-protobuf from 0.4.0 to 0.5.0 by @dependabot in #258

  • [DEPENDENCY] update github.com/miekg/dns from 1.1.52 to 1.1.53 by @dependabot in #259

  • [DEPENDENCY] update alpine from 3.17.2 to 3.17.3 by @dependabot in #257

  • [DEPENDENCY] update golang from 1.20.2-alpine3.17 to 1.20.3-alpine3.17 by @dependabot in #263

  • [DEPENDENCY] update golang.org/x/sys from 0.6.0 to 0.7.0 by @dependabot in #265

  • [DEPENDENCY] update github.com/grafana/loki from 2.4.1 to 2.8.0 by @dmachard in #266

  • [DEPENDENCY] update github.com/dmachard/go-powerdns-protobuf from 0.0.4 to 0.1.0 by @dependabot in #260

  • [DEPENDENCY] update github.com/klauspost/compress from 1.16.3 to 1.16.5 by @dependabot in #271

New Contributors

Full Changelog: v0.30.0...v0.31.0

v0.30.0

31 Mar 19:16
d2ab6b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.29.0...v0.30.0

v0.29.0

05 Mar 10:16
bbb13b2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.28.0...v0.29.0

v0.28.0

08 Feb 13:20
d8e017b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.27.0...v0.28.0

v0.27.0

08 Jan 10:39
e8d1607
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.26.0...v0.27.0

v0.26.0

14 Dec 05:58
b2a235e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.25.0...v0.26.0

v0.25.0

20 Nov 11:01
f146554
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.24.0...v0.25.0

v0.24.0

29 Oct 11:42
438d5bc
Compare
Choose a tag to compare

What's Changed

  • Issue fixed on tcpclient logger to load user configuration by @kchmiela in #127
  • Bump go-dnstap-protobuf from 0.3.0 to 0.4.0 by @dependabot in #125
  • New GH action to test powerdns recursor by @dmachard in #132
  • PowerDNS collector: Add RPZ policy name #130 by @dmachard in #131
  • PowerDNS collector: support properly powerdns tag by @dmachard in #133
  • Add downsampling filter by @LeoVrana in #136
  • GH actions: some actions are deprecated. by @dmachard in #137
  • Bump some packages (klauspost/compress, alpine image)
  • Add filtering option to keep only certain domain records. by @LeoVrana in #135

Full Changelog: v0.23.0...v0.24.0

v0.23.0

19 Sep 18:58
d6662eb
Compare
Choose a tag to compare

What's Changed

  • Issue fixed on dnstap logger - strconv.Atoi error on rsp port by @dmachard in #111
  • Support Go 1.19 by @dmachard in #115
  • New elasticsearch logger by @six519 in #118
  • Bump some packages, minor updates

Full Changelog: v0.22.0...v0.23.0