Skip to content

go-ipfix v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@srikartati srikartati released this 09 Nov 18:52
· 10 commits to release-0.3.0 since this release

Includes all the bug fixes from 0.2.1, 0.2.2, 0.2.3, and 0.2.4.

Added

  • Added the intermediate process feature for the implementation of the IPFIX mediator. (#52, @zyiou)
  • Added standalone IPFIX collector. (#71, @stati)
  • Added GitHub workflow for unit tests and code generation. (#39, #44, @stati)
  • Added code coverage for unit tests and integration tests. (#52, #56, @zyiou)
  • Added encoding and decoding support for IPv6 addresses. (#64, @stati)

Changed

  • Refactored and changed the entities abstraction, specifically sets and records. (#49, @zyiou)
  • Refactored encoding support for IPFIX exporter. (#20, @zyiou)
  • Changed the InfoElement data type to length association from the list to the map. (#58, @shihhaoli)

Fixed

  • Added locks for clients map in the collector process. (#46, @zyiou)