1.43.0 (Jan 8th, 2025)
Added
- net: add
UdpSocket::peek
methods (#7068) - net: add support for Haiku OS (#7042)
- process: add
Command::into_std()
(#7014) - signal: add
SignalKind::info
on illumos (#6995) - signal: add support for realtime signals on illumos (#7029)
Fixed
- io: don't call
set_len
before initializing vector inBlocking
(#7054) - macros: suppress
clippy::needless_return
in#[tokio::main]
(#6874) - runtime: fix thread parking on WebAssembly (#7041)
Changes
- chore: use unsync loads for
unsync_load
(#7073) - io: use
Buf::put_bytes
inRepeat
read impl (#7055) - task: drop the join waker of a task eagerly (#6986)
Changes to unstable APIs
- metrics: improve flexibility of H2Histogram Configuration (#6963)
- taskdump: add accessor methods for backtrace (#6975)