Skip to content

Commit b6a0a84

Browse files
Update dependency StackExchange.Redis to 2.8.31 (#2124)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [StackExchange.Redis](https://stackexchange.github.io/StackExchange.Redis/) ([source](https://redirect.github.com/StackExchange/StackExchange.Redis)) | nuget | patch | `2.8.24` -> `2.8.31` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>StackExchange/StackExchange.Redis (StackExchange.Redis)</summary> ### [`v2.8.31`](https://redirect.github.com/StackExchange/StackExchange.Redis/releases/tag/2.8.31) #### What's Changed - Fix: Respect `IReconnectRetryPolicy` timing in the case that a node that was present disconnects indefinitely ([#&#8203;2856](https://redirect.github.com/StackExchange/StackExchange.Redis/issues/2856) by [@&#8203;NickCraver](https://redirect.github.com/NickCraver)) - Special thanks to [@&#8203;sampdei](https://redirect.github.com/sampdei) tracking this down and working a fix - Changes max default retry policy backoff to 60 seconds ([#&#8203;2853](https://redirect.github.com/StackExchange/StackExchange.Redis/issues/2853) by [@&#8203;NickCraver](https://redirect.github.com/NickCraver)) - Fix [#&#8203;2652](https://redirect.github.com/StackExchange/StackExchange.Redis/issues/2652): Track client-initiated shutdown for any pipe type ([#&#8203;2814](https://redirect.github.com/StackExchange/StackExchange.Redis/issues/2814) by [@&#8203;bgrainger](https://redirect.github.com/bgrainger)) #### New Contributors - [@&#8203;bgrainger](https://redirect.github.com/bgrainger) made their first contribution in [https://github.com/StackExchange/StackExchange.Redis/pull/2814](https://redirect.github.com/StackExchange/StackExchange.Redis/pull/2814) **Full Changelog**: StackExchange/StackExchange.Redis@2.8.24...2.8.31 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10am every weekday" (UTC), Automerge - "every weekday" (UTC). 🚦 **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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 352c559 commit b6a0a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-cs-multi-container-app/App/App.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.2" />
9-
<PackageReference Include="StackExchange.Redis" Version="2.8.24" />
9+
<PackageReference Include="StackExchange.Redis" Version="2.8.31" />
1010
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.0" />
1111
</ItemGroup>
1212

0 commit comments

Comments
 (0)