Releases: genshen/wssocks
Releases · genshen/wssocks
v0.6.1
v0.6.0
This version is marked as retract
In tag v0.6.0, we forgot to change the version text before releasing a new version. And some
important bug fixing is also missing in v0.6.0.
Thus v0.6.0 is marked as retract. Users should not use this version.
Please use v0.6.1 instead.
v0.5.0
see CHANGELOG.md for changes in this release.
v0.5.0-beta.3
Bug fixes:
increase server read limit to 8 MiB to fix client exit with error "StatusMessageTooBig"
v0.5.0-beta.2
Features:
- client: add flag for passing user defined http headers to websocket request and send to remote (#22)
- server: add flags to server sub-command to support HTTPS/TLS:
-tls
-tls-cert-file
-tls-key-file
(#11) - server: add ability of setting websocket serving path in server cli (#22)
Bug Fixes:
- fix panic of "send on closed channel" (#27)
v0.5.0-beta
Features:
- generate random connection key if user does not specific
--auth_key
at server side. - server status page
- version sub-command now show git commit hash, go version build and build date.
Other:
- use nhooyr.io/websocket as websocket lib (dropped gorilla/websocket lib), so that we can set timeout for websocket message sending and receiving.
v0.4.1
v0.3.0
v0.3.0-alpha.2
- add
--http
option for client and server to enable/disable http(s) proxy. - better logs for version negotiation.
v0.3.0-alpha
- add http and https proxy support.