Skip to content

Releases: akarnokd/RxJavaExtensions

0.17.6

19 Aug 09:05
Compare
Choose a tag to compare

Upgrade to RxJava 2.1.3 & Reactive-Streams 1.0.1 .

0.17.5

23 Jul 08:50
Compare
Choose a tag to compare

Upgrade to RxJava 2.1.2

0.17.4

20 Jul 21:55
Compare
Choose a tag to compare
  • Fix javadoc of zipLatest wrong code tags.
  • Function tagging infrastructure to help diagnosing nulls and crashes via FunctionTagging. (Example)
  • Fix and test FlowableCharSequence of Flowables.characters().
  • Add protocol validation diagnostics via RxJavaProtocolValidator. (Example)

0.17.3

14 Jul 12:13
Compare
Choose a tag to compare
  • Add Flowable.zipLatest() (Example).
  • Add FlowableTransformers.coalesce() (Example).

0.17.2

29 Jun 14:03
Compare
Choose a tag to compare
  • Fix mapAsync and filterAsync emission accounting causing hangs.

0.17.1

21 Jun 09:27
Compare
Choose a tag to compare
  • Upgrade to RxJava 2.1.1
  • Fix fusion logic of repeatCallable as it is a boundary-sensitive operation.
  • Adjust the Nono, Perhaps and Solo create() emitter implementations to support tryOnError

0.17.0

29 Apr 07:51
Compare
Choose a tag to compare
  • Upgrade to RxJava 2.1
  • Add FlowableTransformers.refCount with count & disconnect timeout. (Example)

0.16.5

22 Apr 21:15
Compare
Choose a tag to compare
  • Upgrade to RxJava 2.0.9
  • Fix MulticastProcessor lockstep request accounting

0.16.4

08 Apr 11:18
Compare
Choose a tag to compare
  • Add MulticastProcessor, a backpressure-aware, lossless Processor implementation (similar to PublishProcessor and the publish(Function) operator). (Example)

0.16.3

29 Mar 08:44
Compare
Choose a tag to compare
  • Upgrade to RxJava 2.0.8
  • Add parallel sum operators via ParallelTransformers. (Example)