2
2
icon : material/alert-decagram
3
3
---
4
4
5
+ #### 1.9.0-beta.17
6
+
7
+ * Update ` quic-go ` to v0.42.0
8
+ * Fixes and improvements
9
+
10
+ #### 1.9.0-beta.16
11
+
12
+ * Fixes and improvements
13
+
14
+ _ Our Testflight distribution has been temporarily blocked by Apple (possibly due to too many beta versions)
15
+ and you cannot join the test, install or update the sing-box beta app right now.
16
+ Please wait patiently for processing._
17
+
18
+ #### 1.9.0-beta.14
19
+
20
+ * Update gVisor to 20240212.0-65-g71212d503
21
+ * Fixes and improvements
22
+
5
23
#### 1.8.9
6
24
7
25
* Fixes and improvements
@@ -10,14 +28,125 @@ icon: material/alert-decagram
10
28
11
29
* Fixes and improvements
12
30
31
+ #### 1.9.0-beta.7
32
+
33
+ * Fixes and improvements
34
+
35
+ #### 1.9.0-beta.6
36
+
37
+ * Fix address filter DNS rule items ** 1**
38
+ * Fix DNS outbound responding with wrong data
39
+ * Fixes and improvements
40
+
41
+ ** 1** :
42
+
43
+ Fixed an issue where address filter DNS rule was incorrectly rejected under certain circumstances.
44
+ If you have enabled ` store_rdrc ` to save results, consider clearing the cache file.
45
+
13
46
#### 1.8.7
14
47
15
48
* Fixes and improvements
16
49
50
+ #### 1.9.0-alpha.15
51
+
52
+ * Fixes and improvements
53
+
54
+ #### 1.9.0-alpha.14
55
+
56
+ * Improve DNS truncate behavior
57
+ * Fixes and improvements
58
+
59
+ #### 1.9.0-alpha.13
60
+
61
+ * Fixes and improvements
62
+
17
63
#### 1.8.6
18
64
19
65
* Fixes and improvements
20
66
67
+ #### 1.9.0-alpha.12
68
+
69
+ * Handle Windows power events
70
+ * Always disable cache for fake-ip DNS transport if ` dns.independent_cache ` disabled
71
+ * Fixes and improvements
72
+
73
+ #### 1.9.0-alpha.11
74
+
75
+ * Fix missing ` rule_set_ipcidr_match_source ` item in DNS rules ** 1**
76
+ * Fixes and improvements
77
+
78
+ ** 1** :
79
+
80
+ See [ DNS Rule] ( /configuration/dns/rule/ ) .
81
+
82
+ #### 1.9.0-alpha.10
83
+
84
+ * Add ` bypass_domain ` and ` search_domain ` platform HTTP proxy options ** 1**
85
+ * Fixes and improvements
86
+
87
+ ** 1** :
88
+
89
+ See [ TUN] ( /configuration/inbound/tun ) inbound.
90
+
91
+ #### 1.9.0-alpha.8
92
+
93
+ * Add rejected DNS response cache support ** 1**
94
+ * Fixes and improvements
95
+
96
+ ** 1** :
97
+
98
+ The new feature allows you to cache the check results of
99
+ [ Address filter DNS rule items] ( /configuration/dns/rule/#address-filter-fields ) until expiration.
100
+
101
+ #### 1.9.0-alpha.7
102
+
103
+ * Update gVisor to 20240206.0
104
+ * Fixes and improvements
105
+
106
+ #### 1.9.0-alpha.6
107
+
108
+ * Fixes and improvements
109
+
110
+ #### 1.9.0-alpha.3
111
+
112
+ * Update ` quic-go ` to v0.41.0
113
+ * Fixes and improvements
114
+
115
+ #### 1.9.0-alpha.2
116
+
117
+ * Add support for ` client-subnet ` DNS options ** 1**
118
+ * Fixes and improvements
119
+
120
+ ** 1** :
121
+
122
+ See [ DNS] ( /configuration/dns ) , [ DNS Server] ( /configuration/dns/server ) and [ DNS Rules] ( /configuration/dns/rule ) .
123
+
124
+ Since this feature makes the scenario mentioned in ` alpha.1 ` no longer leak DNS requests,
125
+ the [ Client example] ( /manual/proxy/client#traffic-bypass-usage-for-chinese-users ) has been updated.
126
+
127
+ #### 1.9.0-alpha.1
128
+
129
+ * ` domain_suffix ` behavior update ** 1**
130
+ * ` process_path ` format update on Windows ** 2**
131
+ * Add address filter DNS rule items ** 3**
132
+
133
+ ** 1** :
134
+
135
+ See [ Migration] ( /migration/#domain_suffix-behavior-update ) .
136
+
137
+ ** 2** :
138
+
139
+ See [ Migration] ( /migration/#process_path-format-update-on-windows ) .
140
+
141
+ ** 3** :
142
+
143
+ The new DNS feature allows you to more precisely bypass Chinese websites via ** DNS leaks** . Do not use plain local DNS
144
+ if using this method.
145
+
146
+ See [ Address Filter Fields] ( /configuration/dns/rule#address-filter-fields ) .
147
+
148
+ [ Client example] ( /manual/proxy/client#traffic-bypass-usage-for-chinese-users ) updated.
149
+
21
150
#### 1.8.5
22
151
23
152
* Fixes and improvements
0 commit comments