Skip to content

Releases: jackpal/gateway

v1.1.1

03 Apr 19:01

Choose a tag to compare

Filter out On-link gateways on Windows.

v1.1.0

03 Apr 03:50

Choose a tag to compare

  • 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

Choose a tag to compare

Update x/net dependency to v0.33.0

Full Changelog: v1.0.15...v1.0.16

v1.0.15

08 May 04:25

Choose a tag to compare

Update dependencies to latest versions.

Full Changelog: v1.0.14...v1.0.15

v1.0.14

06 Mar 20:53
485de02

Choose a tag to compare

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

Choose a tag to compare

  • 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.