github reactor/reactor-core v3.0.0.RC2

latest releases: v3.8.5, v3.7.18, v3.8.4...
pre-release9 years ago

Changes from RC1:

  • name consistency fixes on Sinks : fail -> error, MonoSink#complete -> success
  • remove MonoSink interface from MonoProcessor
  • remove fromCallableOrEmpty in favor of Mono#create
  • remove RingBuffer from surface API
  • fix Mono#when and #whenDelayError vararg/iterable signatures
  • remove TestSubscriber
  • generic "handle" operator, removing immediate need for lifting and tricks for error handling
  • global error hooks
  • TupleXx fields are no longer public, use Getters only.
  • global debug mode that auto adds logging , maybe combined with an open global hook for assembly
  • Rework some operator error utils from Exceptions linked to global state into new Hooks
  • the end of ComputationScheduler since SingleScheduler is enough for the use case of non blocking task runs
  • New Flux#doOnEach and Flux/Mono#doOnLifecycle
  • more scheduler hooks
  • porting rx join/groupJoin operators

Don't miss a new reactor-core release

NewReleases is sending notifications on new releases.