Skip to content

Releases: tuic-protocol/tuic

0.8.0

01 Jul 17:21
Compare
Choose a tag to compare

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

0.8.0-beta0

25 Jun 12:24
Compare
Choose a tag to compare
0.8.0-beta0 Pre-release
Pre-release

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)
  • Various improvements

0.7.0

08 May 15:29
Compare
Choose a tag to compare

Changelog

  • Replace client socks5 server implementation with EAimTY/socks5-server (Try to fix #15)
  • Add multi user (token) support on server
  • Construct socket listeners on IPv6 stack
  • Remove max udp packet size settings
  • Remove max_idle_time option on client side
  • Remove options related to IPv6
  • Throttle down server address DNS resolving when encountered DNS error
  • Display peer IP address in IPv4 format if it is possible
  • Various improvements

0.7.0-beta1

06 May 14:15
Compare
Choose a tag to compare
0.7.0-beta1 Pre-release
Pre-release

Changelog

  • Remove max_idle_time option on client side
  • Throttle down server address DNS resolving when encountered DNS error
  • Display peer IP address in IPv4 format if it is possible
  • Various Optimizations

0.7.0-beta0

03 May 16:30
Compare
Choose a tag to compare
0.7.0-beta0 Pre-release
Pre-release

Changelog

  • Replace client socks5 server implementation with EAimTY/socks5-server (Try to fix #15)
  • Add multi user (token) support on server
  • Construct socket listeners on IPv6 stack
  • Remove options related to IPv6
  • Remove max udp packet size settings
  • Various improvements

0.6.0

16 Apr 15:09
Compare
Choose a tag to compare

Change log

  • Add ALPN settings on server and client
  • Add --disable-sni flag on client
  • Fix that UDP socket created by socks5 Associate command bound to wrong IP address
  • Various improvements

0.5.0

09 Apr 18:23
Compare
Choose a tag to compare

Change log

  • Add --ipv6-endpoint flag on client

0.4.0

09 Apr 11:26
Compare
Choose a tag to compare

Change log

  • Add --local-ip option in client
  • Remove --enable-ipv6 flag in client
  • Set IPV6_V6ONLY to false for IPv6 sockets
  • Try to fix #15
  • Various optimizations

0.3.0

06 Apr 07:12
Compare
Choose a tag to compare

Change log

  • TUIC protocol version 0x04
  • Add heartbeat mechanism (#18)
  • Add config file support
  • Remove socks5 BIND command support
  • Stop authentication timeout timer after connection closed on server
  • Support IPv6 inbound and outbound on client
  • New build-and-release target: i686-linux-gnu, i686-linux-musl, i686-windows-msvc, i686-android, arm-linux-gnueabihf, armv7-linux-musleabihf and armv7-android
  • Various improvements

0.2.3

23 Mar 12:25
Compare
Choose a tag to compare

Change log