What's Changed
⚠️ Update considerations and deprecations
✨ New features and improvements
- adds cancellation of the source future support by @OlegDokuka in #3146
- Add disposeGracefully method to Scheduler by @chemicL in #3089
- Add onErrorComplete operator and rework onErrorReturn by @simonbasle in #3159
- Use byte padding to avoid fields re-ordering on JDK 15 and above by @lantalex in #3168
🐞 Bug fixes
- ensures onLastAssembly does not break fusion chain by @OlegDokuka in #3156
- Improve Loggers.useConsoleLoggers() thread safety by @alexismanin in #3174
📖 Documentation, Tests and Build
🆙 Dependency Upgrades
- Update dependencies junit, mockito, spotless, download... by @simonbasle in #3169
- Update byte-buddy to v1.12.14 by @renovate-bot in #3134
- switches to all the Micrometer SNAPSHOTs by @simonbasle in #3179
- updates Micrometer dependency to latest milestone releases by @violetagg in #3190
New Contributors
- @lantalex made their first contribution in #3168
- @alexismanin made their first contribution in #3174
Full Changelog: v3.5.0-M5...v3.5.0-M6