Releases: mdlayher/ndp
Releases · mdlayher/ndp
v1.1.0
v1.0.1
v1.0.0: stable!
v0.10.0
v0.9.0: Go 1.18+ and netip.Addr
See: https://github.com/mdlayher/ndp/blob/main/CHANGELOG.md#v090.
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.
v0.8.0: Go 1.17 and net.IP
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.