Commit 9a11efc 1 parent d760b26 commit 9a11efc Copy full SHA for 9a11efc
File tree 1 file changed +38
-0
lines changed
1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 0.7.14 (March 12th, 2025)
2
+
3
+ ### Added
4
+
5
+ - io: add ` get_ref ` and ` get_mut ` for ` SyncIoBridge ` ([ #7128 ] )
6
+ - io: add ` read_exact_arc ` ([ #7165 ] )
7
+ - sync: add ` CancellationToken::run_until_cancelled_owned ` ([ #7081 ] )
8
+
9
+ ### Changed
10
+
11
+ - codec: optimize buffer reserve for ` AnyDelimiterCodec::encode ` ([ #7188 ] )
12
+ - either: enable ` Either ` to use underlying ` AsyncWrite ` implementation ([ #7025 ] )
13
+
14
+ ### Fixed
15
+
16
+ - codec: fix typo in API docs ([ #7044 ] )
17
+ - util: fix example in ` StreamReader ` docs ([ #7167 ] )
18
+
19
+ ### Documented
20
+
21
+ - io: add docs for ` SyncIoBridge ` with examples and alternatives ([ #6815 ] )
22
+
23
+ ### Internal
24
+
25
+ - io: clean up buffer casts ([ #7142 ] )
26
+ - task: run ` spawn_pinned ` tests with miri ([ #7023 ] )
27
+
28
+ [ #6815 ] : https://github.com/tokio-rs/tokio/pull/6815
29
+ [ #7023 ] : https://github.com/tokio-rs/tokio/pull/7023
30
+ [ #7025 ] : https://github.com/tokio-rs/tokio/pull/7025
31
+ [ #7044 ] : https://github.com/tokio-rs/tokio/pull/7044
32
+ [ #7081 ] : https://github.com/tokio-rs/tokio/pull/7081
33
+ [ #7128 ] : https://github.com/tokio-rs/tokio/pull/7128
34
+ [ #7142 ] : https://github.com/tokio-rs/tokio/pull/7142
35
+ [ #7165 ] : https://github.com/tokio-rs/tokio/pull/7165
36
+ [ #7167 ] : https://github.com/tokio-rs/tokio/pull/7167
37
+ [ #7188 ] : https://github.com/tokio-rs/tokio/pull/7188
38
+
1
39
# 0.7.13 (December 4th, 2024)
2
40
3
41
### Fixed
You can’t perform that action at this time.
0 commit comments