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)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [StackExchange.Redis](https://stackexchange.github.io/StackExchange.Redis/) ([source](https://github.com/StackExchange/StackExchange.Redis)) | nuget | patch | `2.8.31` -> `2.8.37` |
---
### Release Notes
<details>
<summary>StackExchange/StackExchange.Redis (StackExchange.Redis)</summary>
### [`v2.8.37`](https://github.com/StackExchange/StackExchange.Redis/releases/tag/2.8.37)
[Compare Source](https://github.com/StackExchange/StackExchange.Redis/compare/2.8.31...2.8.37)
#### What's Changed
- Add `ConfigurationOptions.SetUserPemCertificate(...)` and `ConfigurationOptions.SetUserPfxCertificate(...)` methods to simplify using client certificates ([#​2873](https://github.com/StackExchange/StackExchange.Redis/issues/2873) by [@​mgravell](https://github.com/mgravell))
- Add logging for when a Multiplexer reconfigures ([#​2864](https://github.com/StackExchange/StackExchange.Redis/issues/2864) by [@​st-dev-gh](https://github.com/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](https://github.com/StackExchange/StackExchange.Redis/issues/2878) by [@​NickCraver](https://github.com/NickCraver))
#### New Contributors
- [@​st-dev-gh](https://github.com/st-dev-gh) made their first contribution in [#​2864](https://github.com/StackExchange/StackExchange.Redis/issues/2864)
**Full Changelog**: https://github.com/StackExchange/StackExchange.Redis/compare/2.8.31...2.8.37
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40NS4wIiwidXBkYXRlZEluVmVyIjoiMzguNDUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
2.8.31->2.8.37Release Notes
StackExchange/StackExchange.Redis (StackExchange.Redis)
v2.8.37Compare Source
What's Changed
ConfigurationOptions.SetUserPemCertificate(...)andConfigurationOptions.SetUserPfxCertificate(...)methods to simplify using client certificates (#2873 by @mgravell)AuthenticateAsClientto 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: https://github.com/StackExchange/StackExchange.Redis/compare/2.8.31...2.8.37
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Renovate Bot.