Skip to content

Commit 167e5d4

Browse files
committed
Changelog updates for next release
1 parent f329df3 commit 167e5d4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# (next release)
2+
3+
### Improvements
4+
5+
- Added `RetryPolicy.onRetryScheduled` event handler.
6+
- Added `ExecutionEvent.getExecutionCount()` and `ExecutionContext.getExecutionCount()`, which distinguishes between attempts which may have been rejected and completed executions.
7+
- Improved support for outer Timeouts with retries.
8+
- Fixed #277 - Changed `Timeout` to use Failsafe's internal scheduler, so that user provided `ExecutorService` shutdowns do not interfere with timeouts.
9+
- Fixed #266 - Propagate `Future` cancellation to supplied `CompletionStage` when using `getStageAsync`.
10+
11+
### Bug Fixes
12+
13+
- Fixed #267 - Allow null fallback values to be passed through when using nested fallbacks.
14+
115
# 2.4.1
216

317
### Improvements

0 commit comments

Comments
 (0)