Skip to content

go-ipfix v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@zyiou zyiou released this 08 Dec 20:26
· 38 commits to release-0.4.0 since this release

Includes all the bug fixes from 0.3.1.

Added

  • Supported message size check for UDP transport. (#92, @stati)
  • Added stats support in aggregation process. (#99, @stati)
  • Added security support (TLS and DTLS) and client authentication for TLS. (#57, #101, @zyiou)
  • Added issue templates. (#94, @stati)

Changed

  • Modified correlating process in aggregation process. (#99, @stati)

Fixed

  • Fixed the unit tests with -race of pkg/exporter (#91, @stati), pkg/collector and pkg/intermediate(#93, @zyiou)