Sourced from tokio's releases.
Tokio v1.25.0
1.25.0 (January 28, 2023)
Fixed
- rt: fix runtime metrics reporting (#5330)
Added
- sync: add
broadcast::Sender::len
(#5343)Changed
- fs: increase maximum read buffer size to 2MiB (#5397)
#5330: tokio-rs/tokio#5330 #5343: tokio-rs/tokio#5343 #5397: tokio-rs/tokio#5397
88b1eb5
chore: prepare Tokio v1.25.0 release (#5408)1f50c57
metrics: fix steal_count
docs, add steal_operations
(#5330)a18b364
chore: update year in LICENSE files (#5402)fe2dcb9
io: increase MAX_BUF
from 16384 to 2MiB (#5397)c90757f
tests: condition unwinding tests on cfg(panic = "unwind")
(#5384)f3f8e4f
chore: update nix to 0.26 (#5385)42bec96
Merge branch 'tokio-1.24.x' into master4f6a95b
chore: prepare Tokio v1.24.2 release3d33610
Merge branch 'tokio-1.20.x' into tokio-1.24.x38a9c6c
Merge branch 'tokio-1.20.x' into master