# Changelog
## [0.3.0] - 2025-10-14
### Breaking changes
 - Rewrite to use tokio async. Massive API changes. Please check example code
   for how to use it. (2399bba)

### New features
 - Not depending on dhcpproto any more. (3ffba62)

### Bug fixes
 - dhcpv4: Add `DhcpV4Config::set_iface_mac_raw()`. (368d944)
 - Fix compiling error without default features. (872c5a9)
 - dhcpv4: Unexport `DhcpV4Config.src_mac`. (6ed9c67)
 - DHCPv6-PD: Fix T1/T2 are zero for prefix delegation. (3e65ca8)
 - Fix DHCPv6 option parsing. (3ffba62)
 - Prevent infinite loop. (5f90498)
 - Fix DHCPv6 on ppp interface. (f7462b1)
 - Parse/Emit DHCP message by ourselves. (e52bb9b)
 - Rewrite to use tokio async. (2399bba)

## [0.2.7] - 2025-08-15
### Breaking changes
 - N/A

### New features
 - DHCPv4: Support classless route. (28e050c)

### Bug fixes
 - N/A

## [0.2.6] - 2025-05-28
### Breaking changes
 - N/A

### New features
 - Support DHCPv6. (7f1dd30)
 - Support release DHCP lease in async API. (8f97403)

### Bug fixes
 - dhcpv4: Remove `todo!()`. (f0d93aa)
 - dhcpv4: Replace the DiscoveryTimeout timer when discovery done. (e8dd9f7)
 - async: Quit the thread when client drooped. (d5131ca)

## [0.2.5] - 2024-07-10
### Breaking changes
 - N/A

### New features
 - Support arbitrary client ID via `DhcpV4Config.set_client_id()`. (5f9a606)

### Bug fixes
 - epoll: do not close twice. (bff0a0c)

## [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
