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 0.7.4 #4987

Merged
merged 2 commits into from Sep 8, 2022
Merged

chore: prepare tokio-util 0.7.4 #4987

merged 2 commits into from Sep 8, 2022

Conversation

Darksonn
Copy link
Contributor

@Darksonn Darksonn commented Sep 7, 2022

0.7.4 (September 7, 2022)

Added

  • io: add SyncIoBridge::shutdown() (#4938)
  • task: improve LocalPoolHandle (#4680)

Fixed

  • util: add track_caller to public APIs (#4785)

Unstable

  • task: fix compilation errors in JoinMap with Tokio v1.21.0 (#4755)
  • task: remove the unstable, deprecated JoinMap::join_one (#4920)

Closes: #4986

@Darksonn Darksonn added the A-tokio-util Area: The tokio-util crate label Sep 7, 2022
@Darksonn Darksonn requested a review from hds September 7, 2022 08:09
Copy link
Contributor

@hds hds left a comment

Choose a reason for hiding this comment

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

Looks good.

Copy link
Member

@hawkw hawkw left a comment

Choose a reason for hiding this comment

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

looks good to me!

Comment on lines +14 to +15
- task: fix compilation errors in `JoinMap` with Tokio v1.21.0 ([#4755])
- task: remove the unstable, deprecated `JoinMap::join_one` ([#4920])
Copy link
Member

Choose a reason for hiding this comment

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

I was going to ask why JoinMap wasn't stabilized in this release, since JoinSet stabilized in v1.21.0, but then I remembered JoinMap also depends on task IDs, which are still unstable 👍

tokio-util/CHANGELOG.md Outdated Show resolved Hide resolved
@Darksonn Darksonn merged commit dfdb550 into master Sep 8, 2022
@Darksonn Darksonn deleted the prepare-tokio-util-0.7.4 branch September 8, 2022 08:34
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.

tokio-util no longer builds with features = ["full"] (tokio_unstable)
4 participants