Skip to content

Releases: davidmoten/rxjava2-extras

0.1.4

25 Jan 10:47
Compare
Choose a tag to compare
  • fix race condition in onBackpressureBuffertoFile where partially constructed error could be emitted
  • cleanup exception handling in onBackpressureBufferToFile
  • add collectWhile and toListWhile
  • simplify reverse using flatMapIterable
  • add capped exponential backoff to RetryWhen

0.1.3

17 Jan 00:50
Compare
Choose a tag to compare
  • add Serialized for flowables (serialize streams to IO and back optionally using Kryo serialization). Thanks to @janbols for contribution.

0.1.2

16 Jan 05:28
Compare
Choose a tag to compare
  • 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

09 Dec 06:15
Compare
Choose a tag to compare
0.1
  • initial release with support for Strings, Bytes, StateMachine