Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 11, 2026

This PR contains the following updates:

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

Release Notes

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

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 5:00am,before 10am,before 3pm,before 8pm"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

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