Releases: pjknkda/rabbit-tunnel
Releases · pjknkda/rabbit-tunnel
v0.5
- 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 inscripts/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
- fix: correctly close local connection when received close msg from
remote
Full Changelog: v0.3...v0.4
v0.3
- fix transport exceptions from local connection
Full Changelog: v0.2...v0.3