Skip to content

Releases: mosajjal/dnsmonster

v0.8.5.1

10 Aug 01:43
Compare
Choose a tag to compare

Changelog:

BREAKING changes:

  • POSIX-compatible configuration and parameters (double-dash instead of original single-dash)
  • Parameter documentation overhaul
  • Go 1.16 minimum required
  • Major changes to configuration scheme, and convert the config to ini format
  • Changed priority order for arguments, env variables and ini file (see README.md for more details)

Minor changes:

  • Clickhouse Output now defaults to type 0 (no output to Clickhouse by default)
  • Standardize input and outputs for Kafka
  • Upgraded Grafana to 8.0
  • Added Syslog Output
  • HEC output rework for multiple endpoints
  • Code cleanups and performance improvements
  • Domain check logic is now case-insensitive
  • Wiki kick-off (PRs most welcome)

v0.8.5.0

10 Aug 01:13
c3b6523
Compare
Choose a tag to compare

Changelog:

BREAKING changes:

  • POSIX-compatible configuration and parameters (double-dash instead of original single-dash)
  • Parameter documentation overhaul
  • Go 1.16 minimum required
  • Major changes to configuration scheme to ini format
  • Changed priority order for arguments, env variables and ini file (see README.md) for more details

Minor changes:

  • Clickhouse Output now defaults to type 0 (no output to Clickhouse by default)
  • Standardize input and outputs for Kafka
  • Upgraded Grafana to 8.0
  • Added Syslog Output
  • HEC output rework for multiple endpoints
  • Code cleanups and performance improvements
  • Domain check logic is now case-insensitive
  • Wiki kick-off (PRs most welcome)

v0.8.4.0

13 Jun 05:51
Compare
Choose a tag to compare
added some minor comment changes

v0.8.3.4.1

29 May 09:27
Compare
Choose a tag to compare

CHANGELOG

General

  • Logging is now standardised using logrus

Splunk output:

  • multiple HEC endpoints is now supported

v0.8.3.3.2

29 May 09:13
Compare
Choose a tag to compare
v0.8.3.3.2 Pre-release
Pre-release
releaseVersion tag attempt 2

v0.8.3.3.1

29 May 08:58
Compare
Choose a tag to compare
v0.8.3.3.1 Pre-release
Pre-release
  • Dynamic version number in the binary

v0.8.3.3

24 May 22:22
Compare
Choose a tag to compare
v0.8.3.3 Pre-release
Pre-release
  • Fixed an issue with mask size in JSON outputs
  • multiple HEC endpoint support (alpha)

v0.8.3.2

15 May 22:09
Compare
Choose a tag to compare
fixed version number in code

v0.8.3.1

13 May 11:15
Compare
Choose a tag to compare

Fixes the event time accuracy in Splunk output.

v0.8.3

09 May 11:05
Compare
Choose a tag to compare

In this version:

  • Elasticsearch output support
  • Splunk HEC output support
  • URL support for domain files
  • Ability to skip TLS verification when making HTTPS requests
  • More standard logging
  • Code cleanup
  • Various fixes and improvements