Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 7, 2025

Bumps StackExchange.Redis from 2.8.22 to 2.8.37.

Release notes

Sourced from StackExchange.Redis's releases.

2.8.37

What's Changed

  • Add ConfigurationOptions.SetUserPemCertificate(...) and ConfigurationOptions.SetUserPfxCertificate(...) methods to simplify using client certificates (#2873 by @​mgravell)
  • Add logging for when a Multiplexer reconfigures (#2864 by @​st-dev-gh)
  • Fix: Move AuthenticateAsClient to fully async after dropping older framework support, to help client thread starvation in cases TLS negotiation stalls server-side (#2878 by @​NickCraver)

New Contributors

Full Changelog: StackExchange/StackExchange.Redis@2.8.31...2.8.37

2.8.31

What's Changed

  • Fix: Respect IReconnectRetryPolicy timing in the case that a node that was present disconnects indefinitely (#2856 by @​NickCraver)
    • Special thanks to @​sampdei tracking this down and working a fix
  • Changes max default retry policy backoff to 60 seconds (#2853 by @​NickCraver)
  • Fix #2652: Track client-initiated shutdown for any pipe type (#2814 by @​bgrainger)

New Contributors

Full Changelog: StackExchange/StackExchange.Redis@2.8.24...2.8.31

2.8.24

What's Changed

Full Changelog: StackExchange/StackExchange.Redis@2.8.22...2.8.24

Changelog

Sourced from StackExchange.Redis's changelog.

2.8.37

  • Add ConfigurationOptions.SetUserPemCertificate(...) and ConfigurationOptions.SetUserPfxCertificate(...) methods to simplify using client certificates (#2873 by mgravell)
  • Add logging for when a Multiplexer reconfigures (#2864 by st-dev-gh)
  • Fix: Move AuthenticateAsClient to fully async after dropping older framework support, to help client thread starvation in cases TLS negotiation stalls server-side (#2878 by NickCraver)

2.8.31

  • Fix: Respect IReconnectRetryPolicy timing in the case that a node that was present disconnects indefinitely (#2853 & #2856 by NickCraver)
    • Special thanks to sampdei tracking this down and working a fix
  • Changes max default retry policy backoff to 60 seconds (#2853 by NickCraver)
  • Fix #2652: Track client-initiated shutdown for any pipe type (#2814 by bgrainger)

2.8.24

Commits
  • e91c3eb Use up-to-date releases of Redis for CI workflow (#2855)
  • bb23b57 add package README.md to make NuGet happier (#2875)
  • 28fbe78 Connections: Move all AuthenticateAsClient to async (#2878)
  • 328b4b5 Make it easier to use user certificate files (#2873)
  • e93de40 Log multiplexer reconfiguration (#2864)
  • be5c8a6 Update release notes for 2.8.31
  • cd7a3b2 Physical bridge: handle the reconnect count case
  • 50f2218 Fix: Rexpect backoff in the disconnect -> resurrection case as well (#2856)
  • 2a47eb5 Update release notes
  • 437e1ff Fix: Respect IReconnectRetryPolicy in disconnect loops (#2853)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) from 2.8.22 to 2.8.37.
- [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.8.22...2.8.37)

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

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 May 7, 2025
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