Content-Length: 473389 | pFad | http://github.com/tokio-rs/tokio/commit/01e04daaa162ce6122bb894fdda0b6803dd32093

5B chore: prepare Tokio v1.41.0 (#6917) · tokio-rs/tokio@01e04da · GitHub
Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 01e04da

Browse files
authoredOct 22, 2024
chore: prepare Tokio v1.41.0 (#6917)
1 parent 92ccade commit 01e04da

File tree

4 files changed

+65
-3
lines changed

4 files changed

+65
-3
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Make sure you activated the full features of the tokio crate on Cargo.toml:
5656

5757
```toml
5858
[dependencies]
59-
tokio = { version = "1.40.0", features = ["full"] }
59+
tokio = { version = "1.41.0", features = ["full"] }
6060
```
6161
Then, on your main.rs:
6262

‎tokio/CHANGELOG.md

+62
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,65 @@
1+
# 1.41.0 (Oct 22th, 2024)
2+
3+
### Added
4+
5+
- metrics: stabilize `global_queue_depth` ([#6854], [#6918])
6+
- net: add conversions for unix `SocketAddr` ([#6868])
7+
- sync: add `watch::Sender::sender_count` ([#6836])
8+
- sync: add `mpsc::Receiver::blocking_recv_many` ([#6867])
9+
- task: stabilize `Id` apis ([#6793], [#6891])
10+
11+
### Added (unstable)
12+
13+
- metrics: add H2 Histogram option to improve histogram granularity ([#6897])
14+
- metrics: rename some histogram apis ([#6924])
15+
- runtime: add `LocalRuntime` ([#6808])
16+
17+
### Changed
18+
19+
- runtime: box futures larger than 16k on release mode ([#6826])
20+
- sync: add `#[must_use]` to `Notified` ([#6828])
21+
- sync: make `watch` cooperative ([#6846])
22+
- sync: make `broadcast::Receiver` cooperative ([#6870])
23+
- task: add task size to tracing instrumentation ([#6881])
24+
- wasm: enable `cfg_fs` for `wasi` target ([#6822])
25+
26+
### Fixed
27+
28+
- net: fix regression of abstract socket path in unix socket ([#6838])
29+
30+
### Documented
31+
32+
- io: recommend `OwnedFd` with `AsyncFd` ([#6821])
33+
- io: document cancel safety of `AsyncFd` methods ([#6890])
34+
- macros: render more comprehensible documentation for `join` and `try_join` ([#6814], [#6841])
35+
- net: fix swapped examples for `TcpSocket::set_nodelay` and `TcpSocket::nodelay` ([#6840])
36+
- sync: document runtime compatibility ([#6833])
37+
38+
[#6793]: https://github.com/tokio-rs/tokio/pull/6793
39+
[#6808]: https://github.com/tokio-rs/tokio/pull/6808
40+
[#6810]: https://github.com/tokio-rs/tokio/pull/6810
41+
[#6814]: https://github.com/tokio-rs/tokio/pull/6814
42+
[#6821]: https://github.com/tokio-rs/tokio/pull/6821
43+
[#6822]: https://github.com/tokio-rs/tokio/pull/6822
44+
[#6826]: https://github.com/tokio-rs/tokio/pull/6826
45+
[#6828]: https://github.com/tokio-rs/tokio/pull/6828
46+
[#6833]: https://github.com/tokio-rs/tokio/pull/6833
47+
[#6836]: https://github.com/tokio-rs/tokio/pull/6836
48+
[#6838]: https://github.com/tokio-rs/tokio/pull/6838
49+
[#6840]: https://github.com/tokio-rs/tokio/pull/6840
50+
[#6841]: https://github.com/tokio-rs/tokio/pull/6841
51+
[#6846]: https://github.com/tokio-rs/tokio/pull/6846
52+
[#6854]: https://github.com/tokio-rs/tokio/pull/6854
53+
[#6867]: https://github.com/tokio-rs/tokio/pull/6867
54+
[#6868]: https://github.com/tokio-rs/tokio/pull/6868
55+
[#6870]: https://github.com/tokio-rs/tokio/pull/6870
56+
[#6881]: https://github.com/tokio-rs/tokio/pull/6881
57+
[#6890]: https://github.com/tokio-rs/tokio/pull/6890
58+
[#6891]: https://github.com/tokio-rs/tokio/pull/6891
59+
[#6897]: https://github.com/tokio-rs/tokio/pull/6897
60+
[#6918]: https://github.com/tokio-rs/tokio/pull/6918
61+
[#6924]: https://github.com/tokio-rs/tokio/pull/6924
62+
163
# 1.40.0 (August 30th, 2024)
264

365
### Added

‎tokio/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "tokio"
66
# - README.md
77
# - Update CHANGELOG.md.
88
# - Create "v1.x.y" git tag.
9-
version = "1.40.0"
9+
version = "1.41.0"
1010
edition = "2021"
1111
rust-version = "1.70"
1212
authors = ["Tokio Contributors <team@tokio.rs>"]

‎tokio/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Make sure you activated the full features of the tokio crate on Cargo.toml:
5656

5757
```toml
5858
[dependencies]
59-
tokio = { version = "1.40.0", features = ["full"] }
59+
tokio = { version = "1.41.0", features = ["full"] }
6060
```
6161
Then, on your main.rs:
6262

0 commit comments

Comments
 (0)
Failed to load comments.








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/tokio-rs/tokio/commit/01e04daaa162ce6122bb894fdda0b6803dd32093

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy