Skip to content

Commit

Permalink
chore(deps): bump Polly from 8.3.0 to 8.3.1 (#136)
Browse files Browse the repository at this point in the history
Bumps [Polly](https://github.com/App-vNext/Polly) from 8.3.0 to 8.3.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/App-vNext/Polly/releases">Polly's
releases</a>.</em></p>
<blockquote>
<h2>8.3.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Add example for chaos engineering by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1956">App-vNext/Polly#1956</a></li>
<li>Fix CA1806 by <a
href="https://github.com/gintsk"><code>@​gintsk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1963">App-vNext/Polly#1963</a></li>
<li>Fix SA1129 by <a
href="https://github.com/gintsk"><code>@​gintsk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1964">App-vNext/Polly#1964</a></li>
<li>Fix S3717 by <a
href="https://github.com/gintsk"><code>@​gintsk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1965">App-vNext/Polly#1965</a></li>
<li>Add link to chaos engineering blog post by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1966">App-vNext/Polly#1966</a></li>
<li>Fix SA1501/IDE0055 by <a
href="https://github.com/baranyaimate"><code>@​baranyaimate</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1957">App-vNext/Polly#1957</a></li>
<li>[Docs] Add cheat sheet for fault chaos by <a
href="https://github.com/peter-csala"><code>@​peter-csala</code></a> in
<a
href="https://redirect.github.com/App-vNext/Polly/pull/1972">App-vNext/Polly#1972</a></li>
<li>Improve unit test coverage in <code>Polly.Specs</code> by <a
href="https://github.com/gintsk"><code>@​gintsk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1974">App-vNext/Polly#1974</a></li>
<li>[Docs] Fix antipattern sample code by <a
href="https://github.com/peter-csala"><code>@​peter-csala</code></a> in
<a
href="https://redirect.github.com/App-vNext/Polly/pull/1976">App-vNext/Polly#1976</a></li>
<li>[Docs] Improve diagrams for hedging cancellation by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1975">App-vNext/Polly#1975</a></li>
<li>Add short description to each package by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1977">App-vNext/Polly#1977</a></li>
<li>Update NuGet tools by <a
href="https://github.com/martincostello"><code>@​martincostello</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1992">App-vNext/Polly#1992</a></li>
<li>Move simmy from unshipped to shipped by <a
href="https://github.com/peter-csala"><code>@​peter-csala</code></a> in
<a
href="https://redirect.github.com/App-vNext/Polly/pull/1993">App-vNext/Polly#1993</a></li>
<li>Fix issue <a
href="https://redirect.github.com/App-vNext/Polly/issues/1979">#1979</a>:
an unhandled exception in half open state must transition to closed and
not prevent leaving half open state forever by <a
href="https://github.com/DominicUllmann"><code>@​DominicUllmann</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1991">App-vNext/Polly#1991</a></li>
<li>Update samples to .NET 8 by <a
href="https://github.com/martincostello"><code>@​martincostello</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/2004">App-vNext/Polly#2004</a></li>
<li>[Docs] Fix calculation of exponential delay in flow chart by <a
href="https://github.com/janher"><code>@​janher</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/2005">App-vNext/Polly#2005</a></li>
<li>Use collection expressions in Cake script by <a
href="https://github.com/martincostello"><code>@​martincostello</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/2006">App-vNext/Polly#2006</a></li>
<li>Xml comments cleanup and improvement by <a
href="https://github.com/gintsk"><code>@​gintsk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/2007">App-vNext/Polly#2007</a></li>
<li>Xml documentation cleanup by <a
href="https://github.com/gintsk"><code>@​gintsk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/2008">App-vNext/Polly#2008</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/DominicUllmann"><code>@​DominicUllmann</code></a>
made their first contribution in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1991">App-vNext/Polly#1991</a></li>
<li><a href="https://github.com/janher"><code>@​janher</code></a> made
their first contribution in <a
href="https://redirect.github.com/App-vNext/Polly/pull/2005">App-vNext/Polly#2005</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/App-vNext/Polly/compare/8.3.0...8.3.1">https://github.com/App-vNext/Polly/compare/8.3.0...8.3.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/App-vNext/Polly/blob/main/CHANGELOG.md">Polly's
changelog</a>.</em></p>
<blockquote>
<h2>8.3.1</h2>
<ul>
<li>Add example for chaos engineering by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1956">App-vNext/Polly#1956</a></li>
<li>Fix CA1806 by <a
href="https://github.com/gintsk"><code>@​gintsk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1963">App-vNext/Polly#1963</a></li>
<li>Fix SA1129 by <a
href="https://github.com/gintsk"><code>@​gintsk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1964">App-vNext/Polly#1964</a></li>
<li>Fix S3717 by <a
href="https://github.com/gintsk"><code>@​gintsk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1965">App-vNext/Polly#1965</a></li>
<li>Add link to chaos engineering blog post by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1966">App-vNext/Polly#1966</a></li>
<li>Fix SA1501/IDE0055 by <a
href="https://github.com/baranyaimate"><code>@​baranyaimate</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1957">App-vNext/Polly#1957</a></li>
<li>[Docs] Add cheat sheet for fault chaos by <a
href="https://github.com/peter-csala"><code>@​peter-csala</code></a> in
<a
href="https://redirect.github.com/App-vNext/Polly/pull/1972">App-vNext/Polly#1972</a></li>
<li>Improve unit test coverage in <code>Polly.Specs</code> by <a
href="https://github.com/gintsk"><code>@​gintsk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1974">App-vNext/Polly#1974</a></li>
<li>[Docs] Fix antipattern sample code by <a
href="https://github.com/peter-csala"><code>@​peter-csala</code></a> in
<a
href="https://redirect.github.com/App-vNext/Polly/pull/1976">App-vNext/Polly#1976</a></li>
<li>[Docs] Improve diagrams for hedging cancellation by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1975">App-vNext/Polly#1975</a></li>
<li>Add short description to each package by <a
href="https://github.com/martintmk"><code>@​martintmk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1977">App-vNext/Polly#1977</a></li>
<li>Update NuGet tools by <a
href="https://github.com/martincostello"><code>@​martincostello</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1992">App-vNext/Polly#1992</a></li>
<li>Move simmy from unshipped to shipped by <a
href="https://github.com/peter-csala"><code>@​peter-csala</code></a> in
<a
href="https://redirect.github.com/App-vNext/Polly/pull/1993">App-vNext/Polly#1993</a></li>
<li>Fix issue <a
href="https://redirect.github.com/App-vNext/Polly/issues/1979">#1979</a>:
an unhandled exception in half open state must transition to closed and
not prevent leaving half open state forever by <a
href="https://github.com/DominicUllmann"><code>@​DominicUllmann</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/1991">App-vNext/Polly#1991</a></li>
<li>Update samples to .NET 8 by <a
href="https://github.com/martincostello"><code>@​martincostello</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/2004">App-vNext/Polly#2004</a></li>
<li>[Docs] Fix calculation of exponential delay in flow chart by <a
href="https://github.com/janher"><code>@​janher</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/2005">App-vNext/Polly#2005</a></li>
<li>Use collection expressions in Cake script by <a
href="https://github.com/martincostello"><code>@​martincostello</code></a>
in <a
href="https://redirect.github.com/App-vNext/Polly/pull/2006">App-vNext/Polly#2006</a></li>
<li>Xml comments cleanup and improvement by <a
href="https://github.com/gintsk"><code>@​gintsk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/2007">App-vNext/Polly#2007</a></li>
<li>Xml documentation cleanup by <a
href="https://github.com/gintsk"><code>@​gintsk</code></a> in <a
href="https://redirect.github.com/App-vNext/Polly/pull/2008">App-vNext/Polly#2008</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/App-vNext/Polly/commit/010a8cfb1aee55ab12a4334c5301c53eb234ca47"><code>010a8cf</code></a>
Update CHANGELOG</li>
<li><a
href="https://github.com/App-vNext/Polly/commit/613279e8f48c61c43939f71509efcf97b213b10d"><code>613279e</code></a>
XML documentation cleanup (<a
href="https://redirect.github.com/App-vNext/Polly/issues/2008">#2008</a>)</li>
<li><a
href="https://github.com/App-vNext/Polly/commit/8a1f2761d04f9d71dba059ab25374f3d791f60f6"><code>8a1f276</code></a>
Cleanup XML comments (<a
href="https://redirect.github.com/App-vNext/Polly/issues/2007">#2007</a>)</li>
<li><a
href="https://github.com/App-vNext/Polly/commit/1dba402d0d6c96a92794ac02be3d9d5ba320e685"><code>1dba402</code></a>
Use collection expressions</li>
<li><a
href="https://github.com/App-vNext/Polly/commit/8c2041d183dc510c194a21f9aea90ca6af1b7a05"><code>8c2041d</code></a>
Fix calculation of exponential delay in flow chart (<a
href="https://redirect.github.com/App-vNext/Polly/issues/2005">#2005</a>)</li>
<li><a
href="https://github.com/App-vNext/Polly/commit/44668fb2715d521f7d9564f964def70f942cb75b"><code>44668fb</code></a>
Update samples to .NET 8 (<a
href="https://redirect.github.com/App-vNext/Polly/issues/2004">#2004</a>)</li>
<li><a
href="https://github.com/App-vNext/Polly/commit/3336d1c1edd53d49414553c4f85dfd7ca34fe267"><code>3336d1c</code></a>
Bump codecov/codecov-action from 4.0.1 to 4.1.0 (<a
href="https://redirect.github.com/App-vNext/Polly/issues/1999">#1999</a>)</li>
<li><a
href="https://github.com/App-vNext/Polly/commit/769b0661d74acb38a84651fcbef4df251b49f497"><code>769b066</code></a>
Bump github/codeql-action from 3.24.4 to 3.24.6 (<a
href="https://redirect.github.com/App-vNext/Polly/issues/2001">#2001</a>)</li>
<li><a
href="https://github.com/App-vNext/Polly/commit/687cfad0f15a8d44b4b6ce69c840925a8a4398af"><code>687cfad</code></a>
Bump actions/download-artifact from 4.1.2 to 4.1.3 (<a
href="https://redirect.github.com/App-vNext/Polly/issues/2000">#2000</a>)</li>
<li><a
href="https://github.com/App-vNext/Polly/commit/61a767e9028d96b2eb0292cbb1ba3ec45e7b6167"><code>61a767e</code></a>
Update NuGet packages</li>
<li>Additional commits viewable in <a
href="https://github.com/App-vNext/Polly/compare/8.3.0...8.3.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Polly&package-manager=nuget&previous-version=8.3.0&new-version=8.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent dd66c60 commit 33ca2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageVersion Include="LibGit2Sharp" Version="0.29.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<PackageVersion Include="Polly" Version="8.3.0" />
<PackageVersion Include="Polly" Version="8.3.1" />
<PackageVersion Include="System.CommandLine" Version="2.0.0-beta4.24126.1" />
<PackageVersion Include="xunit" Version="2.7.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.7" />
Expand Down

0 comments on commit 33ca2f2

Please sign in to comment.