Skip to content

Releases: adambaumeister/goflow

v1.00 - Release

12 Jan 01:28
Compare
Choose a tag to compare

Official v1 release

As all core features are in place and run in a production environment for some time, this code has left Alpha.

The readme has been updated with some tuning requirements that should be noted!

Over time, new features will be added and bugs squashed based on the incoming issue tracker and ongoing experience.

Bugfixes

  • Fixed one Grafana dashboard failing to import

v0.22-Alpha

08 Jan 12:27
Compare
Choose a tag to compare
v0.22-Alpha Pre-release
Pre-release

Bugfixes

  • Fixed source ID/template conflicts

Improvements

  • Added env var to specify config file to make systemd scripts easier

v0.20-Alpha

07 Jan 06:06
Compare
Choose a tag to compare
v0.20-Alpha Pre-release
Pre-release

Bugfixes

  • Fixed Grafana interval calculations for b/second stuff (I hope.)
  • Dashboards now import referencing the name of the new datasource

v0.19-Alpha

07 Jan 03:06
Compare
Choose a tag to compare
v0.19-Alpha Pre-release
Pre-release

Bugfix

  • Fixed Race condition in Prune utility, it started faster than it took to initialize the database originally.

v0.18-Alpha

06 Jan 10:35
329cf72
Compare
Choose a tag to compare
v0.18-Alpha Pre-release
Pre-release

New features

  • Grafana Dashboards, see Readme.md Integrations section.
  • Auto-configure Grafana Datasource and Dashboards CLI utility.

Misc changes

  • Updated help

v0.17-Alpha: Merge pull request #16 from adambaumeister/benchmark

03 Jan 11:32
a290cd6
Compare
Choose a tag to compare

Bugfixes:

  • Corrected timescaledb integer column handling - converted type "integer" to type "bigint"

v0.15-Alpha

01 Jan 06:06
59464a9
Compare
Choose a tag to compare
v0.15-Alpha Pre-release
Pre-release

New Features

  • Apache Kafka backend
    Kafka is a java based message queue, and this support allows those with existing Kafka install bases to easily consume netflow records. For simplicity in this release,, the netflow data is serialised into normal JSON (not Avro, or Protocol buffers)

Bugfixes

  • Fixed template ID's not being source-specific, potentially causing conflicts.

v0.14-Alpha

30 Dec 10:57
Compare
Choose a tag to compare

ALPHA RELEASE
No real code updates, a bunch of unit testing stuff and documentation improvements.

v0.09

27 Dec 05:15
6686708
Compare
Choose a tag to compare
v0.09 Pre-release
Pre-release

New features

Bugfixes

  • changed storage of ip addresses in timescaledb to be all INET related, postgres seems pretty good about it.

v0.08

26 Dec 05:48
99808d8
Compare
Choose a tag to compare
v0.08 Pre-release
Pre-release

New Features:

  • Configurable JSON API
  • Command line interface