v0.3.10
rathole-org/ratholev0.3.10Feb 21, 2022by github-actions[bot]
AI Summary
Focuses on stability improvements including proper shutdown signal handling, token masking in logs, and OpenSSL 3 compatibility.
Key Highlights
- Respect shutdown signals when retrying connections
- Mask out sensitive tokens in logging output
- Adapt tests to work with OpenSSL 3
- Allow backup copy for vim users editing configuration files
New Features
- Token masking in logs
Full Release Notes
## What's Changed * fix: respect shutdown signal when retry by @rapiz1 in https://github.com/rapiz1/rathole/pull/121 * fix: set `codegen-units` to 1 by @rapiz1 in https://github.com/rapiz1/rathole/pull/124 * fix: use unbounded channels in `config_watcher` by @rapiz1 in https://github.com/rapiz1/rathole/pull/127 * feat: mask out token in logging by @rapiz1 in https://github.com/rapiz1/rathole/pull/129 * test: adapt to openssl 3 by @rapiz1 in https://github.com/rapiz1/rathole/pull/126 * fix(config_watcher): allow backupcopy for vim by @Enter-tainer in https://github.com/rapiz1/rathole/pull/122 **Full Changelog**: https://github.com/rapiz1/rathole/compare/v0.3.9...v0.3.10