# Changelog
## [0.9.0] - 2026-08-18
### Breaking changes
- Use netlink-packet-core 0.9.0. (5dd7b8e)
### New features
- Implement IntoRawFd for Socket. (0d3bf1d)
### Bug fixes
- make testsuite pass on bigendian. (600033d)
- fix: build rust docs for all features, so that we can see `TokioSocket` and
others in docs.rs.. (3a49d41)
- CHANGELOG: Use `-` instead of `*` for aligning with other rust-netlink
crates. (5c08a3a)
## [0.8.8] - 2026-01-22
### Breaking changes
- N/A
### New features
- N/A
### Bug fixes
- Do not need mut for socket. (f54c420, 51c01b6)
- Replace 'futures' dependency for 'futures-util'. (498df8b)
- Use latest rust-netlink crates in dev dependency. (1e0a9da)
## [0.8.7] - 2024-12-10
### Breaking Changes
- N/A
### New Features
- N/A
### Bug Fixes
- N/A
### Other changes
- upgrade dependencies
## [0.8.6] - 2024-04-03
### Breaking Changes
- N/A
### New Features
- Support set `NETLINK_GET_STRICT_CHK`. (be6a7aa)
- Support set and get socket receive buffer. (c4d7328)
- Support set and get extended ACK. (008c65b)
### Bug Fixes
- N/A
## [0.8.5] - 2023-03-05
### Breaking Changes
- N/A
### New Features
- N/A
### Bug Fixes
- Just a try for packit auto downstream release. (a9640d2)
## [0.8.4] - 2023-01-23
### Breaking Changes
- N/A
### New Features
- N/A
### Bug Fixes
- Move to standlone github repository. (8c1ee21)
## [0.8.3] - 2022-06-23
### Breaking Changes
- N/A
### New Features
- N/A
### Bug Fixes
- N/A