-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: prepare tokio-util v0.7.9 #6019
chore: prepare tokio-util v0.7.9 #6019
Conversation
8fd3e5f
to
3bf692a
Compare
3bf692a
to
e830ad8
Compare
tokio-util/CHANGELOG.md
Outdated
### Changed | ||
|
||
- sync: replace `sync::reusable_box::Pending` with `std::future::Pending` ([#6000]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this one from the changelog. It's just an internal change.
tokio-util/CHANGELOG.md
Outdated
|
||
- io: Add passthrough `AsyncRead`/`AsyncWrite` to `InspectWriter`/`InspectReader` ([#5739]) | ||
- task: Add spawn blocking methods to joinmap ([#5797]) | ||
- io: Enrich `StreamReader` and `SinkWriter` ([#5941]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- io: Enrich `StreamReader` and `SinkWriter` ([#5941]) | |
- io: pass through traits for `StreamReader`/`SinkWriter` ([#5941]) |
Co-authored-by: Alice Ryhl <[email protected]>
tokio-util/CHANGELOG.md
Outdated
### Changed | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just drop this heading.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
0.7.9 (September 20th, 2023)
Added
AsyncRead
/AsyncWrite
toInspectWriter
/InspectReader
([tokio-util: add AsyncRead/AsyncWrite passthrough for inspect #5739])JoinMap
([Add spawn blocking methods to joinmap #5797])StreamReader
andSinkWriter
([Enrich StreamReader and SinkWriter #5941])SyncIoBridge::into_inner
([SyncIOBridge: Addinto_inner
#5971])Fixed
Documented
LinesCodec
([docs: specify the line ending of LinesCodec #5982])