File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11[package ]
22name = " rtnetlink"
3- version = " 0.17 .0"
3+ version = " 0.18 .0"
44authors = [
" Corentin Henry <[email protected] >" ]
5- edition = " 2018 "
5+ edition = " 2021 "
66homepage = " https://github.com/rust-netlink/rtnetlink"
77keywords = [" netlink" , " ip" , " linux" ]
88license = " MIT"
You can’t perform that action at this time.
0 commit comments