Releases: cloudflare/goflow
Releases · cloudflare/goflow
v3.5.0
What's Changed
- fix index out of range of producer_sf for tcpflags by @joao-reis in #126
- Update semgrep.yml by @hrushikeshdeshpande in #131
- Bump github.com/prometheus/client_golang from 0.9.2 to 1.11.1 by @dependabot in #117
- update dependencies by @matthieugouel in #132
New Contributors
- @joao-reis made their first contribution in #126
- @hrushikeshdeshpande made their first contribution in #131
- @dependabot made their first contribution in #117
- @matthieugouel made their first contribution in #132
Full Changelog: v3.4.5...v3.5.0
Fix malformed sflow packets DOS vector
Merge pull request from GHSA-9rpw-2h95-666c NETDEV-5107: Fix malformed sflow packets DOS vector
v3.4.2
v3.4.1
v3.4.0
v3.3.0
Small fixes and reuse socket
- NetFlow v5 metrics
- Fix deadlock in decoder
- Add reuse socket in CLI
v3.1.0: Version 3
* NetFlow v5 * Change of protobuf: * Improved naming * Remove deprecated * Kafka improvements (send by key) * Cleanup and refactoring: * GoFlow + lite versions (only sFlow, IPFIX/NFv9 or NFv5) * Better formatter for output * Improved APIs for development and error handling * Tests! * Comparison table (mapping) in the README * Go mod * Travis CI integration
Socket reuse update
Thanks to @kanocz, goflow supports reuse socket. This allow better performances when multithreading goflow recv queues (same socket).
May work only with sFlow since NetFlow v9/IPFIX templates require consistent hashing.