boots
boots copied to clipboard
Bump Polly from 8.2.0 to 8.3.1
Bumps Polly from 8.2.0 to 8.3.1.
Release notes
Sourced from Polly's releases.
8.3.1
What's Changed
- Add example for chaos engineering by
@martintmk
in App-vNext/Polly#1956- Fix CA1806 by
@gintsk
in App-vNext/Polly#1963- Fix SA1129 by
@gintsk
in App-vNext/Polly#1964- Fix S3717 by
@gintsk
in App-vNext/Polly#1965- Add link to chaos engineering blog post by
@martintmk
in App-vNext/Polly#1966- Fix SA1501/IDE0055 by
@baranyaimate
in App-vNext/Polly#1957- [Docs] Add cheat sheet for fault chaos by
@peter-csala
in App-vNext/Polly#1972- Improve unit test coverage in
Polly.Specs
by@gintsk
in App-vNext/Polly#1974- [Docs] Fix antipattern sample code by
@peter-csala
in App-vNext/Polly#1976- [Docs] Improve diagrams for hedging cancellation by
@martintmk
in App-vNext/Polly#1975- Add short description to each package by
@martintmk
in App-vNext/Polly#1977- Update NuGet tools by
@martincostello
in App-vNext/Polly#1992- Move simmy from unshipped to shipped by
@peter-csala
in App-vNext/Polly#1993- Fix issue #1979: an unhandled exception in half open state must transition to closed and not prevent leaving half open state forever by
@DominicUllmann
in App-vNext/Polly#1991- Update samples to .NET 8 by
@martincostello
in App-vNext/Polly#2004- [Docs] Fix calculation of exponential delay in flow chart by
@janher
in App-vNext/Polly#2005- Use collection expressions in Cake script by
@martincostello
in App-vNext/Polly#2006- Xml comments cleanup and improvement by
@gintsk
in App-vNext/Polly#2007- Xml documentation cleanup by
@gintsk
in App-vNext/Polly#2008New Contributors
@DominicUllmann
made their first contribution in App-vNext/Polly#1991@janher
made their first contribution in App-vNext/Polly#2005Full Changelog: https://github.com/App-vNext/Polly/compare/8.3.0...8.3.1
8.3.0
What's Changed
This release makes Simmy chaos engineering strategies part of the Polly.Core package. 🐵🚀
- Update CHANGELOG for 8.2.1 by
@martincostello
in App-vNext/Polly#1882- [Feature] Add support for keyed services by
@martintmk
in App-vNext/Polly#1881- Run benchmarks on .NET 8 by
@martintmk
in App-vNext/Polly#1887- Decrease the minimum allowed timeout by
@martintmk
in App-vNext/Polly#1888- Fix typo by
@martincostello
in App-vNext/Polly#1897- BreakDurationGeneratorArguments now includes half-open attempts by
@martintmk
in App-vNext/Polly#1898- Do not encourage returning the same instance from chaos strategies by
@martintmk
in App-vNext/Polly#1899- Do not encourage re-throwing the same exception instance by
@martintmk
in App-vNext/Polly#1900- Simmy docs by
@vany0114
in App-vNext/Polly#1883- [Docs] Add banner to chaos docs by
@peter-csala
in App-vNext/Polly#1910- Introduce
FaultGenerator
andOutcomeGenerator<T>
by@martintmk
in App-vNext/Polly#1911- Use new chaos APIs to simplify the usage examples by
@martintmk
in App-vNext/Polly#1912- Simmy API review Part 1 by
@peter-csala
in App-vNext/Polly#1909
... (truncated)
Changelog
Sourced from Polly's changelog.
8.3.1
- Add example for chaos engineering by
@martintmk
in App-vNext/Polly#1956- Fix CA1806 by
@gintsk
in App-vNext/Polly#1963- Fix SA1129 by
@gintsk
in App-vNext/Polly#1964- Fix S3717 by
@gintsk
in App-vNext/Polly#1965- Add link to chaos engineering blog post by
@martintmk
in App-vNext/Polly#1966- Fix SA1501/IDE0055 by
@baranyaimate
in App-vNext/Polly#1957- [Docs] Add cheat sheet for fault chaos by
@peter-csala
in App-vNext/Polly#1972- Improve unit test coverage in
Polly.Specs
by@gintsk
in App-vNext/Polly#1974- [Docs] Fix antipattern sample code by
@peter-csala
in App-vNext/Polly#1976- [Docs] Improve diagrams for hedging cancellation by
@martintmk
in App-vNext/Polly#1975- Add short description to each package by
@martintmk
in App-vNext/Polly#1977- Update NuGet tools by
@martincostello
in App-vNext/Polly#1992- Move simmy from unshipped to shipped by
@peter-csala
in App-vNext/Polly#1993- Fix issue #1979: an unhandled exception in half open state must transition to closed and not prevent leaving half open state forever by
@DominicUllmann
in App-vNext/Polly#1991- Update samples to .NET 8 by
@martincostello
in App-vNext/Polly#2004- [Docs] Fix calculation of exponential delay in flow chart by
@janher
in App-vNext/Polly#2005- Use collection expressions in Cake script by
@martincostello
in App-vNext/Polly#2006- Xml comments cleanup and improvement by
@gintsk
in App-vNext/Polly#2007- Xml documentation cleanup by
@gintsk
in App-vNext/Polly#20088.3.0
- Update CHANGELOG for 8.2.1 by
@martincostello
in App-vNext/Polly#1882- Add support for keyed services by
@martintmk
in App-vNext/Polly#1881- Run benchmarks on .NET 8 by
@martintmk
in App-vNext/Polly#1887- Decrease the minimum allowed timeout by
@martintmk
in App-vNext/Polly#1888- Fix typo by
@martincostello
in App-vNext/Polly#1897- BreakDurationGeneratorArguments now includes half-open attempts by
@martintmk
in App-vNext/Polly#1898- Do not encourage returning the same instance from chaos strategies by
@martintmk
in App-vNext/Polly#1899- Do not encourage re-throwing the same exception instance by
@martintmk
in App-vNext/Polly#1900- Simmy docs by
@vany0114
in App-vNext/Polly#1883- Add banner to chaos docs by
@peter-csala
in App-vNext/Polly#1910- Introduce
FaultGenerator
andOutcomeGenerator<T>
by@martintmk
in App-vNext/Polly#1911- Use new chaos APIs to simplify the usage examples by
@martintmk
in App-vNext/Polly#1912- Simmy API review Part 1 by
@peter-csala
in App-vNext/Polly#1909- Simmy API review Part 2 - Prefer Chaos over Monkey by
@peter-csala
in App-vNext/Polly#1913- Update docs and cleanup some chaos API by
@martintmk
in App-vNext/Polly#1914- Simmy API review Part 4 - Rename BehaviorAction to BehaviorGenerator by
@peter-csala
in App-vNext/Polly#1917- Simmy API review Part 3 - Set enabled to true by default by
@peter-csala
in App-vNext/Polly#1916- Add clarification about property precedence by
@peter-csala
in App-vNext/Polly#1918- Replace textual descriptions of next delay calculation with diagrams by
@peter-csala
in App-vNext/Polly#1922- Apply chaos selectively by
@martintmk
in App-vNext/Polly#1923- Got rid of IDE0044 warnings by
@baranyaimate
in App-vNext/Polly#1928- Integrating chaos pipeline by
@martintmk
in App-vNext/Polly#1927- Got rid of IDE0066, IDE0250, IDE0063 warnings by
@baranyaimate
in App-vNext/Polly#1930- Fix PipelineNameComparer example in documentation by
@jwagon
in App-vNext/Polly#1931- Chaos API review pass by
@martintmk
in App-vNext/Polly#1934- Fix S6608/IDE1006/SA1414/CA1508 warnings in Polly.Specs project by
@baranyaimate
in App-vNext/Polly#1935
... (truncated)
Commits
010a8cf
Update CHANGELOG613279e
XML documentation cleanup (#2008)8a1f276
Cleanup XML comments (#2007)1dba402
Use collection expressions8c2041d
Fix calculation of exponential delay in flow chart (#2005)44668fb
Update samples to .NET 8 (#2004)3336d1c
Bump codecov/codecov-action from 4.0.1 to 4.1.0 (#1999)769b066
Bump github/codeql-action from 3.24.4 to 3.24.6 (#2001)687cfad
Bump actions/download-artifact from 4.1.2 to 4.1.3 (#2000)61a767e
Update NuGet packages- 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 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)