Skip to content

Releases: alexpusch/pumps_rs

v0.1.1

24 Jan 13:22

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

15 Aug 18:04
77abaf0

Choose a tag to compare

What's Changed

  • feat: add fold as a custom pump by @Wkkkkk in #8
  • Add flatten_iter and flatten_iter_buffered by @rm-dr in #9
  • Add catch for error handling by @rm-dr in #10

New Contributors

Full Changelog: v0.0.4...v0.1.0

v0.0.4

08 Nov 20:31

Choose a tag to compare

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

26 Oct 11:22

Choose a tag to compare

Breaking changes:

  • backpressure config moved from the Concurrency object 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

  • @pka made their first contribution in #4

Full Changelog: https://github.com/alexpusch/pumps_rs/commits/0.0.3