We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add notices for Polly v8 - Add notices to every page linking to Polly v8 documentation. - Fix various Markdown lint warnings. - Update README links to point to the v7.2.4 tag.
Add code highlight for the code samples
Spelling and grammar corrections
fix minor typo
Made Microsoft.Extensions.Http.Polly clearer
Added note about dynamic circuit-breakers
Clarify Polly + HttpClientFactory
Clarification of the two cases the new technique suits
Improve heading
Generalise the ILogger and HttpClientFactory examples just added
Add section on using ILoggerT with HttpClientFactory when the policy is stored in PolicyRegistry
Clarify retrieving an ILogger by DI
Use collection initialisation syntax in PolicyRegistry and HttpClientFactory example
Wording and layout improvements
Rearrange Polly w HttpClientFactory
Remove item from forward roadmap
Clarify use optimistic timeout with HttpClient
Link issue about ILogger, Azure Functions and IHttpClientFactory
Added link to HttpClientFactory dynamic overloads with PolicyRegistry
Add note about Polly v7
Reinstate comment about ILogger<T>
(remove incorrect comment about typed clients)
Clarify context variable in examples
Typo
Use policySelector functions always as a selector, not a factory
Refine explanation about reusing `HttpRequestMessage`
Clarification on cache policy usage with HttpClientFactory
Polly and HttpClientFactory - minor clarification Minor clarification - when `HttpRequestMessage` cannot be re-used