Releases: akarnokd/RxJavaExtensions
Releases · akarnokd/RxJavaExtensions
0.17.6
19 Aug 09:05
Compare
Sorry, something went wrong.
No results found
Upgrade to RxJava 2.1.3 & Reactive-Streams 1.0.1 .
0.17.5
23 Jul 08:50
Compare
Sorry, something went wrong.
No results found
0.17.4
20 Jul 21:55
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Add Flowable.zipLatest() (Example ).
Add FlowableTransformers.coalesce() (Example ).
0.17.2
29 Jun 14:03
Compare
Sorry, something went wrong.
No results found
Fix mapAsync and filterAsync emission accounting causing hangs.
0.17.1
21 Jun 09:27
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Upgrade to RxJava 2.1
Add FlowableTransformers.refCount with count & disconnect timeout. (Example )
0.16.5
22 Apr 21:15
Compare
Sorry, something went wrong.
No results found
Upgrade to RxJava 2.0.9
Fix MulticastProcessor lockstep request accounting
0.16.4
08 Apr 11:18
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Upgrade to RxJava 2.0.8
Add parallel sum operators via ParallelTransformers. (Example )