Skip to content

Releases: netsampler/goflow2

Release v2.2.6

Choose a tag to compare

@github-actions github-actions released this 27 Dec 05:02
features:

* use linter action (#470)
* update golangci action version (#471)

fixes:

* write permissions for release (#472)
* address linter concern (#469)
* fix release step

Release v2.2.3

Choose a tag to compare

@github-actions github-actions released this 04 Jun 04:17
0b47cd5
features:

* add armv7 (#402)

fixes:

* update dependencies
* for ipfix, nanoseconds and microseconds are ntp timestamp formats (#404)

Release v2.2.2

Choose a tag to compare

@github-actions github-actions released this 06 Mar 03:49
348d44b
fixes:

* bump dependencies

features:

* add mTLS for Kafka (#367)

Release v2.2.1

Choose a tag to compare

@github-actions github-actions released this 21 Aug 04:55
127c1a3
Hotfix for protobuf producer.
When configuration was not passed, did not parse the packet.

fix:

* should parse with empty config #347

Release v2.2.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 03:27
d4bffe2
The protobuf producer refactor and move to slog.
This version contains various fixes and improves mapping of encapsulated data.

fixes:

* mpls labels in NetFlow (#345)
* udp receiver not passing errors (#323)

features:

* add reload option for systemd service (#340)
* add more protocols to renderer (#341)
* refactor encapsulation and configuration (#342)
* use slog instead of logrus (#199)

The protobuf producer refactor allows more flexibility in terms of parsing of encapsulated protocols.
For instance SRv6, IPIP, MPLS, GRE, etc.
It also improves configuration handling for a better use as a library.

Release v2.1.5

Choose a tag to compare

@github-actions github-actions released this 18 Jul 04:17
e171a04
features:

* sFlow: decode drop packets (#337)
* sFlow: decode ethernet flow record (#336)

Release v2.1.4

Choose a tag to compare

@github-actions github-actions released this 18 Jul 03:00
f363eff
bugfixes:

* fix CLI arg typo, use sockets count (#324)
* typo in JSON tag for TCPFlags in NFv5 records (#322)
* NetFlow v9 bad timestamp calculation (#325)
* NetFlow v5 uptime/first/last are in millisecond (#304)

Release v2.1.3

Choose a tag to compare

@github-actions github-actions released this 24 Mar 04:52
c109a5f
bugfixes:

* double count of NetFlow metrics (#302)
* obsdomainid missing for NetFlow (#282)

Release v2.1.2

Choose a tag to compare

@github-actions github-actions released this 20 Jan 05:31
bd9d794
* feat: add string renderer
* fix: protobuf was formatting bytes into hexadecimal, creating issues with renderers

Release v2.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Jan 09:04
a61288e
enhancements and bugfix

metrics: count packets dropped by the queue
decoder: fix parsing of MAC and IP address with sFlow

*