Skip to content

Releases: pjknkda/rabbit-tunnel

v0.5

01 Aug 14:09
ef5f313
Compare
Choose a tag to compare
  • python 3.10 is now supported.
  • --secret-token option is supported; this option is required to connect the server that is configured with --secret-key option. The way of creating secret token is described in scripts/make_secret_token.py.
  • --auto-reconnect option is supported; If set, the client tries to reconnect in the case of server-side failure.

v0.4

10 Feb 08:34
Compare
Choose a tag to compare
  • fix: correctly close local connection when received close msg from
    remote

Full Changelog: v0.3...v0.4

v0.3

09 Feb 00:59
092713c
Compare
Choose a tag to compare
  • fix transport exceptions from local connection

Full Changelog: v0.2...v0.3

v0.2

09 Jul 03:03
Compare
Choose a tag to compare
fix: py37 compatibility

v0.1

09 Jul 01:52
Compare
Choose a tag to compare
first commit