Skip to content

Commit e31996a

Browse files
committed
New release 0.14.0
=== Breaking changes - Many `VxlanAddRequest` functions changed from u8 to bool. (ba4825a) - Deprecated `LinkSetRequest::master()` in the favor of `LinkSetRequest::controller()`. (ba4825a) - Deprecated `LinkSetRequest::nomaster()` in the favor of `LinkSetRequest::nocontroller()`. (ba4825a) - Many `NeighbourAddRequest` functions changed from u8/u16 to enum. (ba4825a) - Many `TrafficFilterNewRequest` functions changed from u8/u16 to enum. (ba4825a) === New features - Rule: function to set fw_mark when adding rule. (dabef43) === Bug fixes - N/A
1 parent ba4825a commit e31996a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
# Changelog
2+
## [0.14.0] - 2023-12-05
3+
### Breaking changes
4+
- Many `VxlanAddRequest` functions changed from u8 to bool. (ba4825a)
5+
- Deprecated `LinkSetRequest::master()` in the favor of
6+
`LinkSetRequest::controller()`. (ba4825a)
7+
- Deprecated `LinkSetRequest::nomaster()` in the favor of
8+
`LinkSetRequest::nocontroller()`. (ba4825a)
9+
- Many `NeighbourAddRequest` functions changed from u8/u16 to enum. (ba4825a)
10+
- Many `TrafficFilterNewRequest` functions changed from u8/u16 to enum.
11+
(ba4825a)
12+
13+
### New features
14+
- Rule: function to set fw_mark when adding rule. (dabef43)
15+
16+
### Bug fixes
17+
- N/A
18+
219
## [0.13.1] - 2023-07-18
320
### Breaking changes
421
- Deprecated `BondAddRequest::active_slave()` in the favor of

0 commit comments

Comments
 (0)