Skip to content

Releases: hexian000/tlswrapper

tlswrapper v3.0.1

04 Feb 08:54
0dc8db1

Choose a tag to compare

  1. Minor logging and statistic improvements.
  2. Update dependencies.

Build variants:

  • android, windows: requires only the dynamic libraries provided by the system.
  • other: does not require dynamic linking at runtime.

Built with go1.23.5

Full Changelog: v3.0...v3.0.1

tlswrapper v3.0

04 Feb 11:55
c2f674f

Choose a tag to compare

  1. New handshake protocol. (breaks compatibility with v2)
  2. New config file structure. (less confusing, breaks compatibility with v2)
  3. New build script (reorganized by target).
  4. New command line flags -gencerts and -dumpconfig.
  5. Sync upstream changes.

Build variants:

  • android, windows: requires only the dynamic libraries provided by the system.
  • other: does not require the system to support dynamic linking.

Built with go1.23.2

Full Changelog: v2.0.4...v3.0

tlswrapper v2.0.4

07 Oct 07:38
63b0985

Choose a tag to compare

  1. Minor refactor in tunnel.
  2. Logging and observability improvements.
  3. Faster redial.

Built with go1.23.2

Full Changelog: v2.0.3...v2.0.4

tlswrapper v2.0.3

11 May 10:52
6209310

Choose a tag to compare

  1. Split timeout config nodes.
  2. Show recent events in /stats page.
  3. Fix race condition when creating a multiplexed connection.

Built with go1.22.3

Full Changelog: v2.0.2...v2.0.3

tlswrapper v2.0.2

02 Dec 07:22

Choose a tag to compare

  1. Fix session limit not working.
  2. In config file, add support for per-tunnel local identity overrides.
  3. Redialing after connection loss can now be disabled.
  4. Logging & statistics improvements.
  5. Support Android.

Built with go1.21.4

Full Changelog: v2.0.1...v2.0.2

tlswrapper v2.0.1

18 Oct 12:05

Choose a tag to compare

  1. Add max session count limit.
  2. Faster redial.
  3. Miscellaneous observability improvements.

Built with go1.20.10

Full Changelog: v2.0.0...v2.0.1

tlswrapper v1.3

08 Mar 12:31

Choose a tag to compare

  1. Change configuration format to support mutual forwarding.
  2. Add HTTP mertics monitor.

Built with go1.20.1

tlswrapper v1.2.1

28 Dec 13:02

Choose a tag to compare

  1. Fix crash on 32-bit architectures.

Built with go1.19.4

tlswrapper v1.2.0

17 Sep 11:12

Choose a tag to compare

  1. Add flood protection.
  2. Update dependencies.
  3. Add mipsle builds.
  4. Smaller binaries.

Built with go1.19.1

tlswrapper v1.1.0

21 Dec 08:45

Choose a tag to compare

Simplify.