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
- @gallypette made their first contribution in #274
- @djcode made their first contribution in #279
Full Changelog: v0.30.0...v0.31.0