Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.12.0 #392

Merged
merged 2 commits into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. The format
Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased
## 0.12.0 01-02-2025
### 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
- Fix UDP template expiry in collector process. (#381, @antoninbas)
## 0.11.0 09-13-2024
### Changed
- Bump Go to 1.23. (#365, @antoninbas)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.12.0-dev
v0.12.0
Loading