Skip to content

Releases: jlandowner/go-tcp-tunnel

v0.0.1

26 Mar 17:08
Compare
Choose a tag to compare

🚀 First alpha release since forked from https://github.com/mmatczuk/go-http-tunnel

Changelog

  • ⚒ Merge 2 binaries to a single binary, and add subcommands server and client
  • 🌱 Remove HTTP proxy feature to focus on only TCP (TCP feature covers HTTP)
  • 👀 Update CLI options and config file format
    • Remove protocol http and sni, support only tcp
    • Move TLS configurations to CLI options (this is the same as server)
  • 🚀 Update Go version
  • 🚀 Update dependencies
    • github.com/cenkalti/backoff v2 -> v4
    • golang.org/x/net v0.0.0-20171123081856-c7086645de24 -> v0.0.0-20220225172249-27dd8689420f
    • and more
  • ❌ Remove old dependencies for downsizing
    • github.com/calmh/luhn
    • github.com/felixge/tcpkeepalive
    • github.com/inconshreveable/go-vhost
  • 🐳 Package as Docker image
  • ☸ Add Helm charts
  • ⚒ Add GitHub Actions

All Difference