Skip to content

Commit 9772e97

Browse files
committed
Update CHANGELOG.md.
1 parent a8dd367 commit 9772e97

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.8.0
2+
3+
- Add `AddInfiniteRetryHandler` extension overloads to the pipeline builder that accept `Action<RetryPolicyOptions>` and `RetryPolicyOptions`.
4+
- Change the `PolicyOptions.ConfigureErrorProcessing` type from `Action<IBulkErrorProcessor>` to `Action<BulkErrorProcessor>` to allow broader configuration.
5+
- Refactor `IHttpPolicyResultHandler.AttachTo` to use the base `Policy` class instead of `RetryPolicy`, and call `AddHandlerForPolicyResult` in implementations.
6+
- Refactor internal `HttpPolicyResultHandlers.AttachTo` method to use the base `Policy` class instead of `RetryPolicy`.
7+
- Update lib and tests to PoliNorError 2.24.12.
8+
- Update Microsoft nuget packages.
9+
- Update NUnit NuGet package to v4.4.0.
10+
- Add test to verify `InfiniteRetryHandler` is canceled when cancellation occurs in `ErrorProcessor`.
11+
- Target the Samples project to .NET 8.0.
12+
- Remove redundant NuGet packages in Fallback.csproj and Retries.csproj of Samples project.
13+
- Upgrade Samples to PoliNorError v2.24.12 and PoliNorError.Extensions.Http 0.5.0.
14+
- Update the '`HttpPolicyResultException` properties' section in the README.
15+
- Update the 'Key Concepts' section in the README.
16+
- Update NuGet.md.
17+
18+
119
## 0.5.0
220

321
- Introduced the `RetryPolicyOptions.ProcessRetryAfterHeader` property, which allows handling of the `Retry-After` header.

0 commit comments

Comments
 (0)