Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Release v0.3.4

Choose a tag to compare

@sinwe sinwe released this 28 Mar 08:39
· 855 commits to master since this release

Enhancement

  • Cross compile with scala 2.13.0-M3, #7
  • Added trait Filter, #12
  • Added operator onErrorRecover and onErrorRecoverWith for both Flux and Mono, #13
  • Added operator zipWithTimeSinceSubscription, #9
  • Added operator flatten, #8
  • Update underlying reactor core to 3.1.5.RELEASE, #6

Clean up

  • Removed tuple2toScala conversion from most zip operators, #11(Thanks to @smiklos)