Skip to content

chore(deps): update dependency stackexchange.redis to 3.0.11#6324

Merged
thomhurst merged 1 commit into
mainfrom
renovate/stackexchange.redis-3.x
Jun 29, 2026
Merged

chore(deps): update dependency stackexchange.redis to 3.0.11#6324
thomhurst merged 1 commit into
mainfrom
renovate/stackexchange.redis-3.x

Conversation

@thomhurst

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
StackExchange.Redis (source) nuget patch 3.0.73.0.11

Release Notes

StackExchange/StackExchange.Redis (StackExchange.Redis)

v3.0.11

Compare Source

What's Changed

Full Changelog: StackExchange/StackExchange.Redis@3.0.7...3.0.11


Configuration

📅 Schedule: (UTC)

  • 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.


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

This PR has been generated by Mend Renovate.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file PATCH renovate-bot labels Jun 29, 2026
@thomhurst thomhurst enabled auto-merge (squash) June 29, 2026 01:01
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity

Metric Results
Complexity 0

View in Codacy

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.

@claude claude Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@thomhurst thomhurst merged commit 5b83b2b into main Jun 29, 2026
14 checks passed
@thomhurst thomhurst deleted the renovate/stackexchange.redis-3.x branch June 29, 2026 01:23
This was referenced Jul 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file PATCH renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants