Bump package versions to 1.3.0#572
Merged
Merged
Conversation
Revs all four publishable packages (Redis.OM and the three Vectorizers packages) from 1.2.0 to 1.3.0 for the next release, including the PackageReleaseNotes release-tag URLs. Inter-package dependency versions auto-stamp from ProjectReferences at pack time. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Revs all four publishable packages from 1.2.0 → 1.3.0 for the next release:
Redis.OMRedis.OM.VectorizersRedis.OM.Vectorizers.AllMiniLML6V2Redis.OM.Vectorizers.Resnet18Each project's
PackageVersion,Version, andPackageReleaseNotestag URL are updated. Inter-package dependency versions auto-stamp fromProjectReferences at pack time (verified the core packs asRedis.OM.1.3.0.nupkg).Notable changes since 1.2.0
Matchsupport forstring/IEnumerable<string>(Support 'Match...' of string and IEnumerable<string> #551)INDEXMISSINGon non-tag fields (FixINDEXMISSINGon non-tag fields #552)Vector<float[]>serialization withFloatVectorizer(IRedisCollection<T> fails with Vector fields #566 / Fix Vector<float[]> serialization + non-generic enumeration with FloatVectorizer (#566) #569)Follow-ups (post-merge)
PackageReleaseNotesURL points atreleases/tag/v1.3.0, which 404s until thev1.3.0GitHub release/tag is created (same pattern as prior releases).🤖 Generated with Claude Code
Note
Low Risk
Version-only csproj changes with no application logic; main follow-up is creating the matching GitHub release so PackageReleaseNotes URLs resolve.
Overview
Prepares the 1.3.0 NuGet release by bumping
PackageVersion,Version, andPackageReleaseNotes(tag URL) from 1.2.0 to 1.3.0 in all four publishable projects:Redis.OM,Redis.OM.Vectorizers,Redis.OM.Vectorizers.AllMiniLML6V2, andRedis.OM.Vectorizers.Resnet18.There is no runtime or API code in this diff—only release metadata. The release notes link will 404 until the
v1.3.0GitHub tag/release exists.Reviewed by Cursor Bugbot for commit 6d5c597. Bugbot is set up for automated code reviews on this repo. Configure here.