Skip to content

Update dependency StackExchange.Redis to 3.3.1 - #238

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/stackexchange.redis-3.x
Closed

renovate[bot] wants to merge 1 commit into
masterfrom
renovate/stackexchange.redis-3.x

Conversation

@renovate

@renovate renovate Bot commented Sep 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
StackExchange.Redis (source) 3.2.13.3.1 age confidence

Release Notes

StackExchange/StackExchange.Redis (StackExchange.Redis)

v3.3.1

Compare Source

What's Changed

New Contributors

  • When SslHost is specified, it is always used for SNI
  • Otherwise, for endpoints discovered at runtime:
    • If they are advertised with a host name, that host name is used for SNI
    • Otherwise the declared host name in the configuration is used

(previously, the declared host name in configuration would take precedence over an advertised host name if SslHost was not specified)

Full Changelog: StackExchange/StackExchange.Redis@3.3.0...3.3.1

v3.3.0

Compare Source

Features

The primary feature in 3.3.0 is "smart-client-handoffs" (aka "hitless"), whereby the client responds to server maintenance notifications on suitable environments. This feature is currently opt-in, and is planned to be automatic (opt-out) in most supported cases in an upcoming release.

Documentation

Opt in through configuration;

my-redis.internal.example.com:6379,maintNotifications=Auto

or in code:

options.MaintenanceNotifications = MaintenanceNotificationMode.Auto;
Changes
  • Server-native maintenance notifications: opt in, react, hand off, and recover when nothing is announced by @​mgravell in #​3191
Maintenance

Full Changelog: StackExchange/StackExchange.Redis@3.2.15...3.3.0

v3.2.15

Compare Source

What's Changed
connection stability
fixes
background / engineering

Full Changelog: StackExchange/StackExchange.Redis@3.2.1...3.2.15


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@0xF6 0xF6 closed this Sep 23, 2026
@renovate

renovate Bot commented Sep 23, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (3.3.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate
renovate Bot deleted the renovate/stackexchange.redis-3.x branch September 23, 2026 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant