Skip to content

Commit c6e2ec5

Browse files
Michael MileusnichMichael Mileusnich
Michael Mileusnich
authored and
Michael Mileusnich
committed
Readme
1 parent ec1f1ad commit c6e2ec5

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "netflow_parser"
33
description = "Parser for Netflow Cisco V5, V7, V9, IPFIX"
4-
version = "0.2.1"
4+
version = "0.2.2"
55
edition = "2021"
66
77
license = "MIT OR Apache-2.0"

RELEASES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.2.2
2+
* Optimizations in IPFIX, removed some clone/cloned.
3+
* Reworked Template Fields/Option Template Fields into single struct.
4+
This avoids having to make an additional clone for each parse.
5+
16
# 0.2.1
27
* Fixed issue where v9/ipfix template fields can infinite loop.
38

SECURITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
| Version | Supported |
66
| ------- | ------------------ |
7+
| 0.2.2 | :white_check_mark: |
78
| 0.2.1 | :white_check_mark: |
89
| 0.2.0 | :white_check_mark: |
910
| 0.1.9 | :white_check_mark: |

0 commit comments

Comments
 (0)