Skip to content

Reactor Addons v3.2.0.M1

Pre-release
Pre-release
Compare
Choose a tag to compare
@simonbasle simonbasle released this 14 Aug 13:25
· 441 commits to main since this release

This is the 1st milestone of Reactor Addons 3.2.0, part of Californium-M1 Release Train.

⚠️ Update considerations and deprecations

  • Retry/Repeat maxIteration parameter used to be an int, despite the core equivalent being a long. It is now a long too. Retry now also defaults to unlimited retries, just like in core. (#149, c806786)

🪲 Bug fixes

  • Retry Kotlin extension on Mono now correctly returns Mono<T> (#152)
  • Repeat/Retry timeout doesn't change the max attempt configuration (#150)

👍 Thanks to the following contributors that also participated to this release

@bjartek