Update Rust crate tokio to 1.21.2 - autoclosed #6
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/tokio-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.17.0->1.21.2Release Notes
tokio-rs/tokio
v1.21.21.21.2 (September 27, 2022)
This release removes the dependency on the
once_cellcrate to restore the MSRV of 1.21.x, which is the latest minor version at the time of release. (#5048)v1.21.11.21.1 (September 13, 2022)
Fixed
LocalSetDrop (#4976)v1.21.01.21.0 (September 2, 2022)
This release is the first release of Tokio to intentionally support WASM. The
sync,macros,io-util,rt,timefeatures are stabilized on WASM. Additionally the wasm32-wasi target is given unstable support for thenetfeature.Added
deviceandbind_devicemethods to TCP/UDP sockets (#4882)tosandset_tosmethods to TCP and UDP sockets (#4877)ServerOptions(#4845)mpsc::Sender::max_capacitymethod (#4904)mpsc::Sender(#4595)LocalSet::enter(#4765)JoinSetandAbortHandle(#4920)track_callerto public APIs (#4805, #4848, #4852)wasm32-wasitarget (#4716)Fixed
linked_list::Linkimpls (#4841)#[must_use]to lock guards (#4886)recvon closed and reopened broadcast channel (#4867)Changed
File::start_seek(#4897)poll_read(#4840)SignalKindmethods const (#4956)Internal changes
basic_scheduler::Config(#4935)runtimemodule (#4942)Documented
AsyncSeekExt::rewinddocs (#4893)try_read()for zero-length buffers (#4937)Builder::worker_threads(#4849)watch::Sender::sendimproved (#4959)JoinHandle(#4901)spawn_blocking(#4811)Interval::tickhappens immediately (#4951)Unstable
Builder::spawn_on(#4953)task::Builder::spawn*methods fallible (#4823)v1.20.21.20.2 (September 27, 2022)
This release removes the dependency on the
once_cellcrate to restore the MSRV of the 1.20.x LTS release. (#5048)v1.20.11.20.1 (July 25, 2022)
Fixed
v1.20.01.20.0 (July 12, 2022)
Added
has_changedmethod towatch::Ref(#4758)Changed
src/time/driver/wheel/stack.rs(#4766)Fixed
Documented
Unstable
join_onetojoin_next(#4755)v1.19.21.19.2 (June 6, 2022)
This release fixes another bug in
Notified::enable. (#4751)v1.19.11.19.1 (June 5, 2022)
This release fixes a bug in
Notified::enable. (#4747)v1.19.01.19.0 (June 3, 2022)
Added
is_finishedmethod forJoinHandleandAbortHandle(#4709)Notified::enable(#4705)watch::Sender::send_if_modified(#4591)take_errortoTcpSocketandTcpStream(#4739)Changed
Fixed
join!andtry_join!(#4624)Documented
block_on(#4729)MissedTickBehavior::Burst(#4713)Unstable
IoDriverMetrics(#4725)#[track_caller]toJoinSet/JoinMap(#4697)Builder::{spawn_on, spawn_local_on, spawn_blocking_on}(#4683)consume_budgetfor cooperative scheduling (#4498)join_set::Builderfor configuringJoinSettasks (#4687)JoinSet::join_one(#4726)v1.18.31.18.3 (September 27, 2022)
This release removes the dependency on the
once_cellcrate to restore the MSRV of the 1.18.x LTS release. (#5048)v1.18.21.18.2 (May 5, 2022)
Add missing features for the
winapidependency. (#4663)v1.18.11.18.1 (May 2, 2022)
The 1.18.0 release broke the build for targets without 64-bit atomics when building with
tokio_unstable. This release fixes that. (#4649)v1.18.0Compare Source
1.18.0 (April 27, 2022)
This release adds a number of new APIs in
tokio::net,tokio::signal, andtokio::sync. In addition, it adds new unstable APIs totokio::task(Idsfor uniquely identifying a task, and
AbortHandlefor remotely cancelling atask), as well as a number of bugfixes.
Fixed
#[track_caller]forspawn_blocking(#4616)selectmacro to process 64 branches (#4519)try_iomethods not calling Mio'stry_iointernally (#4582)Added
UdpSocket::peer_addr(#4611)try_read_bufmethod for named pipes (#4626)SignalKindHash/Eqimpls andc_intconversion (#4540)SIGRTMAX(#4555)watch::Sender::send_modifymethod (#4310)broadcast::Receiver::lenmethod (#4542)watch::Receiver::same_channelmethod (#4581)CloneforRecvErrortypes (#4560)Changed
mioto 0.8.1 (#4582)tokio::select!'s internalutilmodule (#4543)Vec::with_capacitywhen building runtime (#4553)Documented
tokio_unstable(#4524)Handle::current's docs to mentionEnterGuard(#4567)Signal::recvis cancel-safe (#4634)UnboundedReceiverclose docs (#4548)Unstable
The following changes only apply when building with
--cfg tokio_unstable:task::Idtype (#4630)AbortHandletype for cancelling tasks in aJoinSet(#4530],[#4640)
doc(cfg(...))attributes forJoinSet(#4531)AbortHandleRustDoc (#4545)Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
Update Rust crate tokio to 1.21.2to Update Rust crate tokio to 1.21.2 - autoclosedPull request closed