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.13.0 #4196

Merged
merged 6 commits into from Oct 29, 2021
Merged

chore: prepare Tokio v1.13.0 #4196

merged 6 commits into from Oct 29, 2021

Conversation

Darksonn
Copy link
Contributor

@Darksonn Darksonn commented Oct 26, 2021

1.13.0 (October 29, 2021)

Fixed

  • sync: fix Notify to clone the waker before locking its waiter list (#4129)
  • tokio: add riscv32 to non atomic64 architectures (#4185)

Added

  • net: add poll_{recv,send}_ready methods to udp and uds_datagram (#4131)
  • net: add try_*, readable, writable, ready, and peer_addr methods to split halves (#4120)
  • sync: add blocking_lock to Mutex (#4130)
  • sync: add watch::Sender::send_replace (#3962, #4195)
  • sync: expand Debug for Mutex<T> impl to unsized T (#4134)
  • tracing: instrument time::Sleep (#4072)
  • tracing: use structured location fields for spawned tasks (#4128)

Changed

  • io: add assert in copy_bidirectional that poll_write is sensible (#4125)
  • macros: use qualified syntax when polling in select! (#4192)
  • runtime: handle block_on wakeups better (#4157)
  • task: allocate callback on heap immediately in debug mode (#4203)
  • tokio: assert platform-minimum requirements at build time (#3797)

Documented

  • docs: conversion of doc comments to indicative mood (#4174)
  • docs: add returning on the first error example for try_join! (#4133)
  • docs: fixing broken links in tokio/src/lib.rs (#4132)
  • signal: add example with background listener (#4171)
  • sync: add more oneshot examples (#4153)
  • time: document Interval::tick cancel safety (#4152)

@Darksonn Darksonn added the A-tokio Area: The main tokio crate label Oct 26, 2021
@Darksonn
Copy link
Contributor Author

This PR is pending resolution of #4195.

tokio/CHANGELOG.md Outdated Show resolved Hide resolved
tokio/CHANGELOG.md Outdated Show resolved Hide resolved
tokio/CHANGELOG.md Show resolved Hide resolved
@Darksonn Darksonn merged commit ac89d89 into master Oct 29, 2021
@Darksonn Darksonn deleted the prepare-tokio-1.13.0 branch October 29, 2021 16:34
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

2 participants