Skip to content

Update dependency StackExchange.Redis.Extensions.AspNetCore to v12#1361

Open
renovate[bot] wants to merge 1 commit into
dev8from
renovate/major-stack-exchange-redis-extensions-monorepo
Open

Update dependency StackExchange.Redis.Extensions.AspNetCore to v12#1361
renovate[bot] wants to merge 1 commit into
dev8from
renovate/major-stack-exchange-redis-extensions-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
StackExchange.Redis.Extensions.AspNetCore 11.0.012.2.0 age confidence

Release Notes

imperugo/StackExchange.Redis.Extensions (StackExchange.Redis.Extensions.AspNetCore)

v12.2.0

Bug Fixes
  • SearchKeysAsync ignoring database numberSearchKeysAsync was using a raw SCAN command via IServer.ExecuteAsync which always defaults to database 0, regardless of which database instance (Db1, Db2, etc.) was used. Replaced with IServer.KeysAsync(database, pattern) which correctly targets the specified database. (#​651)

  • RemoveByTagAsync not cleaning up tag keysRemoveByTagAsync deleted all data keys referenced by a tag but never deleted the tag Set key itself (tag:{tagName}), causing empty Redis Sets to accumulate indefinitely. The tag key is now deleted after removing its members. (#​650)

Security
  • Upgraded Snappier from 1.1.6 to 1.3.x to fix high severity vulnerability (GHSA-pggp-6c3x-2xmx)

Full Changelog: imperugo/StackExchange.Redis.Extensions@v12.1.0...v12.2.0

v12.1.0

StackExchange.Redis.Extensions v12.1.0

AI/ML features and developer experience improvements.

New Features

VectorSet API for AI/ML Similarity Search (#​631, PR #​647)

15 methods covering Redis 8.0 VectorSet operations for RAG, recommendations, and semantic search:

  • VectorSetAddAsync, VectorSetSimilaritySearchAsync, VectorSetRemoveAsync, VectorSetContainsAsync
  • VectorSetLengthAsync, VectorSetDimensionAsync, VectorSetInfoAsync
  • VectorSetGetAttributesJsonAsync, VectorSetSetAttributesJsonAsync
  • VectorSetRandomMemberAsync, VectorSetRandomMembersAsync
  • VectorSetGetApproximateVectorAsync, VectorSetGetLinksAsync, VectorSetGetLinksWithScoresAsync
AI Coding Assistant Integration (#​629, #​630, PR #​649)
  • llms.txt — Standard file for AI documentation indexing (Context7, Copilot, Cursor)
  • Claude Code plugin with 3 skills:
    • /redis-configure — Generate configuration from natural language
    • /redis-scaffold — Production code patterns (cache-aside, Streams, Geo, VectorSet RAG)
    • /redis-diagnose — Troubleshoot timeouts, connection failures, serialization errors
Documentation Improvements
  • Complete API reference tables added to GeoSpatial, Streams, VectorSet, and Compression docs
  • Migration Guide: v11 → v12
  • All old documentation modernized to .NET 8+ patterns
Security & CI
  • SECURITY.md with GitHub Private Vulnerability Reporting
  • CodeQL Advanced security analysis (C# + GitHub Actions scanning)
  • CI workflow for automated testing on push/PR to master
  • Manual NuGet publish workflow (replaced auto-trigger)

NuGet Packages Published

All 14 packages published as v12.1.0:

  • Core, AspNetCore
  • Serializers: System.Text.Json, Newtonsoft, MsgPack, Protobuf, MemoryPack, ServiceStack, Utf8Json
  • Compressors: LZ4, Snappier, ZstdSharp, GZip, Brotli (first publish — these were missing from v12.0.0)

Install

dotnet add package StackExchange.Redis.Extensions.Core --version 12.1.0

Full Changelog

v12.0.0

StackExchange.Redis.Extensions v12.0.0

Major release with new features, bug fixes, modernized infrastructure, and comprehensive documentation.

New Features

  • GeoSpatial Indexes (#​245, PR #​621) — 16 methods: GEOADD, GEOSEARCH, GEODIST, GEOPOS, GEOHASH, GEORADIUS, GEOSEARCHSTORE
  • Redis Streams (#​190, PR #​621) — 16 methods with consumer group support
  • Hash Field Expiry (#​483, PR #​622) — HSETEX, HEXPIRE, HPTTL, HPERSIST (Redis 7.4+)
  • Transparent Compression (#​327, PR #​622) — 5 packages: LZ4, Snappier, ZstdSharp, GZip, Brotli
  • Azure Managed Identity (#​596, PR #​622) — ConfigurationOptionsAsyncHandler
  • New Configuration Properties (#​595, #​496, #​613) — ClientName, KeepAlive, CertificateSelection
  • .NET 10 Support (#​619, PR #​620)

Bug Fixes

Infrastructure

  • Upgraded StackExchange.Redis to 2.12.14
  • Replaced Moq with NSubstitute (#​623, PR #​624)
  • Source-generated logging via [LoggerMessage] (PR #​628)
  • Comprehensive documentation rewrite (PR #​628)
  • 970+ tests passing

Migration Guide

See Migration Guide: v11 → v12


Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • "before 1am,before 5am,before 9am"
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update stack-exchange-redis-extensions monorepo to v12 Update stack-exchange-redis-extensions monorepo (major) Jun 22, 2026
@renovate renovate Bot changed the title Update stack-exchange-redis-extensions monorepo (major) Update dependency StackExchange.Redis.Extensions.AspNetCore to v12 Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants