Skip to content

Bump StackExchange.Redis.Extensions.Core from 11.0.0 to 12.1.0#1143

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/ValorDolarHoy.Core/StackExchange.Redis.Extensions.Core-12.1.0
Closed

Bump StackExchange.Redis.Extensions.Core from 11.0.0 to 12.1.0#1143
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/ValorDolarHoy.Core/StackExchange.Redis.Extensions.Core-12.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Updated StackExchange.Redis.Extensions.Core from 11.0.0 to 12.1.0.

Release notes

Sourced from StackExchange.Redis.Extensions.Core's releases.

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

... (truncated)

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

Commits viewable in compare view.

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

---
updated-dependencies:
- dependency-name: StackExchange.Redis.Extensions.Core
  dependency-version: 12.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Apr 13, 2026
@arielsrv arielsrv closed this May 17, 2026
@arielsrv arielsrv deleted the dependabot/nuget/ValorDolarHoy.Core/StackExchange.Redis.Extensions.Core-12.1.0 branch May 17, 2026 08:35
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 17, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

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 .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant