1.57.0 (2025-10-06)
Features Added
- Adds
RetryStrategy.calculateRetryDelay(RequestRetryCondition)
to allow for richer inspection of the reason the
request failed and is being retried when calculating the delay. (#46384)
Bugs Fixed
- Fixed a bug where
SharedExecutorService
didn't allow core threads to time out, even when a time out was set.
Other Changes
Dependency Updates
- Upgraded Reactor from
3.7.9
to3.7.11
. (#46894)