Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump LykkeBiz.SettingsReader and Polly #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 16, 2024

Bumps LykkeBiz.SettingsReader and Polly. These dependencies needed to be updated together.
Updates LykkeBiz.SettingsReader from 6.0.4 to 8.1.3

Updates Polly from 6.1.0 to 7.2.2

Changelog

Sourced from Polly's changelog.

7.2.2

  • Recursively search all AggregateException inner exceptions for predicate matches when using HandleInner() (#818) - Thanks to @​sideproject
  • Polly now builds deterministically - Thanks to @​304NotModified
  • Bug fix: the timeoutStrategy parameter was not being used by the TimeoutAsync(Func<TimeSpan>, TimeoutStrategy, Func<Context, TimeSpan, Task, Task>) method - Thanks to @​martincostello
  • Bug fix: the solution can now be built with the .NET 5.0 SDK - Thanks to @​martincostello

7.2.1

  • Upgrade SourceLink to RTM v1 (fixes building from source for latest .NET Core 3.1.x)
  • Bug fix: rare circuit-breaker race condition causing NullReferenceException when circuit throws BrokenCircuitException.

7.2.0

  • Add test target for netcoreapp3.0.
  • Extend PolicyRegistry with concurrent method support, TryAdd, TryRemove, TryUpdate, GetOrAdd, AddOrUpdate; new interface IConcurrentPolicyRegistry
  • Improve .NET Framework support: Add explicit targets for .NET Framework 4.6.1 and 4.7.2.
  • TimeoutPolicy: if timeout occurs while a user exception is being marshalled (edge case race condition), do not mask user exception (fix issue 620)
  • Enhance debugging/stacktrace experience for some contexts: Include pdb symbols in package again.

7.1.1

  • Bug fix: ensure async retry policies honor continueOnCapturedContext setting (affected v7.1.0 only).
  • Remove deprecated cake add-in from build

7.1.0

  • Add SourceLink debugger support.
  • Bug fix: PolicyRegistry with .NET Core services.AddPolicyRegistry() overload (affected Polly v7.0.1-3 only)
  • Rationalise solution layout
  • Add explicit .NET framework 4.6.2 and 4.7.2 test runs

7.0.3

  • Bug fix for AdvancedCircuitBreakerAsync<TResult> (issue affecting v7.0.1-2 only)

7.0.2

  • Bug fix for PolicyRegistry (issue affecting v7.0.1 only)

7.0.1

  • Clarify separation of sync and async policies (breaking change)
  • Enable extensibility by custom policies hosted external to Polly
  • Enable collection initialization syntax for PolicyRegistry
  • Enable cache policies to cache default(TResult) (breaking change)
  • Restore Exception binary serialization for .Net Standard 2.0

6.1.2

  • Bug Fix: Async continuation control for async executions (issue 540, affected only v6.1.1)

6.1.1

  • Bug Fix: Context.PolicyKey behaviour in PolicyWrap (issue 510)
Commits

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)

Bumps LykkeBiz.SettingsReader and [Polly](https://github.com/App-vNext/Polly). These dependencies needed to be updated together.

Updates `LykkeBiz.SettingsReader` from 6.0.4 to 8.1.3

Updates `Polly` from 6.1.0 to 7.2.2
- [Release notes](https://github.com/App-vNext/Polly/releases)
- [Changelog](https://github.com/App-vNext/Polly/blob/main/CHANGELOG.md)
- [Commits](https://github.com/App-vNext/Polly/commits)

---
updated-dependencies:
- dependency-name: LykkeBiz.SettingsReader
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Polly
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 16, 2024
@dependabot dependabot bot requested a review from tarurar August 16, 2024 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant