aspire
aspire copied to clipboard
Bump Polly.Extensions from 8.3.1 to 8.4.0
Bumps Polly.Extensions from 8.3.1 to 8.4.0.
Release notes
Sourced from Polly.Extensions's releases.
8.4.0
What's Changed
- Remove async void usage by
@martincostelloin App-vNext/Polly#2013- [Docs] Add cheat sheet for outcome chaos strategy by
@peter-csalain App-vNext/Polly#1984- Fix SA1515/SA1612/S2681 by
@baranyaimatein App-vNext/Polly#2018- Fix S3800/CA1821/S2955 by
@baranyaimatein App-vNext/Polly#2020- Document outcome strategy anti-patterns by
@vany0114in App-vNext/Polly#1994- [Docs] Add cheat sheet for latency chaos by
@peter-csalain App-vNext/Polly#2030- [Docs] Add cheat sheet for behavior chaos by
@peter-csalain App-vNext/Polly#2031- Remove DiagnosticSource reference from Extensions for NET 6.0 and later by
@lahmain App-vNext/Polly#2033- Bump actionlint to 1.6.27 by
@martincostelloin App-vNext/Polly#2040- Split docs build and publish by
@martincostelloin App-vNext/Polly#2054- Port fixes from .NET 9 testing by
@martincostelloin App-vNext/Polly#2056- Add sponsorship to README by
@martincostelloin App-vNext/Polly#2059- Add F# and VB.NET samples by
@martincostelloin App-vNext/Polly#2046- Fix ToC by
@martincostelloin App-vNext/Polly#2063- Allow adding a resilience strategy without explicit options by
@martintmkin App-vNext/Polly#2068- [Docs] Unify strategy descriptions and add Telemetry sections by
@peter-csalain App-vNext/Polly#2060- Add unit to execution time in telemetry events by
@peter-csalain App-vNext/Polly#2069- Release automation by
@martincostelloin App-vNext/Polly#2062- [Docs] Add telemetry section to chaos strategies documentation pages by
@peter-csalain App-vNext/Polly#2071- Fix CI for macOS 14 by
@martincostelloin App-vNext/Polly#2079- Fix SA1618 by documenting typeparams by
@iamdmitrijin App-vNext/Polly#2078- Add package tools to manifest by
@martincostelloin App-vNext/Polly#2084- Fix IDE0011 warning by
@iamdmitrijin App-vNext/Polly#2085- Fix S3253/S6605/SA1625/S103 warnings by
@iamdmitrijin App-vNext/Polly#2086- Add CI timeouts by
@martincostelloin App-vNext/Polly#2088- Fix CA1000/S4023/S3442/S107/SA1402/SA1649 warnings by
@iamdmitrijin App-vNext/Polly#2089- Fix SA1615/SA1623 warnings by
@iamdmitrijin App-vNext/Polly#2091- Allow changing the severity of resilience events by
@martintmkin App-vNext/Polly#2072- Fix typos by
@martincostelloin App-vNext/Polly#2099- [Bug] Fix chaos outcome exception handling by
@peter-csalain App-vNext/Polly#2101- Nullability fixes for chaos outcome strategy by
@martintmkin App-vNext/Polly#1982New Contributors
@lahmamade their first contribution in App-vNext/Polly#2033@iamdmitrijmade their first contribution in App-vNext/Polly#2078Full Changelog: https://github.com/App-vNext/Polly/compare/8.3.1...8.4.0
Changelog
Sourced from Polly.Extensions's changelog.
8.4.0
- Remove async void usage by
@martincostelloin App-vNext/Polly#2013- [Docs] Add cheat sheet for outcome chaos strategy by
@peter-csalain App-vNext/Polly#1984- Fix SA1515/SA1612/S2681 by
@baranyaimatein App-vNext/Polly#2018- Fix S3800/CA1821/S2955 by
@baranyaimatein App-vNext/Polly#2020- Document outcome strategy anti-patterns by
@vany0114in App-vNext/Polly#1994- [Docs] Add cheat sheet for latency chaos by
@peter-csalain App-vNext/Polly#2030- [Docs] Add cheat sheet for behavior chaos by
@peter-csalain App-vNext/Polly#2031- Remove DiagnosticSource reference from Extensions for NET 6.0 and later by
@lahmain App-vNext/Polly#2033- Bump actionlint to 1.6.27 by
@martincostelloin App-vNext/Polly#2040- Split docs build and publish by
@martincostelloin App-vNext/Polly#2054- Port fixes from .NET 9 testing by
@martincostelloin App-vNext/Polly#2056- Add sponsorship to README by
@martincostelloin App-vNext/Polly#2059- Add F# and VB.NET samples by
@martincostelloin App-vNext/Polly#2046- Fix ToC by
@martincostelloin App-vNext/Polly#2063- Allow adding a resilience strategy without explicit options by
@martintmkin App-vNext/Polly#2068- [Docs] Unify strategy descriptions and add Telemetry sections by
@peter-csalain App-vNext/Polly#2060- Add unit to execution time in telemetry events by
@peter-csalain App-vNext/Polly#2069- Release automation by
@martincostelloin App-vNext/Polly#2062- [Docs] Add telemetry section to chaos strategies documentation pages by
@peter-csalain App-vNext/Polly#2071- Fix CI for macOS 14 by
@martincostelloin App-vNext/Polly#2079- Fix SA1618 by documenting typeparams by
@iamdmitrijin App-vNext/Polly#2078- Add package tools to manifest by
@martincostelloin App-vNext/Polly#2084- Fix IDE0011 warning by
@iamdmitrijin App-vNext/Polly#2085- Fix S3253/S6605/SA1625/S103 warnings by
@iamdmitrijin App-vNext/Polly#2086- Add CI timeouts by
@martincostelloin App-vNext/Polly#2088- Fix CA1000/S4023/S3442/S107/SA1402/SA1649 warnings by
@iamdmitrijin App-vNext/Polly#2089- Fix SA1615/SA1623 warnings by
@iamdmitrijin App-vNext/Polly#2091- Allow changing the severity of resilience events by
@martintmkin App-vNext/Polly#2072- Fix typos by
@martincostelloin App-vNext/Polly#2099- [Bug] Fix chaos outcome exception handling by
@peter-csalain App-vNext/Polly#2101- Nullability fixes for chaos outcome strategy by
@martintmkin App-vNext/Polly#1982
Commits
11f84b2Rebase and cleanup the PR41d27ff[Bug] Fix chaos outcome exception handling (#2101)98e9a44Bump actions/checkout from 4.1.4 to 4.1.5 (#2103)4aaf995Bump github/codeql-action from 3.25.3 to 3.25.4 (#2102)66e97a0Fix typos0f66d3eAllow changing the severity of resilience events (#2072)f85029cBump martincostello/update-dotnet-sdk from 3.2.0 to 3.2.1 (#2092)51cf1b1Bump actions/dependency-review-action from 4.2.5 to 4.3.2 (#2095)e074937Bump codecov/codecov-action from 4.3.0 to 4.3.1 (#2094)3a20dacBump github/codeql-action from 3.25.2 to 3.25.3 (#2093)- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)