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 from 2.2.50 to 2.8.0 #398

Open
wants to merge 69 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 25, 2024

Bumps StackExchange.Redis from 2.2.50 to 2.8.0.

Release notes

Sourced from StackExchange.Redis's releases.

2.8.0

What's Changed

New Contributors

Full Changelog: StackExchange/StackExchange.Redis@2.7.33...2.8.0

2.7.33

What's Changed

Full Changelog: StackExchange/StackExchange.Redis@2.7.27...2.7.33

2.7.27

What's Changed

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

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

... (truncated)

Changelog

Sourced from StackExchange.Redis's changelog.

2.8.0

2.7.33

2.7.27

  • Support HeartbeatConsistencyChecks and HeartbeatInterval in Clone() (#2658 by mgravell)
  • Add AddLibraryNameSuffix to multiplexer; allows usage-specific tokens to be appended after connect (#2659 by mgravell)

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)

... (truncated)

Commits
  • 1c6b59e release notes; bump minor to 2.8
  • 1de8dac Implement high integrity mode for commands (#2741)
  • 39b992f support reading from last message from stream with xread (#2725)
  • 61c13c2 Replace all occurrences of "nil" in IDatabase(Async) xmldoc with less ambig...
  • cb8b20d Correct link to RespLogging doc (#2696)
  • 2f69707 TLS: Check EKU in X509 chain checks (#2670)
  • 60e5d17 2.7.33 Release notes
  • 4da3d62 Fix #2664 Backlog: move to full synchronous behavior since we're on a dedicat...
  • baf2b1e CheckTrustedIssuer: Fixes for invalid chains (#2665)
  • 91520e0 simplify property initialization (#2666)
  • Additional commits viewable in compare view

Dependabot compatibility score

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.

ponselvamsakthivel-bc and others added 30 commits July 15, 2022 22:35
…swagger-for-prod

Task 5163: Enable Swagger for Notification API
…kCriticalBug

5126 SNYK critical bug in GovNotification repo
Task 5589: Dependabot Issue - .NET Information Disclosure Vulnerability
…ate-swagger-ui-sql-client

Lib update to fix dependabot alert
…78-Snyk-alerts-Notification-API

Snyk issue resolved
…t_secretes_from_config

secrets removed from nuget config
ponselvamsakthivel-bc and others added 26 commits September 1, 2023 18:30
…ure/6531-health-check-swagger-route

Revert "6531 health check and swagger route changes"
…Alert-Unprotected-Storage-of-Credentials

Task 7226: Snyk Alert: Unprotected Storage of Credentials
Bumps [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) from 2.2.50 to 2.8.0.
- [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.2.50...2.8.0)

---
updated-dependencies:
- dependency-name: StackExchange.Redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 25, 2024
@ponselvamsakthivel-bc ponselvamsakthivel-bc force-pushed the dependabot/nuget/StackExchange.Redis-2.8.0 branch from 5f1ee03 to bb9c213 Compare July 5, 2024 08:37
Copy link
Author

dependabot bot commented on behalf of github Sep 6, 2024

A newer version of StackExchange.Redis exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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.

9 participants