chore(deps): update dependency stackexchange.redis to 3.0.11#6324
Conversation
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
There was a problem hiding this comment.
Code Review
This PR bumps StackExchange.Redis from 3.0.7 → 3.0.11 (patch) via Renovate. The two-file update is correct and complete: the root Directory.Packages.props covers CPM-enabled projects (e.g. TUnit.Example.Asp.Net), and CloudShop.Tests.csproj carries an explicit version because examples/CloudShop/Directory.Packages.props intentionally opts out of CPM with ManagePackageVersionsCentrally=false. All other StackExchange.Redis references in the repo (Aspire.StackExchange.Redis, Aspire.StackExchange.Redis.OutputCaching) are distinct packages unaffected by this change, and no files with a stale 3.0.7 pin were missed.
Findings
No correctness or behavior issues found. The 3.0.11 release changes (ShortBlob storage, canonical parser optimization) are internal to RedisValue and do not alter the public API.
Architectural observation (pre-existing, not introduced by this PR)
The CPM opt-out in examples/CloudShop/Directory.Packages.props means that any package shared between the main repo and CloudShop requires updates in two places — root CPM and each CloudShop .csproj explicitly. Renovate handles this correctly, but the pattern creates a maintenance surface where versions can drift if a manual bump touches only one location.
If CloudShop's independence from the root CPM is not strictly required, enabling CPM there (removing ManagePackageVersionsCentrally=false and dropping the explicit Version attributes from CloudShop .csproj files) would reduce every future shared-package bump to a single-file change. Worth considering as a follow-up, but not a blocker for this PR.
Verdict: LGTM — safe to merge as-is.
This PR contains the following updates:
3.0.7→3.0.11Release Notes
StackExchange/StackExchange.Redis (StackExchange.Redis)
v3.0.11Compare Source
What's Changed
ReadOnlySequence<byte>withRedisValueby @pairbit in #3112RedisValue/ reader logic by using canonical parser and new ShortBlob storage kind by @mgravell in #3114Full Changelog: StackExchange/StackExchange.Redis@3.0.7...3.0.11
Configuration
📅 Schedule: (UTC)
🚦 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 Mend Renovate.