-
Notifications
You must be signed in to change notification settings - Fork 10
/
CHANGELOG
63 lines (46 loc) · 1014 Bytes
/
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
# Changelog
## [0.2.4] - 2024-07-10
### Breaking changes
- N/A
### New features
- N/A
### Bug fixes
- Apply BPF filter right after raw socket been created. (e34bc25)
- Ignore invalid DHCP message during discovery and request stage. (fed292c)
## [0.2.3] - 2024-02-19
### Breaking changes
- N/A
### New features
- Support LoongArch. (c6d8e32)
### Bug fixes
- N/A
## [0.2.2] - 2023-03-24
### Breaking changes
- N/A
### New features
- N/A
### Bug fixes
- Fix DHCP Server Identifier(54) option. (f267f10)
## [0.2.1] - 2023-02-17
### Breaking changes
- N/A
### New features
- N/A
### Bug fixes
- Fix build failuer on i686. (7e877da)
- Improve ASYNC API performance. (341dfba)
## [0.2.0] - 2023-02-12
### Breaking changes
- Change the `DhcpV4Config::new()` to return `DhcpV4Config` instead of result.
(ab07930)
### New features
- Add async API. (05c04d9)
### Bug fixes
- N/A
## [0.1.0] - 2022-12-01
### Breaking changes
- N/A
### New features
- Initial release
### Bug fixes
- N/A