Skip to content

Releases: libp2p/go-netroute

v0.2.1

04 Nov 13:26
462cbfa
Compare
Choose a tag to compare
  • Fixes issue with mac address-based route matching in windows.
  • Better sorting of 'most specific' equivalent-priority routes.

v0.2.0

15 Jan 16:13
a513640
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.6...v0.2.0

v0.1.5

18 Mar 23:54
79617b2
Compare
Choose a tag to compare

Update some dependencies to remove any/all CGO usage.

v0.1.4

10 Sep 23:39
v0.1.4
Compare
Choose a tag to compare

Adds a stub implementation for js / wasm.
Will simply return an empty (0.0.0.0/0) route in these cases.

v0.1.3

01 Jul 00:26
v0.1.3
Compare
Choose a tag to compare

Add Plan9 Support

v0.1.2

31 Mar 02:17
v0.1.2
29d70d1
Compare
Choose a tag to compare

Support for partial views of network interfaces (bsd/linux)

v0.1.1

30 Mar 21:50
v0.1.1
45edec9
Compare
Choose a tag to compare

Compiles on BSD

v0.1.0

12 Mar 16:17
v0.1.0
5e42067
Compare
Choose a tag to compare

Initial Release