v0.3.0

rathole-org/ratholev0.3.0Jan 3, 2022by yujqiao

AI Summary

Introduces hot-reload functionality and optimizes binary size for minimal profiles.

Key Highlights

  • Optimize binary size for 'minimal' profile
  • Support for hot reloading configuration
  • Verbose version message

New Features

  • Hot-reload
  • Minimal profile optimization
  • Verbose version message

Full Release Notes

## What's Changed
* feat: opt binary size for `minimal` profile by @rapiz1 in https://github.com/rapiz1/rathole/pull/31
* feat: support hot reloading by @rapiz1 in https://github.com/rapiz1/rathole/pull/33
* feat: verbose version message by @rapiz1 in https://github.com/rapiz1/rathole/pull/42
* chore: update `snowstorm` by @rapiz1 in https://github.com/rapiz1/rathole/pull/34
* chore: update dependencies by @rapiz1 in https://github.com/rapiz1/rathole/pull/49


**Full Changelog**: https://github.com/rapiz1/rathole/compare/v0.2.0...v0.3.0

## Notes
`rathole-linux-amd64` is linked against glibc that comes with latest ubuntu. If you need a binary that runs with older glibc, you need to compile it for yourself, or wait for the next release.