Skip to content

deps(dotnet): Bump Polly.Extensions from 8.6.5 to 8.6.6#58

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Polly.Extensions-8.6.6
Open

deps(dotnet): Bump Polly.Extensions from 8.6.5 to 8.6.6#58
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Polly.Extensions-8.6.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2026

Updated Polly.Extensions from 8.6.5 to 8.6.6.

Release notes

Sourced from Polly.Extensions's releases.

8.6.6

Highlights

What's Changed

New Contributors

Full Changelog: App-vNext/Polly@8.6.5...8.6.6

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Polly.Extensions
  dependency-version: 8.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file nuget NuGet package updates labels Apr 12, 2026
@dependabot dependabot bot requested a review from karlspace as a code owner April 12, 2026 06:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file nuget NuGet package updates labels Apr 12, 2026
@github-actions
Copy link
Copy Markdown

AI Analysis

Technical Summary:

This pull request updates the Polly.Extensions dependency from version 8.6.5 to 8.6.6. Polly is a .NET resilience and transient-fault-handling library. This update primarily includes bug fixes, test improvements, and preparatory work for upcoming .NET SDK versions.

Key Technical Points:

  • Bug Fix:
    Resolves a potential deadlock issue in ScheduledTaskExecutor when TrySetResult executes continuations inline. This fix enhances reliability and thread-safety of scheduled asynchronous tasks within Polly’s execution pipeline.

  • Testing Improvements:
    Additional specification tests for jitter behavior were introduced, and property-based tests were refactored, which improves code quality and test coverage.

  • Platform Updates:
    Preparations for .NET 10 and .NET 11 SDKs have been integrated, ensuring future compatibility and smoother upgrades as the .NET platform evolves.

  • **Build and CI Enhancements


This summary was automatically generated by AI to help with triage and may not be 100% accurate.

Suggested Labels: bug test

@github-actions github-actions bot added the bug Something isn't working label Apr 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working dependencies Pull requests that update a dependency file nuget NuGet package updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants