chore(deps): update dependency stackexchange.redis to 2.12.1#5153
chore(deps): update dependency stackexchange.redis to 2.12.1#5153
Conversation
There was a problem hiding this comment.
Code Review
Summary: Routine dependency update bumping from to (minor version bump), generated by Renovate Bot.
Changes
- — Central Package Management version updated
- — Direct package reference version updated
Assessment
The update is clean and consistent. The 2.12.1 release is a minor update with no breaking changes — it adds missing LCS outputs, a new RedisType.VectorSet enum value, multiplexer count tracking, and internal engineering improvements.
One observation (pre-existing): CloudShop.Tests.csproj pins the version directly (Version="2.12.1") alongside the entry in Directory.Packages.props. With Central Package Management enabled, project files should typically omit the Version attribute and inherit from Directory.Packages.props. This is a pre-existing pattern and not introduced by this PR, but worth cleaning up to avoid drift between the two files in future updates.
Otherwise, no issues — the bump is safe to merge.
There was a problem hiding this comment.
Code Review
Summary: Routine dependency update bumping StackExchange.Redis from 2.11.8 to 2.12.1 (minor version bump), generated by Renovate Bot.
Changes
Directory.Packages.props- Central Package Management version updatedexamples/CloudShop/CloudShop.Tests/CloudShop.Tests.csproj- Direct package reference version updated
Assessment
The update is clean and consistent. The 2.12.1 release is a minor update with no breaking changes - it adds missing LCS outputs, a new RedisType.VectorSet enum value, multiplexer count tracking, and internal engineering improvements.
One observation (pre-existing): CloudShop.Tests.csproj pins the version directly (Version="2.12.1") alongside the entry in Directory.Packages.props. With Central Package Management enabled, project files should typically omit the Version attribute and inherit from Directory.Packages.props. This is a pre-existing pattern and not introduced by this PR, but worth cleaning up to avoid version drift between the two files in future updates.
Otherwise, no issues - the bump is safe to merge.
This PR contains the following updates:
2.11.8→2.12.1Release Notes
StackExchange/StackExchange.Redis (StackExchange.Redis)
v2.12.1Compare Source
What's Changed
LCSoutputs and missingRedisType.VectorSet(#3028 by @mgravell)AsciiHash(#3028 by @mgravell)Full Changelog: StackExchange/StackExchange.Redis@2.11.8...2.12.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.