Releases: jackpal/gateway
Releases · jackpal/gateway
Release list
v1.1.1
v1.1.0
-
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
Update x/net dependency to v0.33.0
Full Changelog: v1.0.15...v1.0.16
v1.0.15
Update dependencies to latest versions.
Full Changelog: v1.0.14...v1.0.15
v1.0.14
Fix compilation errors when cross-compiling to different OSs
- 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.