Skip to content

Releases: DCSO/fever

v1.0.18

30 Mar 21:28
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

This release adds the following changes:

  • Add heartbeat injector (#67)

v1.0.13

05 Nov 08:15
e444d1e
Compare
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
Compare
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
Compare
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

v1.0.10

11 Jun 13:54
8bd4fcd
Compare
Choose a tag to compare

This release adds the following features:

  • Only extend incoming EVE-JSON instead of marshaling into predefined schema. This enables future-proof consistent output of EVE-JSON as there are no assuptions about what fields are present or allowed in the JSON schema (#54)
  • Some bugfixes (such as race conditions).

v1.0.9

14 May 11:53
28f49f4
Compare
Choose a tag to compare

This release adds the following features:

  • Support for interacting with an external persistence tool (Stenosis).
  • Various cleanups as well as test and code simplifications.