Releases: SagerNet/sing-box
1.5.0-beta.3
📝 Release Notes
- Fixes and improvements
- Updated Hysteria2 documentation 1
1:
Added notes indicating compatibility issues with the official Hysteria2 servers and clients when using fastOpen=false
or UDP MTU >= 1200.
1.5.0-beta.2
📝 Release Notes
- Add hysteria2 protocol support 1
- Fixes and improvements
1:
See Hysteria2 inbound and Hysteria2 outbound
For protocol description, please refer to https://v2.hysteria.network
1.5.0-beta.1
📝 Release Notes
- Add TLS ECH server support
- Improve TLS TCH client configuration
- Add TLS ECH key pair generator 1
- Add TLS ECH support for QUIC based protocols 2
- Add KDE support for the
set_system_proxy
option in HTTP inbound
1:
Command: sing-box generate ech-keypair <plain_server_name> [-pq-signature-schemes-enabled]
2:
All inbounds and outbounds are supported, including Naiveproxy
, Hysteria
, TUIC
and V2ray QUIC transport
.
1.4.1
📝 Release Notes
- Fixes and improvements
1.4.0
📝 Release Notes
- Fix bugs and update dependencies
🆕 Important Changes since 1.3:
- Add TUIC support 1
- Add
udp_over_stream
option for TUIC client 2 - Add MultiPath TCP support 3
- Add
include_interface
andexclude_interface
options for tun inbound - Pause recurring tasks when no network or device idle
- Improve Android and Apple platform clients
1:
See TUIC inbound
and TUIC outbound
2:
This is the TUIC port of the UDP over TCP protocol, designed to provide a QUIC
stream based UDP relay mode that TUIC does not provide. Since it is an add-on protocol, you will need to use sing-box or
another program compatible with the protocol as a server.
This mode has no positive effect in a proper UDP proxy scenario and should only be applied to relay streaming UDP
traffic (basically QUIC streams).
1.4.0-rc.3
📝 Release Notes
- Fixes and improvements
1.4.0-rc.2
📝 Release Notes
- Fixes and improvements
1.4.0-rc.1
📝 Release Notes
- Fix TUIC UDP
1.4.0-beta.6
📝 Release Notes
- Add
udp_over_stream
option for TUIC client 1 - Add
include_interface
andexclude_interface
options for tun inbound - Fixes and improvements
1:
This is the TUIC port of the UDP over TCP protocol, designed to provide a QUIC stream based UDP relay mode that TUIC does not provide. Since it is an add-on protocol, you will need to use sing-box or another program compatible with the protocol as a server.
This mode has no positive effect in a proper UDP proxy scenario and should only be applied to relay streaming UDP traffic (basically QUIC streams).
1.4.0-beta.5
📝 Release Notes
- Fixes and improvements