|
| 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 | + |
1 | 63 | # 1.40.0 (August 30th, 2024)
|
2 | 64 |
|
3 | 65 | ### Added
|
|
0 commit comments