Releases: akarnokd/Reactive4JavaFlow
Releases · akarnokd/Reactive4JavaFlow
0.1.5
- Commit b721893c: Add
SchedulerMultiWorkerSupportas contributed to RxJava. - Commit 98ef7a36: Fix
ProcessorRefCountcancellation management andMulticastProcessorfusion interop. - Commit ea678cad: Upgrade to Reactive Streams 1.0.2 final (for its Test-Compatibility-Kit).
- Commit 0b2c2c31: Fix
retryrequest accounting. - Commit 70f23c15: Fix
flatMapnot cancelling the upstream on innerpoll()crash.
0.1.4
- Add the Reactive-Streams TCK to verify operators.
- Add
Folyam.limit()to limit both item and request amounts. - Add
Folyam.concatEager(Flow.Publisher)operator. - Add
Folyam.concatEagerDelayError(Flow.Publisher)operator. - Fix request accounting bug in
Folyam.delaySubscription(). - Fix request accounting bug in
Folyam.repeat().
0.1.3
- Make sure
parallel()requests boundary fusion. (Commit 9840f385, Related RxJava issue) - Breaking change: Fix the function type of the
composeoperators as implementing bothFolyamandjava.util.function.Functionconflicts asFunctionhas also acompose()method with incompatible signature. (Commit 9840f385)
0.1.2
- Fix
TestSchedulerServicetask remove race bug (Commit 0c36fd16) - Add
andThentoFolyam&Emitter(Commit 39d0df30)