Skip to content

Commit 49001f4

Browse files
committed
New release 0.20.0
=== Breaking changes - Use bitflags. (3c08f7f, 5072f3a, 9271b33, 8564ed9, e26b489, b337e00, 386470f, 99bd9d2, 590411d, 6f63c6b) - bond: Convert `InfoBond::Mode` into an enum. (3e16f9c) - ipvlan: Change mode type from u16 to enum. (396d4b0) - link: Renamed `LinkAttribute::NetnsId` to `LinkNetNsId`. (528905c) - mac vlan/vtap: Changed MAC VLAN/VTAP mode from u32 to enum. (b23b165) - bridge: Change InfoBridge::VlanFiltering from u8 to bool. (de0f47a) === New features - Added `InfoData::IpVtap`. (a8d125c) - impl `From<IpAddr>` for `RouteAddress`. (984b358) === Bug fixes - link: Check buffer length when parsing NLAs. (a543bb7) - link: Expand the buffer before parsing stats data from old kernel. (4d5f819) Signed-off-by: Gris Ge <[email protected]>
1 parent 3e16f9c commit 49001f4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
# Changelog
2+
## [0.20.0] - 2024-01-31
3+
### Breaking changes
4+
- Use bitflags. (3c08f7f, 5072f3a, 9271b33, 8564ed9, e26b489, b337e00,
5+
386470f, 99bd9d2, 590411d, 6f63c6b)
6+
- bond: Convert `InfoBond::Mode` into an enum. (3e16f9c)
7+
- ipvlan: Change mode type from u16 to enum. (396d4b0)
8+
- link: Renamed `LinkAttribute::NetnsId` to `LinkNetNsId`. (528905c)
9+
- mac vlan/vtap: Changed MAC VLAN/VTAP mode from u32 to enum. (b23b165)
10+
- bridge: Change InfoBridge::VlanFiltering from u8 to bool. (de0f47a)
11+
12+
### New features
13+
- Added `InfoData::IpVtap`. (a8d125c)
14+
- impl `From<IpAddr>` for `RouteAddress`. (984b358)
15+
16+
### Bug fixes
17+
- link: Check buffer length when parsing NLAs. (a543bb7)
18+
- link: Expand the buffer before parsing stats data from old kernel. (4d5f819)
19+
220
## [0.19.0] - 2024-01-31
321
### Breaking changes
422

0 commit comments

Comments
 (0)