Sourced from org.kiwiproject:retrying-again's releases.
v2.1.0
Summary
- 2024-06-16T13:04:33.062635 - 8 commit(s) by Scott Leberknight, dependabot[bot]
Improvements 🚀
- Add method to RetryException to get a typed last Attempt [(#224)](kiwiproject/retrying-again#224)
- Ensure exception Attempt has non-null Exception [(#221)](kiwiproject/retrying-again#221)
Documentation 📝
- Document the reason RetryerException#getLastFailedAttempt returns Attempt [(#222)](kiwiproject/retrying-again#222)
Assorted 👜
- "Fix" the TODOs in RetryerBuilderTest [(#223)](kiwiproject/retrying-again#223)
Dependency Updates ⬆️
- Bump org.kiwiproject:kiwi-parent from 3.0.14 to 3.0.15 [(#227)](kiwiproject/retrying-again#227)
- Bump org.kiwiproject:kiwi-bom from 2.0.11 to 2.0.12 [(#226)](kiwiproject/retrying-again#226)
03e2224
[maven-release-plugin] prepare release v2.1.0ba9bc7f
Bump org.kiwiproject:kiwi-parent from 3.0.14 to 3.0.15 (#227)38bc0a1
Bump org.kiwiproject:kiwi-bom from 2.0.11 to 2.0.12 (#226)7f89ffe
Add method to RetryException to get a typed last Attempt (#225)cd55261
"Fix" the TODOs in RetryerBuilderTest (#223)0587464
Document the reason RetryerException#getLastFailedAttempt returns
Attempt<?> ...7585b5c
Ensure exception Attempt has non-null Exception (#221)f359f85
[maven-release-plugin] prepare for next development iteration