-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Update Polly dependency to latest release? #31705
Copy link
Copy link
Closed
Labels
area-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesgood first issueGood for newcomers.Good for newcomers.help wantedUp for grabs. We would accept a PR to help resolve this issueUp for grabs. We would accept a PR to help resolve this issue
Milestone
Metadata
Metadata
Assignees
Labels
area-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesgood first issueGood for newcomers.Good for newcomers.help wantedUp for grabs. We would accept a PR to help resolve this issueUp for grabs. We would accept a PR to help resolve this issue
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
ASP.NET Core currently depends on Polly 7.1.0, which was released in March 2019.
aspnetcore/eng/Versions.props
Line 249 in 1870441
Since then there have been a number of minor releases, the most recent being yesterday to 7.2.2, to fix a number of bugs and minor improvements (CHANGELOG).
Describe the solution you'd like
Update the Polly dependency to the latest release, 7.2.2.
Updating to at least 7.2.0 would also make the new
IConcurrentPolicyRegistryinterface available, which could then be registered by default in the Polly extensions for HttpClientFactory: #28283 (comment).Assuming there isn't a specific reason to pin the dependency at 7.1.0, I'd be happy to raise a PR to update the minimum version for ASP.NET Core 6.0.