Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README to clarify repository main goal #24

Closed
Ceridan opened this issue Apr 10, 2020 · 2 comments
Closed

Update README to clarify repository main goal #24

Ceridan opened this issue Apr 10, 2020 · 2 comments
Labels
documentation Update documentation/wiki
Milestone

Comments

@Ceridan
Copy link
Contributor

Ceridan commented Apr 10, 2020

Update README to more precisely describe the problem which is solved by this library. The essential part of this repo is not only provide wraps of Polly policies, but also create proper order in which policies should applied to provide correct request/response flow. Otherwise you may get unexpected behavior of you http client.

@Ceridan Ceridan added the documentation Update documentation/wiki label Apr 10, 2020
@Ceridan
Copy link
Contributor Author

Ceridan commented May 3, 2020

Also should add link to the NuGet repo in the README header

@Ceridan Ceridan added this to the v2.0.0 milestone Oct 17, 2020
@Ceridan
Copy link
Contributor Author

Ceridan commented Dec 5, 2020

Will be released in version v2.0.0.

See milestone v2.0.0

@Ceridan Ceridan closed this as completed Dec 5, 2020
@Ceridan Ceridan mentioned this issue Dec 5, 2020
Ceridan added a commit that referenced this issue Dec 5, 2020
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Update documentation/wiki
Projects
None yet
Development

No branches or pull requests

1 participant