You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
19
## 0.5.0
2
20
3
21
- Introduced the `RetryPolicyOptions.ProcessRetryAfterHeader` property, which allows handling of the `Retry-After` header.
0 commit comments