Releases: antrea-io/libOpenflow
Releases · antrea-io/libOpenflow
v0.15.1
Update VERSION to v0.15.1 (#63) Also fixed an uncommon unit test package name. Signed-off-by: Quan Tian <[email protected]>
v0.15.0
Bump Go to 1.23 (#60) Go 1.21 is no longer maintained. We also update all module dependencies and improve assetions in some unit tests. Bump up module version to v0.15.0. Signed-off-by: Antonin Bas <[email protected]>
v0.14.1
What's Changed
- Fix openflow15 GroupMod.MarshalBinary to correctly handle marshaling twice by @xelez-work in #58
New Contributors
- @xelez-work made their first contribution in #58
Full Changelog: v0.14.0...v0.14.1
v0.14.0
Add const MSG_MAX_LEN, the max size of Openflow message (#56) This constant represents the maximum size of an OpenFlow message in bytes. It can be utilized by other projects using this library. Signed-off-by: Hongliang Liu <[email protected]>
v0.13.0
Bump up go and golangci-lint version (#52) 1. Bump up go version to v1.21 2. Bump up golangci-lint version to v1.54.2 Signed-off-by: wenyingd <[email protected]>
v0.10.4
Fix groupAddress index out of range error (#48) (#49) Signed-off-by: ceclinux <[email protected]>
v0.12.1
Fix groupAddress index out of range error (#48) Signed-off-by: ceclinux <[email protected]>
v0.12.0
Add support to set selection_method in GroupMod (#43) Add support for setting selection_method, selection_method_param and fields in a GroupMod message, the supported selection_method including "hash" and "dp_hash". When using "dp_hash", fields is supposed to be empty. "fields" could use a mask value or not, all bits in the value should be 1 if no mask is specified. Signed-off-by: wenyingd <[email protected]>
v0.11.0
Bump up Go dependencies to their latest versions (#41) Also enable Dependabot for Go dependencies and Github Actions, to automate furture updates. Bump up module version to v0.11.0. Signed-off-by: Antonin Bas <[email protected]>
v0.10.3
Bugfix: unmarshal issue with byte slice in packetIn2 message (#40) Use "copy" function to set the byte slice fields in a message. Signed-off-by: wenyingd <[email protected]>