Skip to content

Commit e1184c0

Browse files
committed
New release 0.18.0
=== Breaking changes - Please check `netlink-packet-route` 0.25.0 breaking changes. - Please check `netlink-packet-core` 0.8.0 breaking changes. - Please check `netlink-proto` 0.12.0 breaking changes. - Removed `rtnetlink::packet_utils`. (9373d77) === New features - ip: Introduced `AddressMessageBuilder`. (1fe2569) - macsec: Introduced `LinkMacSec`. (b9dd9d9) - Allow the user to specify their own socket. (6547f22) - Allow `TrafficGetFilterRequest` to get ingress or egress filters. (45f9206) === Bug fixes - Replace `impl TryStream` with `impl Stream`. (513e8c3) - Fix android build. (3e270c6) - Should not set `NLM_F_EXCL` when deleting alt-name. (7dd58dd) Signed-off-by: Gris Ge <[email protected]>
1 parent 9373d77 commit e1184c0

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
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.18.0] - 2025-08-27
3+
### Breaking changes
4+
- Please check `netlink-packet-route` 0.25.0 breaking changes.
5+
- Please check `netlink-packet-core` 0.8.0 breaking changes.
6+
- Please check `netlink-proto` 0.12.0 breaking changes.
7+
- Removed `rtnetlink::packet_utils`. (9373d77)
8+
9+
### New features
10+
- ip: Introduced `AddressMessageBuilder`. (1fe2569)
11+
- macsec: Introduced `LinkMacSec`. (b9dd9d9)
12+
- Allow the user to specify their own socket. (6547f22)
13+
- Allow `TrafficGetFilterRequest` to get ingress or egress filters. (45f9206)
14+
15+
### Bug fixes
16+
- Replace `impl TryStream` with `impl Stream`. (513e8c3)
17+
- Fix android build. (3e270c6)
18+
- Should not set `NLM_F_EXCL` when deleting alt-name. (7dd58dd)
19+
220
## [0.17.0] - 2025-05-29
321
### Breaking changes
422
- Please check `netlink-packet-route` 0.24.0 breaking changes.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "rtnetlink"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
authors = ["Corentin Henry <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
homepage = "https://github.com/rust-netlink/rtnetlink"
77
keywords = ["netlink", "ip", "linux"]
88
license = "MIT"

0 commit comments

Comments
 (0)