Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: akarnokd/Reactive4JavaFlow

0.1.5

09 Feb 13:19

Choose a tag to compare

  • Commit b721893c: Add SchedulerMultiWorkerSupport as contributed to RxJava.
  • Commit 98ef7a36: Fix ProcessorRefCount cancellation management and MulticastProcessor fusion interop.
  • Commit ea678cad: Upgrade to Reactive Streams 1.0.2 final (for its Test-Compatibility-Kit).
  • Commit 0b2c2c31: Fix retry request accounting.
  • Commit 70f23c15: Fix flatMap not cancelling the upstream on inner poll() crash.

0.1.4

23 Nov 22:23

Choose a tag to compare

  • 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

17 Oct 15:11

Choose a tag to compare

  • Make sure parallel() requests boundary fusion. (Commit 9840f385, Related RxJava issue)
  • Breaking change: Fix the function type of the compose operators as implementing both Folyam and java.util.function.Function conflicts as Function has also a compose() method with incompatible signature. (Commit 9840f385)

0.1.2

13 Oct 19:38

Choose a tag to compare

0.1.1

22 Sep 10:04

Choose a tag to compare

  • Lower overhead in 0..1 element blockingX operators.
  • Lower overhead in Esetleg.map and Esetleg.filter.
  • Dedicated min and max operators.
  • Lower SubscriptionArbiter overhead for unbounded flows.
  • Small other internal cleanups.

0.1.0

18 Aug 00:21

Choose a tag to compare

Initial release with all (currently planned) features implemented.

Please see the readme on the landing page for the information available on the library for the moment.