Releases: hexian000/tlswrapper
Releases · hexian000/tlswrapper
tlswrapper v3.0
- New handshake protocol. (breaks compatibility with v2)
- New config file structure. (less confusing, breaks compatibility with v2)
- New build script (reorganized by target).
- New command line flags
-gencerts
and-dumpconfig
. - 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
- Minor refactor in tunnel.
- Logging and observability improvements.
- Faster redial.
Built with go1.23.2
Full Changelog: v2.0.3...v2.0.4
tlswrapper v2.0.3
- Split timeout config nodes.
- Show recent events in
/stats
page. - 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
- Fix session limit not working.
- In config file, add support for per-tunnel local identity overrides.
- Redialing after connection loss can now be disabled.
- Logging & statistics improvements.
- Support Android.
Built with go1.21.4
Full Changelog: v2.0.1...v2.0.2
tlswrapper v2.0.1
- Add max session count limit.
- Faster redial.
- Miscellaneous observability improvements.
Built with go1.20.10
Full Changelog: v2.0.0...v2.0.1
tlswrapper v1.3
- Change configuration format to support mutual forwarding.
- Add HTTP mertics monitor.
Built with go1.20.1
tlswrapper v1.2.1
- Fix crash on 32-bit architectures.
Built with go1.19.4
tlswrapper v1.2.0
- Add flood protection.
- Update dependencies.
- Add mipsle builds.
- Smaller binaries.
Built with go1.19.1
tlswrapper v1.1.0
Simplify.
tlswrapper v1.0.0
The first stable release.
Built with go1.17.3