Skip to content

Releases: M-Igashi/region-proxy

v1.2.0

08 Feb 01:09

Choose a tag to compare

v1.1.0

19 Jan 09:12

Choose a tag to compare

Full Changelog: v1.0.2...v1.1.0

v1.0.2

15 Jan 15:38

Choose a tag to compare

Changes

Performance Improvements

  • Replace blocking nc command with async tokio::net::TcpStream::connect() for non-blocking tunnel readiness check
  • Use compact JSON for state file serialization (smaller file size)

Code Simplification

  • Simplify find_ssh_pid using iterator chain
  • Simplify enable_system_proxy logic
  • Replace format!("{}", val) with val.to_string()

Full Changelog: v1.0.1...v1.0.2

v1.0.1

09 Jan 11:34

Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

06 Jan 20:27

Choose a tag to compare

Full Changelog: v0.2.0...v1.0.0

v0.2.0

23 Dec 10:02

Choose a tag to compare

Full Changelog: v0.1.0...v0.2.0

v0.1.0

23 Dec 01:41

Choose a tag to compare