Skip to content

Commit 1b3d3e7

Browse files
committed
Merge 'tokio-1.43.1-fix-release-date' into 'master' (#7247)
2 parents 2a8c551 + 9e044e1 commit 1b3d3e7

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

tokio/CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ comment on [#7172].
9999
[#7186]: https://github.com/tokio-rs/tokio/pull/7186
100100
[#7192]: https://github.com/tokio-rs/tokio/pull/7192
101101

102-
# 1.43.1 (April 2nd, 2025)
102+
# 1.43.1 (April 5th, 2025)
103103

104104
This release fixes a soundness issue in the broadcast channel. The channel
105105
accepts values that are `Send` but `!Sync`. Previously, the channel called
@@ -167,6 +167,20 @@ reporting the issue).
167167
[#7073]: https://github.com/tokio-rs/tokio/pull/7073
168168
[#7074]: https://github.com/tokio-rs/tokio/pull/7074
169169

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+
170184
# 1.42.0 (Dec 3rd, 2024)
171185

172186
### Added

0 commit comments

Comments
 (0)