Skip to content

Commit 369022c

Browse files
committed
[release] bump lib-retry@2.0.0
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent 7abfdd1 commit 369022c

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

lib-retry/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
2.0.0

lib-retry/changelog.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# lib-retry changelog
2+
3+
2.0.0 - 21 Aug 2025
4+
- Add comprehensive Javadocs and tests for Retryable class [1decb5b]
5+
- Add Javadocs for getDelayAsDuration(), getMaxDelayAsDuration(), and applyAsync() methods [1decb5b]
6+
- Add complete Javadocs for Event class and all its methods [1decb5b]
7+
- Add tests for async retry functionality with executor [1decb5b]
8+
- Add tests for duration conversion methods and Event class [1decb5b]
9+
- Refactor lib-retry to pure Java, removing Groovy dependencies [03a9bba]
10+
11+
1.2.0 - 10 Aug 2025
12+
- Make Retryable.Config interface static to enable external implementation [61fe705]
13+
- Enable seamless integration with lib-httpx module through HxConfig [61fe705]
14+
- Add Gradle dependency snippets to README file [a1dc392]
15+
16+
1.1.0 - 26 Jul 2025
17+
- Add comprehensive Javadocs to Retryable interface [9606cc1]
18+
- Fix async retry mechanism and improve API [c9c1222]
19+
- Make retry condition configurable for flexible error handling [6905062]
20+
21+
1.0.0
22+
- Initial release of lib-retry module with Retryable interface [2491ba4]
23+
- Implement retry mechanisms with exponential backoff and configurable jitter [a939e42]
24+
- Add Event class for retry event handling and monitoring [a939e42]
25+
- Provide both synchronous and asynchronous retry execution [a939e42]
26+
- Support configurable retry conditions and result handling [a939e42]

0 commit comments

Comments
 (0)