Releases: adambaumeister/goflow
Releases · adambaumeister/goflow
v1.00 - Release
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
Bugfixes
- Fixed source ID/template conflicts
Improvements
- Added env var to specify config file to make systemd scripts easier
v0.20-Alpha
Bugfixes
- Fixed Grafana interval calculations for b/second stuff (I hope.)
- Dashboards now import referencing the name of the new datasource
v0.19-Alpha
Bugfix
- Fixed Race condition in Prune utility, it started faster than it took to initialize the database originally.
v0.18-Alpha
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
Bugfixes:
- Corrected timescaledb integer column handling - converted type "integer" to type "bigint"
v0.15-Alpha
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
ALPHA RELEASE
No real code updates, a bunch of unit testing stuff and documentation improvements.
v0.09
New features
- Timescaledb now supported by goflow-ui (https://github.com/adambaumeister/goflow-ui)
- Max_age utility support, allowing users to customise the lifetime of stored flows.
Bugfixes
- changed storage of ip addresses in timescaledb to be all INET related, postgres seems pretty good about it.
v0.08
New Features:
- Configurable JSON API
- Command line interface