Skip to content

Releases: soracom/soratun

v1.1.1

03 Sep 12:15
48d1ffc
Compare
Choose a tag to compare

Changelog

New supported archtectures

  • Support ARMv5 and ARMv6 binaries by goreleaser #18

Maintenance

  • Configure Renovate #14
  • fix(deps): update module github.com/golang/mock to v1.6.0 #15
  • Setup CodeQL #17
  • deps: go 1.17 and update dependencies #20

v1.1.0

26 Jul 07:07
2f52b97
Compare
Choose a tag to compare

Changelog

Added

  • new configuration parameters -- see docs/config.en.md or docs/config.ja.md for detail.
    • mtu and persistentKeepalive (#3)
    • postUp and postDown (#7)
  • subcommand -- see soratun subcommand --help for detail.
    • soratun wg-config, which dumps soratun configuration as WireGuard conf format (#4)
    • soratun completion bash|zsh, which generates bash/zsh autocompletion (#9)
  • put User-Agent HTTP header onto each HTTP request (#12)

Changed

  • version subcommand will output JSON formatted version information (#11)

Fixed

  • save SORACOM Arc server endpoint to a configuration file as hostname instead of resolved IP address (#10)
    • if you'd like to use hostname, run soratun bootstrap again to update existing configuration file's arcSessionStatus.arcServerEndpoint

v1.0.0

23 Jun 01:53
Compare
Choose a tag to compare

First public release.