Skip to content

Commit

Permalink
Update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
kolan72 committed Jan 21, 2024
1 parent 74897d4 commit a47a1cf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 2.15.0

- Introduce `SetPolicyResultFailedIf(<T>)` methods for the `PolicyCollection` and the `PolicyDelegateCollection(<T>)` classes.
- Introduce `IncludeInnerError<TInnerException>` and `ExcludeInnerError<TInnerException>` methods for policy processors and library policies(`RetryPolicy`, `SimplePolicy` and `FallbackPolicy`).
- Cross-synchronisation support for invoking a non-generic fallback delegate when a generic one is not set.
- Reduce allocations by using only a single instance of the `RetryErrorContext` class in Retry processing.
- Add `Apply<T>` extension method to `Action<T>` delegate.
- Correct the doc comments for the `SetPolicyResultFailedIfInner` methods of the library policies.
- Update 'PolicyResult handlers' README Chapter.


## 2.14.0

- Introduce `WithInnerErrorProcessorOf<TException>` overloaded methods for policy processor interfaces, `BulkErrorProcessor`, library policies(`RetryPolicy`, `SimplePolicy` and `FallbackPolicy`), `PolicyDelegateCollection(<T>)` and `PolicyCollection`.
Expand Down

0 comments on commit a47a1cf

Please sign in to comment.