Releases: jackpal/gateway
Releases · jackpal/gateway
v1.1.1
03 Apr 19:01
Compare
Sorry, something went wrong.
No results found
Filter out On-link gateways on Windows.
v1.1.0
03 Apr 03:50
Compare
Sorry, something went wrong.
No results found
Add func DiscoverGateways() ([]net.IP, error). This func returns an array of gateways that contains at least one gateway. Otherwise returns an error.
Update to go version 1.24.2
Update dependencies to latest versions. (There was an x/net security warning.)
v1.0.16
20 Dec 23:25
Compare
Sorry, something went wrong.
No results found
v1.0.15
08 May 04:25
Compare
Sorry, something went wrong.
No results found
v1.0.14
06 Mar 20:53
Compare
Sorry, something went wrong.
No results found
What's Changed
Fix panic when interface not set in Solaris netstat -rn output by @sot-tech in #42
New Contributors
Full Changelog : v1.0.13...v1.0.14
Fix compilation errors when cross-compiling to different OSs
28 Dec 21:14
Compare
Sorry, something went wrong.
No results found
Add tools/check-cross-compile.sh to check that the code compiles for various OSs.
Fix compilation errors exposed by tools/check-cross-compile.sh.