File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ comment on [#7172].
99
99
[ #7186 ] : https://github.com/tokio-rs/tokio/pull/7186
100
100
[ #7192 ] : https://github.com/tokio-rs/tokio/pull/7192
101
101
102
- # 1.43.1 (April 2nd , 2025)
102
+ # 1.43.1 (April 5th , 2025)
103
103
104
104
This release fixes a soundness issue in the broadcast channel. The channel
105
105
accepts values that are ` Send ` but ` !Sync ` . Previously, the channel called
@@ -167,6 +167,20 @@ reporting the issue).
167
167
[ #7073 ] : https://github.com/tokio-rs/tokio/pull/7073
168
168
[ #7074 ] : https://github.com/tokio-rs/tokio/pull/7074
169
169
170
+ # 1.42.1 (April 8th, 2025)
171
+
172
+ This release fixes a soundness issue in the broadcast channel. The channel
173
+ accepts values that are ` Send ` but ` !Sync ` . Previously, the channel called
174
+ ` clone() ` on these values without synchronizing. This release fixes the channel
175
+ by synchronizing calls to ` .clone() ` (Thanks Austin Bonander for finding and
176
+ reporting the issue).
177
+
178
+ ### Fixed
179
+
180
+ - sync: synchronize ` clone() ` call in broadcast channel ([ #7232 ] )
181
+
182
+ [ #7232 ] : https://github.com/tokio-rs/tokio/pull/7232
183
+
170
184
# 1.42.0 (Dec 3rd, 2024)
171
185
172
186
### Added
You can’t perform that action at this time.
0 commit comments