Releases: mre/futures-batch
Releases · mre/futures-batch
Version 0.6.1
What's Changed
- Add repository url by @dimlev in #6
- Replace tokio-timer with futures-timer for higher timer resolution by @doyoubi in #5
- Update futures-timer requirement from 1.0.2 to 2.0.2 by @dependabot-preview in #7
- Rename project to futures-batch (fixes #13) by @mre in #14
- Update to tokio 0.2 + README by @leshow in #12
- Update futures-timer requirement from 2.0.2 to 3.0.0 by @dependabot-preview in #17
- Update docs by @andrewbanchich in #19
- Update tokio requirement from 0.2 to 0.3 by @dependabot-preview in #20
- Update tokio requirement from 0.3 to 1.0 by @dependabot-preview in #21
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #22
- Update dependencies by @amrhassan in #23
New Contributors
- @dimlev made their first contribution in #6
- @doyoubi made their first contribution in #5
- @dependabot-preview made their first contribution in #7
- @leshow made their first contribution in #12
- @andrewbanchich made their first contribution in #19
- @amrhassan made their first contribution in #23
Full Changelog: 0.4.0...0.6.1
Version 0.4.0
This PR rebases the Chunks operator on the current one from https://github.com/rust-lang-nursery/futures-rs/blob/4613193023dd4071bbd32b666e3b85efede3a725/futures-util/src/stream/chunks.rs. Futhermore, the custom Error type is removed.