Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Feb 14:40
· 2 commits to main since this release
47b0011

[0.2.0] - 2025-02-02

🚀 Features

  • Support socks5 proxy forwarding (8b969fa)
  • Support TCP multiplexing (10502a0)
  • Specify the max TCP connections manually (47b0011)

🚜 Refactor

  • Optimize the logic of some codes (774bf09)
  • Modify the order of info function (bd519a1)
  • Change the visibility of some functions (20516af)
  • Replace clone with Arc::clone (24c9b08)
  • Optimize socks protocol implementation (d04e308)
  • Rename NetStream to ForwardStream (7c9c6b9)

📚 Documentation

  • Update some descriptions (c1b1bda)
  • Add socks proxy forwarding description (1a9b8a9)
  • Add TCP multiplexing description (352e442)

⚙️ Miscellaneous Tasks

  • Fix commit url in cliff.toml (92f1bf7)