github reactor/reactor-core v3.1.5.RELEASE

latest releases: v3.8.5, v3.7.18, v3.8.4...
8 years ago

This is the 5th release of Reactor 3.1, part of BISMUTH-SR7 Release Train.

This is a recommended update for all Reactor 3 users. Note that all fixes in this release
are backports of fixes in the upcoming 3.2.0.RELEASE.

✨ New features and improvements

  • create uses onOperatorError hook instead of onErrorDropped, avoiding thrown exceptions (#1078)

🪲 Bug fixes

  • RejectedExecutionException now only terminate the ExecutorScheduler if the underlying Executor is shut down (#1080)
  • Fixed DisconnectException on cancellation race in ParallelFlux#refCount (#1088)

📖 Documentation, Tests and Build

  • Warn on doOnSubscribe javadoc: not for acting on the Subscription (#1090)
  • Fix return clause of blockLast javadoc mentioning "first" element instead of "last" (#1095)
  • Small internal cleanup of groupBy code (#1094)

👍 Thanks to the following contributors that also participated to this release

@baptistemesta, @smiklos

Don't miss a new reactor-core release

NewReleases is sending notifications on new releases.