Skip to content

v0.4.4

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 20:36
· 45 commits to main since this release

Changelog

  • 7f96e7b Introduce 1ms delay after opening SMUX stream to prevent header misinterpretation in WebSocket mode
  • e1d6bf6 increase channel handler capacity
  • 04f4526 Apply temporary TCP optimizations for Linux to handle massive connections
  • ab229e0 change default dial timeout to 10 seconds
  • ccdd40b Implement retry logic for TCP/WS dialer to mitigate timeouts
  • 79de2dd fix: close connection after failed handshake
  • 0585927 fix: server-side panic by ensuring valid tunnel connections before proceeding with data exchange.
  • 096f522 fix: mux transport better error handling