Skip to content

Update Polly dependency to latest release? #31705

Closed
@martincostello

Description

@martincostello

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.

<PollyVersion>7.1.0</PollyVersion>

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 IConcurrentPolicyRegistry interface 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesgood first issueGood for newcomers.help wantedUp for grabs. We would accept a PR to help resolve this issue

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions