Skip to content

Releases: spring-projects/spring-retry

v2.0.0-M1

15 Sep 16:02
Compare
Choose a tag to compare
v2.0.0-M1 Pre-release
Pre-release

⭐ New Features

  • Replace EasyMock with Mockito #287
  • @Retryable - Support Rethrow Instead of ExhaustedRetryException #264
  • Update source/target to 1.8+ #236

🐞 Bug Fixes

  • Pass evaluationContext when parsing expressions for CircuitBreaker properties #293

📔 Documentation

  • Fix javadoc #302
  • readMe.md introduces the use of retry has problem, one bean has stated several times #285

🔨 Dependency Upgrades

  • Upgrade to Spring Framework 6.0.0-M6 #310

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.3.3

15 Apr 06:12
Compare
Choose a tag to compare

⭐ New Features

  • Expose BackOffPolicy creation logic through a BackOffPolicyBuilder #276
  • Allow primitive type for @Recover method parameter #247
  • Calling getMaxAttempts instead of maxAttempts #109

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.3.2

03 Mar 10:09
Compare
Choose a tag to compare

⭐ New Features

  • Add randomExpression to backoff annotation #266
  • Annotation Expression Improvements #260
  • Nice to have: notRetryOn() and retryOn() in RetryTemplateBuilder #254
  • Add generic check for function return type for recover method #216

🐞 Bug Fixes

  • RetryConfiguration is not eligible for getting processed by all BeanPostProcessors... #256

❤️ Contributors

We'd like to thank all the contributors who worked on this release!