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.0 #4486

Merged
merged 5 commits into from Feb 10, 2022
Merged

chore: prepare tokio-util 0.7.0 #4486

merged 5 commits into from Feb 10, 2022

Conversation

tobz
Copy link
Member

@tobz tobz commented Feb 10, 2022

0.7.0 (February 9, 2022)

Added

  • task: add spawn_pinned (#3370)
  • time: add shrink_to_fit and compact methods to DelayQueue (#4170)
  • codec: improve Builder::max_frame_length docs (#4352)
  • codec: add mutable reference getters for codecs to pinned Framed (#4372)
  • net: add generic trait to combine UnixListener and TcpListener (#4385)
  • codec: implement Framed::map_codec (#4427)
  • codec: implement Encoder<BytesMut> for BytesCodec (#4465)

Changed

  • sync: add lifetime parameter to ReusableBoxFuture (#3762)
  • sync: refactored PollSender<T> to fix a subtly broken Sink<T> implementation (#4214)
  • time: remove error case from the infallible DelayQueue::poll_elapsed (#4241)

@tobz tobz added the A-tokio-util Area: The tokio-util crate label Feb 10, 2022
@Darksonn
Copy link
Contributor

You will also need to update the version number in the Cargo.toml file. See e.g. #4199 for an example.

@tobz
Copy link
Member Author

tobz commented Feb 10, 2022

You will also need to update the version number in the Cargo.toml file. See e.g. #4199 for an example.

The version number is already at 0.7.0 as part of the freeze PR (#4313) that we did.

@Darksonn
Copy link
Contributor

Ah, you will need to remove publish = false instead then.

@tobz
Copy link
Member Author

tobz commented Feb 10, 2022

Ah yeah, doh! Will fix.

@tobz tobz merged commit e7a0da6 into master Feb 10, 2022
@tobz tobz deleted the prepare-tokio-util-0.7.0 branch February 10, 2022 17:23
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