Skip to content

0.8.0

Compare
Choose a tag to compare
@EAimTY EAimTY released this 01 Jul 17:21

Changelog

  • Refactor client module relay for better stability and performance (fix #15)
  • New re-connect mechanism for client (fix #41)
  • MTU auto detection for UDP relay mode Native (#29)
  • Support multiple custom certificates on client (try to fix #17)
  • Add option ip on server (fix #48)
  • Add option request_timeout on client
  • Add option max_udp_relay_packet_size on both server and client (#29)
  • Fix relay module failure when socks5 is listening an IPv6 address (fix #21)
  • Fix UDP relay mode Quic which was broken in 0.8.0-beta0
  • Various improvements