Skip to content

v2.0.9

Latest
Compare
Choose a tag to compare
@spring-builds spring-builds released this 13 Sep 20:14
· 3 commits to main since this release

⭐ New Features

  • Populate MethodInvocation to RetryPolicy (via RetryContext) #229
  • Can't chose correct @Recover method #188

🐞 Bug Fixes

  • Support concurrent behavior on MetricsRetryListener #467
  • UniformRandomBackOffPolicy is throwing IllegalArgumentException on calling backOff when maxBackOffPeriod is less than minBackOffPeriod. #464