v3.4.23
What's Changed
✨ New features and improvements
- adds cancellation of the source future support by @OlegDokuka in #3146
- Add
disposeGracefullymethod toSchedulerby @chemicL in #3089 - Add
onErrorCompleteoperator and reworkonErrorReturnby @simonbasle in #3159 - Use byte padding to avoid fields re-ordering on JDK 15 and above by @lantalex in #3168
🐞 Bug fixes
- ensures
onLastAssemblydoes not break fusion chain by @OlegDokuka in #3156 - Improve
Loggers.useConsoleLoggers()thread safety by @alexismanin in #3174
🆙 Dependency Upgrades
- Update dependencies junit, mockito, spotless, download... by @simonbasle in #3169
- Update byte-buddy to v1.12.1 in #3134
New Contributors
- @lantalex made their first contribution in #3168
- @alexismanin made their first contribution in #3174
Full Changelog: v3.4.22...v3.4.23