Skip to content

Releases: SagerNet/sing-box

1.10.0-alpha.23

23 Jul 07:03
ad00c89
Compare
Choose a tag to compare
1.10.0-alpha.23 Pre-release
Pre-release

📝 Release Notes

  • Add Chromium support for QUIC sniffer
  • Add client type detect support for QUIC sniffer 1
  • Fixes and improvements

1:

Now the QUIC sniffer can correctly extract the server name from Chromium requests and can identify common QUIC clients, including Chromium, Safari, Firefox, quic-go (including uquic disguised as Chrome).

See Protocol Sniff and Route Rule.

1.10.0-alpha.22

18 Jul 07:15
08afcdb
Compare
Choose a tag to compare
1.10.0-alpha.22 Pre-release
Pre-release

📝 Release Notes

  • Optimize memory usages of rule-sets 1
  • Fixes and improvements

1:

See Source Format.

1.10.0-alpha.21

14 Jul 06:05
d46daeb
Compare
Choose a tag to compare
1.10.0-alpha.21 Pre-release
Pre-release

📝 Release Notes

  • Fixes and improvements

1.10.0-alpha.20

07 Jul 10:22
06ee404
Compare
Choose a tag to compare
1.10.0-alpha.20 Pre-release
Pre-release

📝 Release Notes

  • Add DTLS sniffer
  • Fixes and improvements

1.10.0-alpha.19

04 Jul 02:20
8d2cb5c
Compare
Choose a tag to compare
1.10.0-alpha.19 Pre-release
Pre-release

📝 Release Notes

  • Add rule-set decompile command
  • Add IP address support for rule-set match command
  • Fixes and improvements

1.10.0-alpha.18

26 Jun 09:52
f7c96d9
Compare
Choose a tag to compare
1.10.0-alpha.18 Pre-release
Pre-release

📝 Release Notes

  • Add new inline rule-set type 1
  • Add auto reload support for local rule-set
  • Improve fsnotify usages 2
  • Fixes and improvements

1:

The new rule-set type inline (which also becomes the default type)
allows you to write headless rules directly without creating a rule-set file.

2:

sing-box now uses fsnotify correctly and will not cancel watching
if the target file is deleted or recreated via rename (e.g. mv).

This affects all path options that support reload, including
tls.certificate_path, tls.key_path, tls.ech.key_path and rule_set.path.

1.10.0-alpha.17

24 Jun 09:25
5330538
Compare
Choose a tag to compare
1.10.0-alpha.17 Pre-release
Pre-release

📝 Release Notes

  • Some chaotic changes 1
  • rule_set_ipcidr_match_source rule items are renamed 2
  • Add rule_set_ip_cidr_accept_empty DNS address filter rule item 3
  • Update quic-go to v0.45.1
  • Fixes and improvements

1:

Something may be broken, please actively report problems with this version.

2:

rule_set_ipcidr_match_source route and DNS rule items are renamed to
rule_set_ip_cidr_match_source and will be remove in sing-box 1.11.0.

3:

See DNS Rule.

1.10.0-alpha.16

22 Jun 08:38
1bc83a1
Compare
Choose a tag to compare
1.10.0-alpha.16 Pre-release
Pre-release

📝 Release Notes

  • Add custom options for auto-route and auto-redirect 1
  • Fixes and improvements

1:

See iproute2_table_index, iproute2_rule_index, auto_redirect_input_mark and auto_redirect_output_mark.

1.10.0-alpha.15

19 Jun 13:54
82269a4
Compare
Choose a tag to compare
1.10.0-alpha.15 Pre-release
Pre-release

📝 Release Notes

  • Fixes and improvements

1.10.0-alpha.14

17 Jun 08:35
3ae595d
Compare
Choose a tag to compare
1.10.0-alpha.14 Pre-release
Pre-release

📝 Release Notes

  • Fixes and improvements