Skip to content

Releases: mre/futures-batch

Version 0.6.1

22 Dec 14:40
@mre mre
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.0...0.6.1

Version 0.4.0

31 Oct 10:08
@mre mre
2a1d0c6
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release

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.

Thanks to @wngr for working on this in #3.