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 StackExchange.Redis and Microsoft.Extensions.Logging.Abstractions in /dfa/src/API #390

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2024

Bumps StackExchange.Redis and Microsoft.Extensions.Logging.Abstractions. These dependencies needed to be updated together.
Updates StackExchange.Redis from 2.6.66 to 2.7.23

Release notes

Sourced from StackExchange.Redis's releases.

2.7.23

What's Changed

  • Fix #2653: Client library metadata should validate contents (#2654 by @​mgravell)
  • Add HeartbeatConsistencyChecks option (opt-in) to enabled per-heartbeat (defaults to once per second) checks to be sent to ensure no network stream corruption has occurred (#2656 by @​NickCraver)

Full Changelog: StackExchange/StackExchange.Redis@2.7.20...2.7.23

2.7.20

What's Changed

Full Changelog: StackExchange/StackExchange.Redis@2.7.17...2.7.20

2.7.17

What's Changed

Full Changelog: StackExchange/StackExchange.Redis@2.7.10...2.7.17

2.7.10

  • Fix #2593: EXPIRETIME and PEXPIRETIME miscategorized as PrimaryOnly commands causing them to fail when issued against a read-only replica (#2593 by @​slorello89)
  • Fix #2591: Add HELLO to Sentinel connections so they can support RESP3 (#2601 by @​NickCraver)
  • Fix #2595: Add detection handling for dead sockets that the OS says are okay, seen especially in Linux environments (#2610 by @​NickCraver)

Full Changelog: StackExchange/StackExchange.Redis@2.7.4...2.7.10

2.7.4

Full Changelog: https://github.com/StackExchange/StackExchange.Redis/compare/2.6.122..2.7.4

2.6.122

  • Change: Target net6.0 instead of net5.0, since net5.0 is end of life. (#2497 by @​eerhardt)
  • Fix: Fix nullability annotation of IConnectionMultiplexer.RegisterProfiler (#2494 by @​eerhardt)
  • Add: Timer.ActiveCount under POOL in timeout messages on .NET 6+ to help diagnose timer overload affecting timeout evaluations (#2500 by @​NickCraver)
  • Add: LibraryName configuration option; allows the library name to be controlled at the individual options level (in addition to the existing controls in DefaultOptionsProvider) (#2502 by @​mgravell)
  • Add: DefaultOptionsProvider.GetProvider allows lookup of provider by endpoint (#2502 by @​mgravell)

Full Changelog: StackExchange/StackExchange.Redis@2.6.116...2.6.122

2.6.116

... (truncated)

Changelog

Sourced from StackExchange.Redis's changelog.

2.7.23

  • Fix #2653: Client library metadata should validate contents (#2654 by mgravell)
  • Add HeartbeatConsistencyChecks option (opt-in) to enabled per-heartbeat (defaults to once per second) checks to be sent to ensure no network stream corruption has occurred (#2656 by NickCraver)

2.7.20

  • Fix #2642: Detect and support multi-DB pseudo-cluster/proxy scenarios (#2646 by mgravell)

2.7.17

2.7.10

  • Fix #2593: EXPIRETIME and PEXPIRETIME miscategorized as PrimaryOnly commands causing them to fail when issued against a read-only replica (#2593 by slorello89)
  • Fix #2591: Add HELLO to Sentinel connections so they can support RESP3 (#2601 by NickCraver)
  • Fix #2595: Add detection handling for dead sockets that the OS says are okay, seen especially in Linux environments (#2610 by NickCraver)

2.7.4

2.6.122

  • Change: Target net6.0 instead of net5.0, since net5.0 is end of life. (#2497 by eerhardt)
  • Fix: Fix nullability annotation of IConnectionMultiplexer.RegisterProfiler (#2494 by eerhardt)
  • Fix #2520: Improve cluster connections in down scenarios by not re-pinging successful nodes (#2525 by Matiszak)
  • Add: Timer.ActiveCount under POOL in timeout messages on .NET 6+ to help diagnose timer overload affecting timeout evaluations (#2500 by NickCraver)
  • Add: LibraryName configuration option; allows the library name to be controlled at the individual options level (in addition to the existing controls in DefaultOptionsProvider) (#2502 by mgravell)
  • Add: DefaultOptionsProvider.GetProvider allows lookup of provider by endpoint (#2502 by mgravell)

2.6.116

  • Fix #2479: Add RedisChannel.UseImplicitAutoPattern (global) and RedisChannel.IsPattern (#2480 by mgravell)
  • Fix #2479: Mark RedisChannel conversion operators as obsolete; add RedisChannel.Literal and RedisChannel.Pattern helpers (#2481 by mgravell)
  • Fix #2449: Update Pipelines.Sockets.Unofficial to v2.2.8 to support native AOT (#2456 by eerhardt)

2.6.111

... (truncated)

Commits

Updates Microsoft.Extensions.Logging.Abstractions from 1.0.2 to 6.0.0

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.

Bumps [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) and Microsoft.Extensions.Logging.Abstractions. These dependencies needed to be updated together.

Updates `StackExchange.Redis` from 2.6.66 to 2.7.23
- [Release notes](https://github.com/StackExchange/StackExchange.Redis/releases)
- [Changelog](https://github.com/StackExchange/StackExchange.Redis/blob/main/docs/ReleaseNotes.md)
- [Commits](StackExchange/StackExchange.Redis@2.6.66...2.7.23)

Updates `Microsoft.Extensions.Logging.Abstractions` from 1.0.2 to 6.0.0

---
updated-dependencies:
- dependency-name: StackExchange.Redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 27, 2024
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants