Releases: vmware/go-ipfix
Releases · vmware/go-ipfix
go-ipfix v0.11.0
Changed
- Bump Go to 1.23. (#365, @antoninbas)
- Add a few log messages to exporter process. (#367, @antoninbas)
- Bump Ubuntu to 24.04 for Docker images. (#369, @antoninbas)
go-ipfix v0.10.1
Fixed
- Restore check for closed TCP connection in exporter process. (#360, @antoninbas)
go-ipfix v0.10.0
This version has been retracted and should not be used. Please use v0.10.1 instead.
Added
- Add more features to the test IPFIX collector web API. (#351, @antoninbas)
Changed
- Return receive-only channel in the GetMsgChan() method of the collector
process. (#350, @antoninbas) - Use recommended default value of 600s for templateRefreshTimeout. (#353,
@antoninbas) - Stop referencing the VMware Harbor registry for ipfix-collector. (#347,
@antoninbas)
Fixed
- Fix how decoding errors are handled for UDP clients in collector
process. (#352, @antoninbas) - Fix how collector connections are closed in exporter process. (#354, @antoninbas)
go-ipfix v0.9.0
Added
- Add EgressNodeName field to the Antrea registry. (#343, @Atish-iaf)
go-ipfix v0.8.2
Changed
- Improve IPFix collector to speed up log retrieval (#338, @yuntanghsu )
go-ipfix v0.8.1
Added
- Added new Go Benchmarks. (#329, @antoninbas)
Changed
- Improve memory performance of collector. (#330 #331, @antoninbas)
- Rename l7ProtocolName to appProtocolName. (#333, @tushartathgur)
- Updated aggregation logic for httpVals field. (#334, @tushartathgur)
go-ipfix v0.8.0
Added
- Add L7 visibility fields. (#315, @tushartathgur)
Changed
- Change datatype of flowEndSecondsFromSourceNode and flowEndSecondsFromDestinationNode. (#320, @tushartathgur)
- Improve handling of string IEs. (#322, @antoninbas)
- Avoid error logs in BenchmarkMultipleExportersToCollector. (#323, @antoninbas)
- Improve integration tests. (#325, @antoninbas)
Fixed
- Fix aggregation bug that throughput common fields should be only updated when the receiving record is the latest. (#324, @antoninbas)
go-ipfix v0.7.0
Changed
- Upgrade Go to v1.21, as Go v1.19 is no longer maintained. (#317, @antoninbas)
- Replace github.com/golang/mock with go.uber.org/mock, as github.com/golang/mock is no longer maintained. (#316, @antoninbas)
Fixed
go-ipfix v0.6.2
Added
- Add fields for Egress information support. (#308, @dreamtalen)