Skip to content

v3.4.24

Compare
Choose a tag to compare
@chemicL chemicL released this 11 Oct 17:50
· 158 commits to 3.4.x since this release
925351c

What's Changed

✨ New features and improvements

  • Replay terminal signals to late subscribers in Flux.replay(int) and Flux.cache(int) by @chemicL in #3200
  • Ensure StepVerifier evaluates signal that exits thenConsumeWhile by @simonbasle in #3203
  • Fix cancel behavior of FluxTakeUntilOther by @haraldpusch in #3219
  • Make use of CompletionStage#handle instead of whenComplete by @He-Pin in #3221

🐞 Bug fixes

  • Dispose picked worker when BoundedElasticScheduler rejects task by @Fearsin in #3183
  • Allow blocking calls in WorkerTask#dispose by @nathankooij in #3213

📖 Documentation, Tests and Build

  • Improve JapiCmp: avoid misses, improve reporting and exclusions by @simonbasle in #3198
  • Document not to reuse/cache EmitFailureHandle#busyLooping by @He-Pin in #3224

🆙 Dependency Upgrades

  • Update dependencies junit, mockito, bytebuddy, jcstress, spotless... by @chemicL in #3218

New Contributors

Full Changelog: v3.4.23...v3.4.24