Skip to content

Commit 8d7b49d

Browse files
committed
Updated changelog for release
1 parent 201062d commit 8d7b49d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
# (next release)
1+
# 2.4.2
22

33
### Improvements
44

55
- Added `RetryPolicy.onRetryScheduled` event handler.
66
- Added `ExecutionEvent.getExecutionCount()` and `ExecutionContext.getExecutionCount()`, which distinguishes between attempts which may have been rejected and completed executions.
7+
- Added `Failsafe.none` to create a no-op `FailsafeExecutor`.
78
- Improved support for outer Timeouts with retries.
89
- Fixed #221 - Added support for `FailsafeExecutor.with(Executor)`.
910
- Fixed #277 - Changed `Timeout` to use Failsafe's internal scheduler, so that user provided `ExecutorService` shutdowns do not interfere with timeouts.

0 commit comments

Comments
 (0)