Skip to content

Commit

Permalink
New release 0.14.0
Browse files Browse the repository at this point in the history
=== 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
  • Loading branch information
cathay4t committed Dec 5, 2023
1 parent ba4825a commit e31996a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# Changelog
## [0.14.0] - 2023-12-05
### 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

## [0.13.1] - 2023-07-18
### Breaking changes
- Deprecated `BondAddRequest::active_slave()` in the favor of
Expand Down

0 comments on commit e31996a

Please sign in to comment.