Skip to content

Releases: genshen/wssocks

v0.6.1

31 Jul 18:00
v0.6.1
8e7bcf7
Compare
Choose a tag to compare
wssocks v0.6.1

v0.6.0

31 Jul 11:13
v0.6.0
e7b1e7e
Compare
Choose a tag to compare

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

25 Jan 13:40
v0.5.0
4f65074
Compare
Choose a tag to compare

see CHANGELOG.md for changes in this release.

v0.5.0-beta.3

03 Oct 16:15
v0.5.0-beta.3
0712161
Compare
Choose a tag to compare
v0.5.0-beta.3 Pre-release
Pre-release

Bug fixes:

increase server read limit to 8 MiB to fix client exit with error "StatusMessageTooBig"

v0.5.0-beta.2

23 Aug 11:51
v0.5.0-beta.2
413e06d
Compare
Choose a tag to compare
v0.5.0-beta.2 Pre-release
Pre-release

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

23 Aug 11:51
v0.5.0-beta
f17c762
Compare
Choose a tag to compare
v0.5.0-beta Pre-release
Pre-release

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

05 May 02:26
Compare
Choose a tag to compare

Features (v0.4.0 and v0.4.1):

  • handle kill signal while closing client.
  • client would stop all tasks and then exit, if one of the tasks at client side exits.

v0.3.0

01 Sep 15:04
Compare
Choose a tag to compare

Features

  • add http and https proxy support.

v0.3.0-alpha.2

26 Aug 17:06
Compare
Choose a tag to compare
v0.3.0-alpha.2 Pre-release
Pre-release
  • add --http option for client and server to enable/disable http(s) proxy.
  • better logs for version negotiation.

v0.3.0-alpha

26 Aug 12:36
Compare
Choose a tag to compare
v0.3.0-alpha Pre-release
Pre-release
  • add http and https proxy support.