Skip to content

v3.4.19

Compare
Choose a tag to compare
@chemicL chemicL released this 14 Jun 14:42
· 229 commits to 3.4.x since this release

Reactor-Core 3.4.19 is part of 2020.0.20 Release Train (Europium SR20).

What's Changed

✨ New features and improvements

  • Add key hook parts to Schedulers.onHandleError by @simonbasle in #3039
  • [reactor-test] Add StepVerifier option to use ConditionalSubscriber by @simonbasle in #3035
  • Introduce an alternative to Processor-with-upstream case by @simonbasle in #3042
  • Rework Processor-with-upstream case to be backward compatible by @simonbasle in #3065
  • Implement variant of windowTimeout with fairBackpressure by @OlegDokuka in #3054
    • This is activated by the fairBackpressure boolean parameter.

🐞 Bug fixes

📖 Documentation, Tests and Build

  • Introducing JCStress tests for concurrent queues by @chemicL in #3069

🆙 Dependency Upgrades

New Contributors