v0.3.9

rathole-org/ratholev0.3.9Jan 21, 2022by github-actions[bot]

AI Summary

Fixes binary compilation issues for specific architectures and improves error handling for service type mismatches.

Key Highlights

  • Fix binaries for MIPS architecture
  • Throw errors when service type or protocol version doesn't match
  • Drop unused dependency 'const_format'
  • Use llvm-strip to strip binaries

Full Release Notes

## What's Changed
* fix: fix binaries for mips
* fix: throw errors when the service type or protocol version doesn't match by @rapiz1 in https://github.com/rapiz1/rathole/pull/112
* chore: drop the unused dependency `const_format` by @rapiz1 in https://github.com/rapiz1/rathole/pull/113
* chore: use llvm-strip to strip binaries


**Full Changelog**: https://github.com/rapiz1/rathole/compare/v0.3.8...v0.3.9