summaryrefslogtreecommitdiffstats
path: root/tokio-util/CHANGELOG.md
AgeCommit message (Collapse)Author
2020-12-03util: prepare v0.5.1 release (#3210)Eliza Weisman
### Added - io: `poll_read_buf` util fn (#2972). - io: `poll_write_buf` util fn with vectored write support (#3156). Signed-off-by: Eliza Weisman <eliza@buoyant.io>
2020-11-01util: add back public poll_read_buf() function (#3079)Dirkjan Ochtman
This was accidentally removed in #3064.
2020-10-30chore: prepare tokio-util v0.5.0 release (#3078)Carl Lerche
2020-10-15chore: prepare for v0.3.0 release (#2960)Carl Lerche
2020-04-17Link PRs in CHANGELOG files (#2383)Nikolai Vazquez
Allows for simply clicking on the PR number to view the corresponding changes made.
2020-03-18util: Prepare `0.3.1` release (#2330)Nikhil Benesch
2020-03-04util: Prepare `0.3.0` release (#2296)Lucio Franco
Signed-off-by: Lucio Franco <luciofranco14@gmail.com> Co-authored-by: David Barsky <me@davidbarsky.com> Co-authored-by: Eliza Weisman <eliza@buoyant.io>
2020-03-04codec: change Encoder to take &Item (#1746)Lucio Franco
Co-authored-by: Markus Westerlind <marwes91@gmail.com>
2019-11-26chore: prepare v0.2.0 release (#1822)Carl Lerche
2019-10-22codec: move into tokio-util (#1675)Carl Lerche
Related to #1318, Tokio APIs that are "less stable" are moved into a new `tokio-util` crate. This crate will mirror `tokio` and provide additional APIs that may require a greater rate of breaking changes. As examples require `tokio-util`, they are moved into a separate crate (`examples`). This has the added advantage of being able to avoid example only dependencies in the `tokio` crate.