Bump Polly from 7.2.3 to 8.6.3 #11
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated Polly from 7.2.3 to 8.6.3.
Release notes
Sourced from Polly's releases.
8.6.3
What's Changed
New Contributors
Full Changelog: App-vNext/Polly@8.6.2...8.6.3
8.6.2
What's Changed
New Contributors
Full Changelog: App-vNext/Polly@8.6.1...8.6.2
8.6.1
What's Changed
BulkheadSemaphoreFactory
by @ahusseini in Update maxQueuingCompounded in BulkheadSemaphoreFactory App-vNext/Polly#2638New Contributors
Full Changelog: App-vNext/Polly@8.6.0...8.6.1
8.5.2
What's Changed
New Contributors
Full Changelog: App-vNext/Polly@8.5.1...8.5.2
8.5.1
What's Changed
System.ComponentModel.DataAnnotations.Validator
by @kmcclellan in Synchronize access toSystem.ComponentModel.DataAnnotations.Validator
App-vNext/Polly#2428New Contributors
System.ComponentModel.DataAnnotations.Validator
App-vNext/Polly#2428Full Changelog: App-vNext/Polly@8.5.0...8.5.1
8.5.0
What's Changed
RetryAfter
toBrokenCircuitException
. by @DL444 in AddRetryAfter
toBrokenCircuitException
. App-vNext/Polly#2324[DebuggerDisableUserUnhandledExceptions]
by @martincostello in Update to .NET 9 SDK App-vNext/Polly#2003New Contributors
RetryAfter
toBrokenCircuitException
. App-vNext/Polly#2324Full Changelog: App-vNext/Polly@8.4.2...8.5.0
8.4.2
What's Changed
... (truncated)
8.4.1
What's Changed
New Contributors
Full Changelog: App-vNext/Polly@8.4.0...8.4.1
8.4.0
What's Changed
New Contributors
Full Changelog: App-vNext/Polly@8.3.1...8.4.0
8.3.1
What's Changed
Polly.Specs
by @gintsk in Improve unit test coverage inPolly.Specs
App-vNext/Polly#1974New Contributors
Full Changelog: App-vNext/Polly@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. 🐵🚀
FaultGenerator
andOutcomeGenerator<T>
by @martintmk in IntroduceFaultGenerator
andOutcomeGenerator<T>
App-vNext/Polly#1911New Contributors
Full Changelog: App-vNext/Polly@8.2.1...8.3.0
... (truncated)
8.2.1
What's Changed
New Contributors
Full Changelog: App-vNext/Polly@8.2.0...8.2.1
8.2.0
What's Changed
ConfigureTelemetry
by @martintmk in Add test that verifies overriding by usingConfigureTelemetry
App-vNext/Polly#1787New Contributors
Full Changelog: App-vNext/Polly@8.1.0...8.2.0
8.1.0
Highlights
ResilienceContextPool
settable via DI from @cmeyertons (#1693)What's Changed
ResiliencePipelineProvider
by @martintmk in [Docs] Mocking ofResiliencePipelineProvider
App-vNext/Polly#1662... (truncated)
8.0.0
What's Changed
... (truncated)
8.0.0-beta.2
What's Changed
Full Changelog: App-vNext/Polly@8.0.0-beta.1...8.0.0-beta.2
8.0.0-beta.1
What's Changed
Full Changelog: App-vNext/Polly@8.0.0-alpha.9...8.0.0-beta.1
8.0.0-alpha.9
What's Changed
Extensions
fromPolly.Extensions
namespace by @martintmk in Drop theExtensions
fromPolly.Extensions
namespace App-vNext/Polly#1469NonReactiveResilienceStrategy
by @martintmk in IntroduceNonReactiveResilienceStrategy
App-vNext/Polly#1476TelemetryResilienceStrategy
by @martintmk in DropTelemetryResilienceStrategy
App-vNext/Polly#1482ResiliencePipelineRegistry
is now disposable by @martintmk inResiliencePipelineRegistry
is now disposable App-vNext/Polly#1496Pipeline
folder by @martintmk in Move pipeline-related internals intoPipeline
folder App-vNext/Polly#1497OutcomeArguments
struct by @martintmk in DropOutcomeArguments
struct App-vNext/Polly#1513ResilienceProperties
by @martintmk in Improve debugging experience forResilienceProperties
App-vNext/Polly#1524New Contributors
Full Changelog: App-vNext/Polly@8.0.0-alpha.8...8.0.0-alpha.9
8.0.0-alpha.8
What's Changed
BuilderName
toName
by @martintmk in RenameBuilderName
toName
App-vNext/Polly#1437Attempt
toAttemptNumber
by @martintmk in RenameAttempt
toAttemptNumber
App-vNext/Polly#1447CircuitBreakerStateProvider.LastHandledOutcome
by @martintmk in HideCircuitBreakerStateProvider.LastHandledOutcome
App-vNext/Polly#1446ResilienceStrategyBuilder
toCompositeStrategyBuilder
by @martintmk in RenameResilienceStrategyBuilder
toCompositeStrategyBuilder
App-vNext/Polly#1448readonly
modifier to private fields which are never changed by @Lehonti in Addedreadonly
modifier to private fields which are never changed App-vNext/Polly#1451using
s and the inversion of anif
block. by @Lehonti in Reduced nesting levels through block-scopedusing
s and the inversion of anif
block. App-vNext/Polly#1453MultipleStrategiesBenchmark
by @martintmk in ImproveMultipleStrategiesBenchmark
App-vNext/Polly#1457ReactiveResilienceStrategy
public by @martintmk in MakeReactiveResilienceStrategy
public App-vNext/Polly#1460ReactiveResilienceStrategy
type-safe by @martintmk in Make theReactiveResilienceStrategy
type-safe App-vNext/Polly#1462StrategyHelper
for safe executions and drop redundant methods by @martintmk in UseStrategyHelper
for safe executions and drop redundant methods App-vNext/Polly#1463New Contributors
readonly
modifier to private fields which are never changed App-vNext/Polly#1451Full Changelog: App-vNext/Polly@8.0.0-alpha.7...8.0.0-alpha.8
8.0.0-alpha.7
What's Changed
New Contributors
Full Changelog: App-vNext/Polly@8.0.0-alpha.6...8.0.0-alpha.7
8.0.0-alpha.6
What's Changed
PartitionedRateLimiter
by @martintmk in Add support forPartitionedRateLimiter
App-vNext/Polly#1383TelemetryOptions.OnTelemetryEvent
by @martintmk in IntroduceTelemetryOptions.OnTelemetryEvent
App-vNext/Polly#1387ResilienceStrategyRegistry
API improvements by @martintmk inResilienceStrategyRegistry
API improvements App-vNext/Polly#1388ResilienceStrategyBuilder.InstanceName
and use it in telemetry by @martintmk in IntroduceResilienceStrategyBuilder.InstanceName
and use it in telemetry App-vNext/Polly#1392Polly.Testing
package by @martintmk in IntroducePolly.Testing
package App-vNext/Polly#1394Full Changelog: App-vNext/Polly@8.0.0-alpha.5...8.0.0-alpha.6
8.0.0-alpha.5
What's Changed
ResilienceContext.OperationKey
by @martintmk in IntroduceResilienceContext.OperationKey
App-vNext/Polly#1380Full Changelog: App-vNext/Polly@8.0.0-alpha.4...8.0.0-alpha.5
8.0.0-alpha.4
What's Changed
Full Changelog: App-vNext/Polly@8.0.0-alpha.3...8.0.0-alpha.4
8.0.0-alpha.3
What's Changed
Full Changelog: App-vNext/Polly@8.0.0-alpha.2...8.0.0-alpha.3
8.0.0-alpha.2
What's Changed
samples
folder by @martintmk in https://github.com/App-vNext/Polly/pull/1295OnHedgingArguments
by @martintmk in https://github.com/App-vNext/Polly/pull/1314TelemetryResilienceStrategyOptions
toTelemetryOptions
by @martintmk in https://github.com/App-vNext/Polly/pull/1318PredicateBuilder
to delegates by @martintmk in https://github.com/App-vNext/Polly/pull/1332Full Changelog: App-vNext/Polly@8.0.0-alpha.1...8.0.0-alpha.2
8.0.0-alpha.1
What's Changed
Polly.Core
- This package contains the new Polly V8 API.Polly.Extensions
- This package is designed to integrate Polly with dependency injection and enable telemetry.Polly.RateLimiting
- This package provides an integration between Polly andSystem.Threading.RateLimiting
.Thanks to:
New Contributors
Full Changelog: App-vNext/Polly@7.2.4...8.0.0-alpha.1
7.2.4
What's Changed
New Contributors
Full Changelog: App-vNext/Polly@7.2.3+24...7.2.4
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)