-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Matt Layher <[email protected]>
- Loading branch information
Showing
2 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# CHANGELOG | ||
|
||
## v0.9.0 | ||
|
||
**This is the first release of package `ndp` that only supports Go 1.18+ due to | ||
the use of `net/netip`. Users on older versions of Go must use v0.8.0.** | ||
|
||
- [Improvement]: cut over from `net.IP` to `netip.Addr` throughout | ||
- [API Change]: drop `ndp.TestConns`; this API was awkward and didn't test | ||
actual ICMPv6 functionality. Users are encouraged to either run privileged | ||
ICMPv6 tests or to swap out `*ndp.Conn` via an interface. | ||
- [Improvement]: drop a lot of awkward test functionality related to | ||
unprivileged UDP connections to mock out ICMPv6 connections | ||
|
||
## v0.8.0 | ||
|
||
First release of package `ndp` based on the APIs that have been stable for years | ||
with `net.IP`. | ||
|
||
**This is the first and last release of package `ndp` which supports Go 1.17 or | ||
older. Future versions will require Go 1.18 and `net/netip`.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters