Skip to content

Commit

Permalink
ndp: release v0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Layher <mdlayher@gmail.com>
  • Loading branch information
mdlayher committed Mar 18, 2022
1 parent 3c95c20 commit 43720a0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
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`.**
5 changes: 2 additions & 3 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
MIT License
===========
# MIT License

Copyright (C) 2017-2018 Matt Layher
Copyright (C) 2017-2022 Matt Layher

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down

0 comments on commit 43720a0

Please sign in to comment.