Increment versions for cosmos releases#49034
Merged
jeet1995 merged 1 commit intoAzure:mainfrom May 4, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Cosmos-related package and dependency versions across the repo to align with the latest Cosmos releases: consumers are moved to the newly released GA versions, while Cosmos libraries advance to the next -beta.1 development cycle with fresh “Unreleased” CHANGELOG sections.
Changes:
- Bump Spring and sample dependencies on
com.azure:azure-cosmosfrom4.79.1to4.80.0. - Advance Cosmos libraries to next prerelease versions (e.g.,
azure-cosmos→4.81.0-beta.1, Spark connectors →4.49.0-beta.1, encryption/kafka-connect → next-beta.1) and add corresponding “Unreleased” CHANGELOG entries. - Update
eng/versioning/version_client.txtto reflect the new version transitions.
Reviewed changes
Copilot reviewed 32 out of 32 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/spring/spring-cloud-azure-starter-cosmos/pom.xml | Update azure-cosmos dependency to 4.80.0. |
| sdk/spring/spring-cloud-azure-service/pom.xml | Update optional azure-cosmos dependency to 4.80.0. |
| sdk/spring/spring-cloud-azure-autoconfigure/pom.xml | Update optional azure-cosmos dependency to 4.80.0. |
| sdk/spring/spring-cloud-azure-actuator/pom.xml | Update optional azure-cosmos dependency to 4.80.0. |
| sdk/spring/spring-cloud-azure-actuator-autoconfigure/pom.xml | Update optional azure-cosmos dependency to 4.80.0. |
| sdk/spring/azure-spring-data-cosmos/pom.xml | Update azure-cosmos dependency to 4.80.0. |
| sdk/resourcemanager/azure-resourcemanager-samples/pom.xml | Update azure-cosmos dependency to 4.80.0. |
| sdk/cosmos/fabric-cosmos-spark-auth_3/pom.xml | Update Spark connector dependency and enforcer include to 4.49.0-beta.1. |
| sdk/cosmos/azure-cosmos/pom.xml | Bump azure-cosmos package version to 4.81.0-beta.1. |
| sdk/cosmos/azure-cosmos/CHANGELOG.md | Add 4.81.0-beta.1 (Unreleased) section. |
| sdk/cosmos/azure-cosmos-tests/pom.xml | Update azure-cosmos dependency to 4.81.0-beta.1. |
| sdk/cosmos/azure-cosmos-test/pom.xml | Update azure-cosmos dependency to 4.81.0-beta.1. |
| sdk/cosmos/azure-cosmos-spark-account-data-resolver-sample/pom.xml | Update Spark connector dependency and enforcer include to 4.49.0-beta.1. |
| sdk/cosmos/azure-cosmos-spark_4-1_2-13/pom.xml | Bump Spark 4.1 connector version to 4.49.0-beta.1. |
| sdk/cosmos/azure-cosmos-spark_4-1_2-13/CHANGELOG.md | Add 4.49.0-beta.1 (Unreleased) section. |
| sdk/cosmos/azure-cosmos-spark_4-0_2-13/pom.xml | Bump Spark 4.0 connector version to 4.49.0-beta.1. |
| sdk/cosmos/azure-cosmos-spark_4-0_2-13/CHANGELOG.md | Add 4.49.0-beta.1 (Unreleased) section. |
| sdk/cosmos/azure-cosmos-spark_3/pom.xml | Update azure-cosmos dependency to 4.81.0-beta.1. |
| sdk/cosmos/azure-cosmos-spark_3-5_2-13/pom.xml | Bump Spark 3.5 (Scala 2.13) connector version to 4.49.0-beta.1. |
| sdk/cosmos/azure-cosmos-spark_3-5_2-13/CHANGELOG.md | Add 4.49.0-beta.1 (Unreleased) section. |
| sdk/cosmos/azure-cosmos-spark_3-5_2-12/pom.xml | Bump Spark 3.5 (Scala 2.12) connector version to 4.49.0-beta.1. |
| sdk/cosmos/azure-cosmos-spark_3-5_2-12/CHANGELOG.md | Add 4.49.0-beta.1 (Unreleased) section. |
| sdk/cosmos/azure-cosmos-spark_3-4_2-12/pom.xml | Bump Spark 3.4 connector version to 4.49.0-beta.1. |
| sdk/cosmos/azure-cosmos-spark_3-4_2-12/CHANGELOG.md | Add 4.49.0-beta.1 (Unreleased) section. |
| sdk/cosmos/azure-cosmos-spark_3-3_2-12/pom.xml | Bump Spark 3.3 connector version to 4.49.0-beta.1. |
| sdk/cosmos/azure-cosmos-spark_3-3_2-12/CHANGELOG.md | Add 4.49.0-beta.1 (Unreleased) section. |
| sdk/cosmos/azure-cosmos-kafka-connect/pom.xml | Bump kafka-connect package version to 2.11.0-beta.1 and azure-cosmos dependency to 4.81.0-beta.1. |
| sdk/cosmos/azure-cosmos-kafka-connect/CHANGELOG.md | Add 2.11.0-beta.1 (Unreleased) section. |
| sdk/cosmos/azure-cosmos-encryption/pom.xml | Bump encryption package version to 2.30.0-beta.1 and azure-cosmos dependency to 4.81.0-beta.1. |
| sdk/cosmos/azure-cosmos-encryption/CHANGELOG.md | Add 2.30.0-beta.1 (Unreleased) section. |
| sdk/cosmos/azure-cosmos-benchmark/pom.xml | Update benchmark dependencies to azure-cosmos 4.81.0-beta.1 and azure-cosmos-encryption 2.30.0-beta.1. |
| eng/versioning/version_client.txt | Record version transitions for Cosmos GA→next-beta and Spark/encryption/kafka-connect beta increments. |
jeet1995
approved these changes
May 4, 2026
kushagraThapar
approved these changes
May 4, 2026
ananth7592
approved these changes
May 4, 2026
srnagar
approved these changes
May 4, 2026
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.
Increment package versions for cosmos releases