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
If server response with transient error code we also should check Retry-After HTTP header. If it exists it allows us to adjust retry policy and avoid server overwhelming with requests.
Milestone v2.0.0
Milestone include major changes including breaking changes.
Full list of changes:
- Fix namespace clash between Dodo.HttpClient and System.Net.Http.HttpClient (#32)
- Add OverallTimeoutPolicy (#13)
- AddDefaultPolicies is renamed to AddResiliencePolicies (#45)
- CircuitBreaker is host specific by default. Host agnostic version is removed (#44)
- HttpClientSettings is replaced with ResiliencePoliciesSettings (#38)
- Add support of Retry-After http header (#40)
- Refactor API for end-users (#51)
- Re-write README (#24)
- Add .NET 5 support (#53)
- Fix flaky test (#52)
If server response with transient error code we also should check
Retry-After
HTTP header. If it exists it allows us to adjust retry policy and avoid server overwhelming with requests.See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Retry-After
The text was updated successfully, but these errors were encountered: