Releases: davidmoten/rxjava2-extras
Releases · davidmoten/rxjava2-extras
0.1.4
- fix race condition in
onBackpressureBuffertoFile
where partially constructed error could be emitted - cleanup exception handling in
onBackpressureBufferToFile
- add
collectWhile
andtoListWhile
- simplify
reverse
usingflatMapIterable
- add capped exponential backoff to
RetryWhen
0.1.3
0.1.2
- many operators now migrated including the more complex ones like
match
onBackpressureBufferToFile
now has much better throughput than rxjava-extras with memory-mapped files and algorithm is simplified using fixed-size files.
0.1
- initial release with support for Strings, Bytes, StateMachine