File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1- 1.2 .0
1+ 2.0 .0
Original file line number Diff line number Diff line change 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]
You can’t perform that action at this time.
0 commit comments