Skip to content

Releases: vmware/go-ipfix

go-ipfix v0.6.0

09 Jan 23:27
Compare
Choose a tag to compare
go-ipfix v0.6.0 Pre-release
Pre-release

Changed

  • Upgrade Go to v1.19. Upgrade Go modules to their latest version.
    Upgrade Antrea base image to ubuntu 22.04. (#293, @antoninbas)
  • Refactor TLS client config for exporter. (#294, @antoninbas)

go-ipfix v0.5.13

06 Dec 01:03
Compare
Choose a tag to compare
go-ipfix v0.5.13 Pre-release
Pre-release

Added

Changed

go-ipfix v0.5.12

23 Feb 23:01
Compare
Choose a tag to compare
go-ipfix v0.5.12 Pre-release
Pre-release

Changed

go-ipfix v0.5.11

10 Dec 20:04
Compare
Choose a tag to compare
go-ipfix v0.5.11 Pre-release
Pre-release

Added

  • Add throughput calculation into aggregation process. (#270, @heanlan)

go-ipfix v0.5.10

05 Nov 21:06
Compare
Choose a tag to compare
go-ipfix v0.5.10 Pre-release
Pre-release

Changed

  • Update GetRecords in AggregationProcess to return map format records. (#271, @yanjunz97)

go-ipfix v0.5.9

18 Oct 21:06
Compare
Choose a tag to compare
go-ipfix v0.5.9 Pre-release
Pre-release

Added

  • Add GetName and GetDataType method to infoElementWithValue. (#259, @zyiou)
  • Add GetRecords method to AggregationProcess. (#261, @yanjunz97)

Changed

go-ipfix v0.5.8

17 Sep 20:52
Compare
Choose a tag to compare
go-ipfix v0.5.8 Pre-release
Pre-release

Added

  • Add visibility of collector ingest rate and aggregator connection count. (#253, @zyiou)

Changed

  • Remove connection mutex for exporting process. (#248, @antoninbas)
  • Modify the basic structure NewInfoElementWithValue to reduce memory consumption. (#252, @stati)
  • Remove duplicated code in ie_value.go. (#254, @stati)

go-ipfix v0.5.7

13 Aug 00:14
Compare
Choose a tag to compare
go-ipfix v0.5.7 Pre-release
Pre-release

Fixed

  • Fix unnecessary allocations in the code related to iterating through
    list of elements and casting to interface pointer. (#246 @stati)

go-ipfix v0.5.6

12 Aug 01:00
Compare
Choose a tag to compare
go-ipfix v0.5.6 Pre-release
Pre-release

Added

  • Add support for sending JSON record. (#237, @zyiou)
  • Add new method for adding record with extra elements. (#243, @stati)

Changes

  • Skip sending template record for JSON records. (#242, @zyiou)

Fixed

  • Fix image tag in kafka flow collector manifest. (#233, @stati)
  • Fix collector close issue and add perf test for multiple exporters to collector. (#236, @zyiou)
  • Performance fix for collecting and intermediate process. (#239, @stati)
  • Fix partial buffer read issues on TCP connection. (#240, @stati)

go-ipfix v0.5.5

27 Jul 02:57
Compare
Choose a tag to compare
go-ipfix v0.5.5 Pre-release
Pre-release

Added

  • Add convertor interface input into Kafka producer. (#223, @stati)
  • Add consumer, broker and related deployment yaml for consuming records from Kafka producer. (#214, @zyiou)

Changed

  • Cleanup unnecessary producer files. (#228, @stati)
  • Improve Kafka consumer application by adding retry mechanism for consumer initialization. (#230, @stati)
  • Change Docker version of images used in kafka server deployment yaml. (#224, @zyiou)

Fixed

  • Fix bug that after stopping the TCP collector process, new connections should not be established. (#227, @stati)
  • Fix bug that after stopping the collector process, no write should be processed on existing connections. (#229, @zyiou)