Skip to content

Releases: SagerNet/sing-box

1.5.0-beta.3

06 Sep 14:54
9ce0a42
Compare
Choose a tag to compare
1.5.0-beta.3 Pre-release
Pre-release

📝 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

02 Sep 03:51
eb6629d
Compare
Choose a tag to compare
1.5.0-beta.2 Pre-release
Pre-release

📝 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

01 Sep 03:27
406e089
Compare
Choose a tag to compare
1.5.0-beta.1 Pre-release
Pre-release

📝 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

01 Sep 02:36
68f2202
Compare
Choose a tag to compare

📝 Release Notes

  • Fixes and improvements

1.4.0

29 Aug 02:28
c75e32e
Compare
Choose a tag to compare

📝 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 and exclude_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

25 Aug 13:05
05669ea
Compare
Choose a tag to compare
1.4.0-rc.3 Pre-release
Pre-release

📝 Release Notes

  • Fixes and improvements

1.4.0-rc.2

24 Aug 04:58
ad33efa
Compare
Choose a tag to compare
1.4.0-rc.2 Pre-release
Pre-release

📝 Release Notes

  • Fixes and improvements

1.4.0-rc.1

21 Aug 11:40
376f527
Compare
Choose a tag to compare
1.4.0-rc.1 Pre-release
Pre-release

📝 Release Notes

  • Fix TUIC UDP

1.4.0-beta.6

20 Aug 09:58
6011f44
Compare
Choose a tag to compare
1.4.0-beta.6 Pre-release
Pre-release

📝 Release Notes

  • Add udp_over_stream option for TUIC client 1
  • Add include_interface and exclude_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

13 Aug 10:02
9a45707
Compare
Choose a tag to compare
1.4.0-beta.5 Pre-release
Pre-release

📝 Release Notes

  • Fixes and improvements