Reactor Addons v3.2.0.M1
Pre-release
Pre-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 anint
, despite thecore
equivalent being along
. It is now along
too.Retry
now also defaults to unlimited retries, just like in core. (#149, c806786)
🪲 Bug fixes
- Retry Kotlin extension on
Mono
now correctly returnsMono<T>
(#152) - Repeat/Retry
timeout
doesn't change the max attempt configuration (#150)