monai-deploy-informatics-gateway
monai-deploy-informatics-gateway copied to clipboard
Bump Polly from 7.2.4 to 8.2.0
Bumps Polly from 7.2.4 to 8.2.0.
Release notes
Sourced from Polly's releases.
8.2.0
What's Changed
- Prepare for 8.2.0 release by
@martincostello
in App-vNext/Polly#1758- [Docs] Add circuit breaker to the migration guide by
@peter-csala
in App-vNext/Polly#1764- [Docs] Improve timeout docs by
@martintmk
in App-vNext/Polly#1767- [Docs] Minor cleanups by
@peter-csala
in App-vNext/Polly#1768- [Docs] Revise migration guide 3/3 by
@peter-csala
in App-vNext/Polly#1775- Calculated break duration for Circuit breaker by
@atawLee
in App-vNext/Polly#1776- Disable GitHub publishing by
@martincostello
in App-vNext/Polly#1781- [Docs] Small cleanup and improvements by
@martintmk
in App-vNext/Polly#1782- Add test that verifies overriding by using
ConfigureTelemetry
by@martintmk
in App-vNext/Polly#1787- Remove GitHub Packages publishing by
@martincostello
in App-vNext/Polly#1789- Allow concurrent PR docs builds by
@martincostello
in App-vNext/Polly#1795- Update to .NET 8 SDK by
@martincostello
in App-vNext/Polly#1738- Add support for .NET 8 by
@martintmk
in App-vNext/Polly#1144New Contributors
@atawLee
made their first contribution in App-vNext/Polly#1776Full Changelog: https://github.com/App-vNext/Polly/compare/8.1.0...8.2.0
8.1.0
Highlights
- 🐛 Fix issues that prevented the new Polly assemblies from the v8 release from being used in AoT scenarios - thanks to
@davidfowl
for reporting this issue (#1732)- 🧰 Added new API to make
ResilienceContextPool
settable via DI from@cmeyertons
(#1693)- 📖 Lots of great documentation updates from
@peter-csala
and@IEvangelist
What's Changed
- Only show stable versions in README by
@martincostello
in App-vNext/Polly#1649- Update samples to stable release by
@martincostello
in App-vNext/Polly#1647- v8 Release - commit and validate public API by
@martintmk
in App-vNext/Polly#1632- Fix documentation comment for CB's MinimumThroughput by
@peter-csala
in App-vNext/Polly#1654- Bump SonarAnalyzer.CSharp from 9.10.0.77988 to 9.11.0.78383 by
@dependabot
in App-vNext/Polly#1658- Bump github/codeql-action from 2.21.8 to 2.21.9 by
@dependabot
in App-vNext/Polly#1661- Bump martincostello/update-dotnet-sdk from 2.5.0 to 3.0.0 by
@dependabot
in App-vNext/Polly#1659- Bump actions/checkout from 4.0.0 to 4.1.0 by
@dependabot
in App-vNext/Polly#1660- Docs tweaks by
@martincostello
in App-vNext/Polly#1655- Add Github repo link to the docs navbar by
@adamnova
in App-vNext/Polly#1666- Add markdownlint by
@martincostello
in App-vNext/Polly#1664- [Docs] Mocking of
ResiliencePipelineProvider
by@martintmk
in App-vNext/Polly#1662- Enable search for docs by
@martincostello
in App-vNext/Polly#1669- [Docs] Add notes to use Polly.RateLimiting package by
@peter-csala
in App-vNext/Polly#1672- Docs: Include info about numerical type used in metrics in telemetry.md by
@agehrke
in App-vNext/Polly#1673- [Docs] Add event names to telemetry by
@martintmk
in App-vNext/Polly#1674- [Docs] Expand fault handling docs by
@martintmk
in App-vNext/Polly#1675- Bump BenchmarkDotNet from 0.13.8 to 0.13.9 by
@dependabot
in App-vNext/Polly#1680
... (truncated)
Changelog
Sourced from Polly's changelog.
8.2.0
- Prepare for 8.2.0 release by
@martincostello
in App-vNext/Polly#1758- [Docs] Add circuit breaker to the migration guide by
@peter-csala
in App-vNext/Polly#1764- [Docs] Improve timeout docs by
@martintmk
in App-vNext/Polly#1767- [Docs] Minor cleanups by
@peter-csala
in App-vNext/Polly#1768- [Docs] Revise migration guide 3/3 by
@peter-csala
in App-vNext/Polly#1775- Calculated break duration for Circuit breaker by
@atawLee
in App-vNext/Polly#1776- Disable GitHub publishing by
@martincostello
in App-vNext/Polly#1781- [Docs] Small cleanup and improvements by
@martintmk
in App-vNext/Polly#1782- Add test that verifies overriding by using
ConfigureTelemetry
by@martintmk
in App-vNext/Polly#1787- Remove GitHub Packages publishing by
@martincostello
in App-vNext/Polly#1789- Allow concurrent PR docs builds by
@martincostello
in App-vNext/Polly#1795- Update to .NET 8 SDK by
@martincostello
in App-vNext/Polly#1738- Add support for .NET 8 by
@martintmk
in App-vNext/Polly#11448.1.0
- Only show stable versions in README by
@martincostello
in App-vNext/Polly#1649- Update samples to stable release by
@martincostello
in App-vNext/Polly#1647- v8 Release - commit and validate public API by
@martintmk
in App-vNext/Polly#1632- Fix documentation comment for CB's MinimumThroughput by
@peter-csala
in App-vNext/Polly#1654- Docs tweaks by
@martincostello
in App-vNext/Polly#1655- Add Github repo link to the docs navbar by
@adamnova
in App-vNext/Polly#1666- Add markdownlint by
@martincostello
in App-vNext/Polly#1664- [Docs] Mocking of
ResiliencePipelineProvider
by@martintmk
in App-vNext/Polly#1662- Enable search for docs by
@martincostello
in App-vNext/Polly#1669- [Docs] Add notes to use Polly.RateLimiting package by
@peter-csala
in App-vNext/Polly#1672- Docs: Include info about numerical type used in metrics in telemetry.md by
@agehrke
in App-vNext/Polly#1673- [Docs] Add event names to telemetry by
@martintmk
in App-vNext/Polly#1674- [Docs] Expand fault handling docs by
@martintmk
in App-vNext/Polly#1675- Add spell checker by
@martincostello
in App-vNext/Polly#1667- [Docs] Improve telemetry docs by
@martintmk
in App-vNext/Polly#1681- [Docs] Improve registry docs by
@martintmk
in App-vNext/Polly#1684- [Docs] Fix link to ResiliencePipelineBuilder by
@martintmk
in App-vNext/Polly#1685- Group xunit updates by
@martincostello
in App-vNext/Polly#1695- Use GitHub Issue template forms by
@martincostello
in App-vNext/Polly#1676- [Docs] Fallback after retries by
@martintmk
in App-vNext/Polly#1698- [Docs] Add sequence diagrams to timeout strategy by
@peter-csala
in App-vNext/Polly#1699- Turn off var preferences by
@cmeyertons
in App-vNext/Polly#1700- [Docs] Use docfx to dynamically render mermaid diagrams by
@peter-csala
in App-vNext/Polly#1701- #1687 - Make ResilienceContextPool settable via DI by
@cmeyertons
in App-vNext/Polly#1693- Update to cancel downstream operation in TimeoutStrategy.Pessimistic by
@lor1mp
in App-vNext/Polly#1697- [Docs] Add sequence diagrams to fallback, retry, and rate limiter by
@peter-csala
in App-vNext/Polly#1702- [Docs] Add diagrams to circuit breaker by
@peter-csala
in App-vNext/Polly#1704- [Docs] Remove theme overwrites from mermaid diagrams by
@peter-csala
in App-vNext/Polly#1705- Add link to retries blog by
@martincostello
in App-vNext/Polly#1707- Attempt to fix code-ql issues by
@martintmk
in App-vNext/Polly#1708- [Docs] Add sequence diagrams to hedging by
@peter-csala
in App-vNext/Polly#1706- [Docs] Improvements by
@martintmk
in App-vNext/Polly#1712
... (truncated)
Commits
a2559b1
Add support for .NET 8 (#1144)74677bc
Update to .NET 8 SDK (#1738)65b0bdc
Update CHANGELOG9967dc3
Allow concurrent PR docs buildsba1d99e
Bump actions/github-script from 6.4.1 to 7.0.0 (#1793)67d776d
Bump actions/dependency-review-action from 3.1.2 to 3.1.3 (#1794)93eeb3b
Bump docfx from 2.73.1 to 2.73.2 (#1791)232ebdc
Bump cake.tool from 3.1.0 to 3.2.0 (#1792)1e07f08
Remove GitHub publishing2a81c43
Add test that verifies overriding by usingConfigureTelemetry
(#1787)- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Codecov Report
Merging #496 (9f4a434) into develop (85a7686) will not change coverage. The diff coverage is
n/a
.
Additional details and impacted files
@@ Coverage Diff @@
## develop #496 +/- ##
=============================================
Coverage 75.81861% 75.81861%
=============================================
Files 417 417
Lines 27455 27455
Branches 1197 1197
=============================================
Hits 20816 20816
Misses 6199 6199
Partials 440 440
Flag | Coverage Δ | |
---|---|---|
unittests | 75.81861% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 85a7686...9f4a434. Read the comment docs.