v0.3.8
rathole-org/ratholev0.3.8Jan 19, 2022by github-actions[bot]
AI Summary
Enhances reliability through exponential backoff for the control channel and stricter configuration validation.
Key Highlights
- Use exponential backoff for running the control channel
- Deny unknown fields in configuration files
- Improve logging output
- Ignore broken data channels gracefully
Full Release Notes
## What's Changed * fix: use exp backoff for running control channel by @rapiz1 in https://github.com/rapiz1/rathole/pull/104 * fix: deny unknown fields for config by @rapiz1 in https://github.com/rapiz1/rathole/pull/105 * fix: improve log by @rapiz1 in https://github.com/rapiz1/rathole/pull/108 * fix: ignore broken data channels by @rapiz1 in https://github.com/rapiz1/rathole/pull/110 ## New Contributors * @gitter-badger made their first contribution in https://github.com/rapiz1/rathole/pull/106 **Full Changelog**: https://github.com/rapiz1/rathole/compare/v0.3.7...v0.3.8