Releases: tuic-protocol/tuic
Releases · tuic-protocol/tuic
0.8.0
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 in0.8.0-beta0
- Various improvements
0.8.0-beta0
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
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
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
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
0.5.0
0.4.0
0.3.0
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
andarmv7-android
- Various improvements