v0.9.8-2
BREAKING Changes:
- project structure changes for builds. dnsmonster command script now sits inside the
cmd/dnsmonster
folder as per standard - packet time has changed to 64 bit precision (addresses #45 and #31). Unfortunately tables need to be recreated since Clickhouse doesn't allow type conversion on PRIMARY KEYS.
- file output now takes a directory path and handles rotation and auto-creates files as per template. the old file output is deprecated. In order to output to a raw file, use
stdoutoutputtype
and redirect to the destination file
Other notable changes:
- Go 1.20 support
pcapng
file support- GOB output format for Kafka
- goreleaser rollout (alpha)
Full Changelog: v0.9.7...v0.9.8