-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathCHANGELOG
65 lines (48 loc) · 1.17 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Changelog
## [0.11.5] - 2025-01-26
### Breaking changes
- N/A
### New features
- N/A
### Bug fixes
- Set minimum supported rust version to 1.75 (880aff7)
## [0.11.4] - 2025-01-21
### Breaking changes
- N/A
### New features
- Add ENOBUFS handling for unsolicited messages (051ef77)
- New function to forward ACK/DONE/NOOP message to handler (9de99ce)
- Allow the user to specify their own socket (3c6fc4e)
### Bug fixes
- N/A
## [0.11.3] - 2024-01-12
### Breaking changes
- N/A
### New features
- N/A
### Bug fixes
- Limited outgoing messages on buffer to 1 per poll_send_messages call
(f4cbd15)
- Connection calls now use immutable reference to self (72b91a5)
## [0.11.2] - 2023-07-29
### Breaking changes
- N/A
### New features
- N/A
### Bug fixes
- Check for closed unsolicited messages channel. (2e14c59)
- Use latest netlink-packet-core 0.7.0. (55fb44f)
## [0.11.1] - 2023-01-28
### Breaking changes
- N/A
### New features
- N/A
### Bug fixes
- Cosmetic release to update crates.io.
## [0.11.0] - 2023-01-28
### Breaking changes
- Remove `netlink_proto::packet`, please use netlink_packet_core (4fa7411)
### New features
- N/A
### Bug fixes
- N/A