Reactor-Core 3.2.8.RELEASE is part of Californium-SR6 Release Train.
It is an immediate fixup release, fixing a regression introduced in 3.2.7.RELEASE (3d2d1c4).
The rest of this release note reflects the content of 3.2.7.RELEASE, that is to say the delta with 3.2.6.RELEASE
🪲 Bug fixes
- Invoke Sink
onCancelhandler on eager cancellation ofFlux.createandMono.create(#1622, 3d2d1c4) - Call MonoSink.onRequest with eager demand (#1560)
- Avoid self-suppression in onErrorContinue underlying handlers (#1535)
- Have collectList detect and report RS protocol errors (#1523)
- Fixed a race in
FluxBufferTimeouton flush (#1534) - Eagerly invoke Mono#doOnEach handler(complete) during onNext (#1547, 7069971)
📖 Documentation, Tests and Build
- Document that
onErrorContinueneeds idempotent predicate, mention throwing (c15ff91)