release: prepare spring-ai-cosmos 1.0.0 GA wave#57
Merged
Conversation
Bump all four publishable modules from 1.0.0-SNAPSHOT to 1.0.0 and add 1.0.0 CHANGELOG sections: - spring-ai-azure-cosmos-db-store - spring-ai-autoconfigure-vector-store-azure-cosmos-db - spring-ai-model-chat-memory-repository-cosmos-db - spring-ai-autoconfigure-model-chat-memory-repository-cosmos-db Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Prepares the spring-ai-cosmos module wave for the 1.0.0 GA release by moving each publishable module off 1.0.0-SNAPSHOT and documenting the GA release in each module changelog.
Changes:
- Bump the four publishable module versions from
1.0.0-SNAPSHOTto1.0.0. - Add
## [1.0.0] — 2026-06-25sections to each module CHANGELOG describing the GA dependency upgrades.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| spring-ai-azure-cosmos-db-store/pom.xml | Set module version to 1.0.0 for GA release. |
| spring-ai-azure-cosmos-db-store/CHANGELOG.md | Add 1.0.0 GA changelog entry. |
| spring-ai-autoconfigure-vector-store-azure-cosmos-db/pom.xml | Set module version to 1.0.0 for GA release. |
| spring-ai-autoconfigure-vector-store-azure-cosmos-db/CHANGELOG.md | Add 1.0.0 GA changelog entry. |
| spring-ai-model-chat-memory-repository-cosmos-db/pom.xml | Set module version to 1.0.0 for GA release. |
| spring-ai-model-chat-memory-repository-cosmos-db/CHANGELOG.md | Add 1.0.0 GA changelog entry. |
| spring-ai-autoconfigure-model-chat-memory-repository-cosmos-db/pom.xml | Set module version to 1.0.0 for GA release. |
| spring-ai-autoconfigure-model-chat-memory-repository-cosmos-db/CHANGELOG.md | Add 1.0.0 GA changelog entry. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Release: spring-ai-cosmos 1.0.0 (GA)
Promotes all four publishable modules from
1.0.0-SNAPSHOTto1.0.0(GA), following the prior1.0.0-M1and1.0.0-RC1releases.Modules
spring-ai-azure-cosmos-db-store1.0.0spring-ai-autoconfigure-vector-store-azure-cosmos-db1.0.0spring-ai-model-chat-memory-repository-cosmos-db1.0.0spring-ai-autoconfigure-model-chat-memory-repository-cosmos-db1.0.0Changes
Each module's
pom.xml<version>is bumped and a## [1.0.0] — 2026-06-25CHANGELOG section is added with:The two autoconfigure modules pin their core dependency via
${project.version}, so this same-version wave auto-pins each to the released1.0.0core (no SNAPSHOT deps).Release plan (after merge)
Tags are pushed one at a time, in dependency order (core before its autoconfigure):
spring-ai-azure-cosmos-db-store-v1.0.0→ wait for GitHub Releasespring-ai-autoconfigure-vector-store-azure-cosmos-db-v1.0.0spring-ai-model-chat-memory-repository-cosmos-db-v1.0.0→ wait for GitHub Releasespring-ai-autoconfigure-model-chat-memory-repository-cosmos-db-v1.0.0A follow-up post-release PR will bump each module to the next dev SNAPSHOT.
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com