Skip to content

Releases: vmware/go-ipfix

go-ipfix v0.16.0

08 Jul 22:58

Choose a tag to compare

go-ipfix v0.16.0 Pre-release
Pre-release

Added

Changed

  • Do not close the UDP connection to the collector if there are errors while sending. (#427, @vlet)

Fixed

go-ipfix v0.15.0

11 Jun 22:03

Choose a tag to compare

go-ipfix v0.15.0 Pre-release
Pre-release

Added

  • Support for more TLS config options in Collector and Exporter. (#423, @antoninbas)
  • Add curl and jq to ipfix-collector Docker image. (#429, @antoninbas)

Changed

Fixed

  • Ignore Read error in TCP collector when server is closed. (#428, @antoninbas)

go-ipfix v0.14.0

25 Mar 00:55

Choose a tag to compare

go-ipfix v0.14.0 Pre-release
Pre-release

Fixed

  • Fix Record length computation so that IPFIX UDP messages can be sized
    correctly by the buffered exporter. (#417, @antoninbas)
  • Fix sequence number incrementing in IPFIX exporter. (#418, @antoninbas)

go-ipfix v0.13.0

19 Feb 19:47

Choose a tag to compare

go-ipfix v0.13.0 Pre-release
Pre-release

Added

Changed

Fixed

go-ipfix v0.12.0

02 Jan 23:23

Choose a tag to compare

go-ipfix v0.12.0 Pre-release
Pre-release

Added

  • Ability to support unknown IEs when decoding template sets. (#380, @antoninbas)
  • Add SendDataRecords to IPFIX Exporter to send multiple data records at once. (#391, @antoninbas)
  • Support Records as input for AggregationProcess. (#389, @antoninbas)
  • Add clusterId IE to Antrea registry. (#379, @antoninbas)

Changed

  • Manage templates per session instead of globally. (#386, @antoninbas)
  • Close TCP connection in case of error. (#384, @antoninbas)
  • Remove CloseMsgChan method from collector process. (#388, @antoninbas)
  • Improve IPFIX Set implementation: add AddRecordV3 method to interface and
    optimize ResetSet to avoid memory allocations. (#390, @antoninbas)
  • Delete existing template if a new invalid one is received. (#383, @antoninbas)
  • Stop using projects.registry.vmware.com registry for Kafka images. (#373, @antoninbas)

Fixed

go-ipfix v0.11.0

13 Sep 18:14

Choose a tag to compare

go-ipfix v0.11.0 Pre-release
Pre-release

Changed

go-ipfix v0.10.1

06 Sep 17:02

Choose a tag to compare

go-ipfix v0.10.1 Pre-release
Pre-release

Fixed

  • Restore check for closed TCP connection in exporter process. (#360, @antoninbas)

go-ipfix v0.10.0

30 Aug 21:56

Choose a tag to compare

go-ipfix v0.10.0 Pre-release
Pre-release

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

15 Feb 20:00

Choose a tag to compare

go-ipfix v0.9.0 Pre-release
Pre-release

Added

go-ipfix v0.8.2

19 Dec 22:41

Choose a tag to compare

go-ipfix v0.8.2 Pre-release
Pre-release

Changed