Merged
Conversation
Member
Author
|
Do we need a tokio-macros release too? |
Member
|
Might need one? were there changes? |
Member
|
It looks highly likely we need to push out a macros release first. |
Member
Author
|
tokio-macros release in #3127 |
Member
Author
|
We should include #3132 in this. |
carllerche
approved these changes
Nov 12, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
0.2.23 (November 11, 2020)
Fixes
unreachable_codewarning inselect!(Fix select macro giving warning when branch's returns never #2678)shutdown_timeoutblocking for no reason #2649)Changes
std::io(io: always reexport std::io types needed to implement async io traits #2606)parking_lotdependency to 0.11.0 (Update optional parking_lot dependency to 0.11.0 #2676)read_to_endandread_to_string(io: rewrite read_to_end and read_to_string #2560)block_on(Reset coop budget when blocking in block_on #2711)UnixListener::poll_acceptpublic (ChangeUnixListener::poll_acceptto public #2880)lazy_staticto1.4.0(ci: minimal version check (v0.2.x) #3132)slabto0.4.2(ci: minimal version check (v0.2.x) #3132)Added
io::duplex()as bidirectional reader/writer (tokio: introduce io::Duplex #2661)into_splitonUnixDatagram(net: introduce split on UnixDatagram #2557)splitandinto_split(Ensure that unix sockets have both split and into_split #2687)try_recv/from&try_send/toto UnixDatagram (Added try_recv & try_send to UnixDatagram #1677)UdpSocket::{try_send,try_send_to}methods (net: AddUdpSocket::{try_send,try_send_to}methods #1979)ToSocketAddrsfor(String, u16)(implToSocketAddrsfor(String, u16)#2724)ReaderStream(Add ReaderStream #2714)Closes: #3111