Skip to content

v0.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 17:08
· 3 commits to main since this release

πŸš€ 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