go-ipfix v0.5.0
Pre-release
Pre-release
srikartati
released this
20 Apr 18:11
·
90 commits
to release-0.5.0
since this release
Includes all the bug fixes from 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.4.7, and 0.4.8.
Added
- Added Kafka Producer that is initialized given the address of Kafka broker
system. It gathers the IPFIX messages from the collecting process
and turns them into Kafka messages. (#88, @stati) - Demonstrate the ability to support multiple proto schemas in Kafka Producer. (#99, @stati)
- Add new fields to Antrea Registry for enhancing network policy info and adding
all the tcp states of the connection. (#165, @zyiou)
Changed
- Change the name of master branch to main. (#144, @zyiou)
- Change the names of Flow Types. (#171, @zyiou)
- Enhance the debug logs with useful info. (#170, @zyiou)
Fixed
- Fix the default expiration time of TLS certificates in tests by increasing it
from one month to one year. (#127, @zyiou) - Fix the code in pkg/producer when cherrypicking commits from v0.4.5 release. (#143, @stati)
- Fix the branch name in go-ipfix collector image workflow. (#160, @stati)
- Fix an issue of cleaning up slice in the IPFIX set Reset method. (#163, @stati)