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 v1.28.0 #5650

Merged
merged 4 commits into from Apr 25, 2023
Merged

chore: prepare Tokio v1.28.0 #5650

merged 4 commits into from Apr 25, 2023

Conversation

Darksonn
Copy link
Contributor

Depends on #5649.

1.28.0 (April 25th, 2023)

Added

  • io: add AsyncFd::async_io (#5542)
  • io: impl BufMut for ReadBuf (#5590)
  • net: add recv_buf for UdpSocket and UnixDatagram (#5583)
  • sync: add OwnedSemaphorePermit::semaphore (#5618)
  • sync: add same_channel to broadcast channel (#5607)
  • sync: add watch::Receiver::wait_for (#5611)
  • task: add JoinSet::spawn_blocking (#5612)

Changed

  • deps: update windows-sys to 0.48 (#5591)
  • io: make read_to_end not grow unnecessarily (#5610)
  • macros: make entrypoints more efficient (#5621)
  • sync: improve Debug impl for RwLock (#5647)
  • sync: reduce contention in Notify (#5503)

Fixed

  • net: support get_peer_cred on AIX (#5065)
  • sync: avoid deadlocks in broadcast with custom wakers (#5578)

Documented

  • sync: fix typo in Semaphore::MAX_PERMITS (#5645)
  • sync: fix typo in tokio::sync::watch::Sender docs (#5587)

@Darksonn Darksonn added the A-tokio Area: The main tokio crate label Apr 25, 2023
tokio/CHANGELOG.md Outdated Show resolved Hide resolved
tokio/CHANGELOG.md Outdated Show resolved Hide resolved
Darksonn and others added 2 commits April 25, 2023 17:06
@Darksonn Darksonn merged commit f21d596 into master Apr 25, 2023
54 checks passed
@Darksonn Darksonn deleted the prepare-tokio-1.28.0 branch April 25, 2023 18:21
@Darksonn Darksonn mentioned this pull request Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants