Skip to content

Releases: DCSO/fever

v1.1.0

09 Jun 07:34

Choose a tag to compare

This release introduces the following features:

  • Support for input buffering (#82)

v1.0.19

04 May 14:10
76cca0a

Choose a tag to compare

This release introduces the following features:

  • Support Bloom filter matching for TLS fingerprints (#76, #38)
  • Reduce log noise by moving AMQP messages to debug log level (#78)

v1.0.18

30 Mar 21:28

Choose a tag to compare

This release introduces the following features:

  • Added version subcommand (#73)
  • Prevent deadlock on main event stream during reconnect (#75)

v1.0.17

04 Mar 09:52
e2be3f8

Choose a tag to compare

This release introduces the following features:

  • change timestamp handling when alertifying (#72)

v1.0.16

19 Feb 14:52
08a31ae

Choose a tag to compare

This release introduces the following features:

  • Remove potentially blocking calls/locks (#71)
  • Use Go modules (needed to fix builds with viper)

v1.0.15

22 Jan 10:25
9fd508e

Choose a tag to compare

This release adds the following changes:

  • Make sure timestamps created by alertifier match regular Suricata timestamps.
  • Ensure FEVER starts up with unreachable AMQP endpoint (#69)

v1.0.14

04 Dec 12:20
1dd8a28

Choose a tag to compare

This release adds the following changes:

  • Add heartbeat injector (#67)

v1.0.13

05 Nov 08:15
e444d1e

Choose a tag to compare

This release adds the following changes:

  • Add flow profiling metrics gathering (#66)

v1.0.12

13 Oct 08:19
570d6fc

Choose a tag to compare

This release adds the following changes:

  • Add interface filtering for Stenosis connector (#60)
  • Add alertify tool (#62)
  • Various bugfixes (#63, #64)

v1.0.11

11 Aug 15:14
b3ae5b1

Choose a tag to compare

This release adds the following changes:

  • Add changelog (#58)
  • Allow addition of arbitrary EVE-JSON fields before output (#49)
  • Various code robustness improvements and simplifications