Reactor-Core 3.4.11 is part of 2020.0.12 Release Train (Europium SR12).
This service release contains bugfixes and one enhancement.
All changes from 3.3.21.RELEASE are also included and these are listed below with an additional level of indentation.
⚠️ Update considerations and deprecations
- Backtrace format has changed for cases where exception traverses multiple chains (#2780)
✨ New features and improvements
- Prevent unnecessary duplicated lines in backtraces (#2780)
🐞 Bug fixes
- SwitchOnFirst better tracks in/out premature close(#2794)
- ConcatArray: avoid next subscription if cancelled (#2791)
- from 3.3.x:
- Mono.create sink now discards if emitting after cancel (#2771)
📖 Documentation, Tests and Build
- Tune test performanceOfContinuouslyCancellingGroup by @simonbasle in #2777
- Polish parameterized tests for better display names (#2773)
- Document possible alternative to replay ManySink
limit(0)(#2787) - Polish Mono cache operators documentation (#2790)
- Fix Mono.flatMapIterable javadoc: no prefetch parameter (#2799)
- Use Named.of to describe parameterized tests input (#2801)
- from 3.3.x: