Releases: alexpusch/pumps_rs
Releases · alexpusch/pumps_rs
v0.1.1
v0.1.0
What's Changed
- feat: add fold as a custom pump by @Wkkkkk in #8
- Add
flatten_iterandflatten_iter_bufferedby @rm-dr in #9 - Add
catchfor error handling by @rm-dr in #10
New Contributors
- @akesling made their first contribution in #7
- @Wkkkkk made their first contribution in #8
- @rm-dr made their first contribution in #9
Full Changelog: v0.0.4...v0.1.0
v0.0.4
What's Changed
- Add batch_while and batch_while_with_expiry by @alexpusch in #6
Full Changelog: v0.0.3...v0.0.4
v0.0.3
Breaking changes:
- backpressure config moved from the
Concurrencyobject into it's own.backpressure(n)operation
What's Changed
- Extract backpressure into it's own pump. Add backpressure_with_relief_valve by @alexpusch in #3
- Add BatchPump by @pka in #4
New Contributors
Full Changelog: https://github.com/alexpusch/pumps_rs/commits/0.0.3