Skip to content
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

Merged
merged 5 commits into from Sep 20, 2023

Conversation

cconstantine
Copy link
Contributor

@cconstantine cconstantine commented Sep 20, 2023

0.7.9 (September 20th, 2023)

Added

Fixed

Documented

@Darksonn Darksonn added the A-tokio-util Area: The tokio-util crate label Sep 20, 2023
tokio-util/CHANGELOG.md Outdated Show resolved Hide resolved
tokio-util/CHANGELOG.md Outdated Show resolved Hide resolved
Comment on lines 10 to 12
### Changed

- sync: replace `sync::reusable_box::Pending` with `std::future::Pending` ([#6000])
Copy link
Contributor

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.


- io: Add passthrough `AsyncRead`/`AsyncWrite` to `InspectWriter`/`InspectReader` ([#5739])
- task: Add spawn blocking methods to joinmap ([#5797])
- io: Enrich `StreamReader` and `SinkWriter` ([#5941])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- io: Enrich `StreamReader` and `SinkWriter` ([#5941])
- io: pass through traits for `StreamReader`/`SinkWriter` ([#5941])

Comment on lines 10 to 11
### Changed

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just drop this heading.

Copy link
Contributor

@Darksonn Darksonn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@Darksonn Darksonn merged commit 3f6165d into tokio-rs:master Sep 20, 2023
70 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio-util Area: The tokio-util crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants