Skip to content

Commit 9549b2c

Browse files
azure-sdkannie-macjeet1995
authored
Increment versions for cosmos releases (Azure#46618)
* Increment package versions for cosmos releases * azue-cosmos changelog is using sermantic versioning for ordering --------- Co-authored-by: annie-mac <[email protected]> Co-authored-by: Abhijeet Mohanty <[email protected]>
1 parent 81b099e commit 9549b2c

File tree

18 files changed

+54
-24
lines changed

18 files changed

+54
-24
lines changed

eng/versioning/version_client.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,16 @@ com.azure:azure-core-test;1.27.0-beta.11;1.27.0-beta.12
102102
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.59;1.0.0-beta.60
103103
com.azure:azure-core-tracing-opentelemetry-samples;1.0.0-beta.1;1.0.0-beta.1
104104
com.azure:azure-core-version-tests;1.0.0-beta.1;1.0.0-beta.1
105-
com.azure:azure-cosmos;4.73.1;4.74.0
105+
com.azure:azure-cosmos;4.74.0;4.75.0-beta.1
106106
com.azure:azure-cosmos-benchmark;4.0.1-beta.1;4.0.1-beta.1
107107
com.azure.cosmos.spark:azure-cosmos-spark_3_2-12;1.0.0-beta.1;1.0.0-beta.1
108-
com.azure:azure-cosmos-encryption;2.22.0;2.23.0
108+
com.azure:azure-cosmos-encryption;2.23.0;2.24.0-beta.1
109+
com.azure.cosmos.spark:azure-cosmos-spark-account-data-resolver-sample;1.0.0-beta.1;1.0.0-beta.1
110+
com.azure:azure-cosmos-test;1.0.0-beta.14;1.0.0-beta.15
109111
com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.39.0;4.40.0-beta.1
110112
com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12;4.39.0;4.40.0-beta.1
111113
com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;4.39.0;4.40.0-beta.1
112-
com.azure.cosmos.spark:azure-cosmos-spark-account-data-resolver-sample;1.0.0-beta.1;1.0.0-beta.1
113114
com.azure.cosmos.spark:fabric-cosmos-spark-auth_3;1.0.0;1.1.0-beta.1
114-
com.azure:azure-cosmos-test;1.0.0-beta.13;1.0.0-beta.14
115115
com.azure:azure-cosmos-tests;1.0.0-beta.1;1.0.0-beta.1
116116
com.azure:azure-data-appconfiguration;1.8.3;1.9.0-beta.1
117117
com.azure.cosmos.kafka:azure-cosmos-kafka-connect;2.5.0;2.6.0-beta.1

sdk/cosmos/azure-cosmos-benchmark/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ Licensed under the MIT License.
5252
<dependency>
5353
<groupId>com.azure</groupId>
5454
<artifactId>azure-cosmos</artifactId>
55-
<version>4.74.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
55+
<version>4.75.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
5656
</dependency>
5757

5858
<dependency>
5959
<groupId>com.azure</groupId>
6060
<artifactId>azure-cosmos-encryption</artifactId>
61-
<version>2.23.0</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
61+
<version>2.24.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
6262
</dependency>
6363

6464
<dependency>

sdk/cosmos/azure-cosmos-encryption/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## Release History
22

3+
### 2.24.0-beta.1 (Unreleased)
4+
5+
#### Features Added
6+
7+
#### Breaking Changes
8+
9+
#### Bugs Fixed
10+
11+
#### Other Changes
12+
313
### 2.23.0 (2025-09-05)
414

515
#### Other Changes

sdk/cosmos/azure-cosmos-encryption/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Licensed under the MIT License.
1313

1414
<groupId>com.azure</groupId>
1515
<artifactId>azure-cosmos-encryption</artifactId>
16-
<version>2.23.0</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
16+
<version>2.24.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
1717
<name>Encryption Plugin for Azure Cosmos DB SDK</name>
1818
<description>This Package contains Encryption Plugin for Microsoft Azure Cosmos SDK</description>
1919
<packaging>jar</packaging>
@@ -59,7 +59,7 @@ Licensed under the MIT License.
5959
<dependency>
6060
<groupId>com.azure</groupId>
6161
<artifactId>azure-cosmos</artifactId>
62-
<version>4.74.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
62+
<version>4.75.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
6363
</dependency>
6464

6565
<dependency>

sdk/cosmos/azure-cosmos-kafka-connect/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Licensed under the MIT License.
8686
<dependency>
8787
<groupId>com.azure</groupId>
8888
<artifactId>azure-cosmos</artifactId>
89-
<version>4.74.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
89+
<version>4.75.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
9090
</dependency>
9191

9292
<!-- Added this provided dependency to include necessary annotations used by "reactor-core".
@@ -105,7 +105,7 @@ Licensed under the MIT License.
105105
<dependency>
106106
<groupId>com.azure</groupId>
107107
<artifactId>azure-cosmos-test</artifactId>
108-
<version>1.0.0-beta.14</version> <!-- {x-version-update;com.azure:azure-cosmos-test;current} -->
108+
<version>1.0.0-beta.15</version> <!-- {x-version-update;com.azure:azure-cosmos-test;current} -->
109109
<scope>test</scope>
110110
</dependency>
111111

sdk/cosmos/azure-cosmos-spark_3_2-12/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>com.azure</groupId>
6666
<artifactId>azure-cosmos</artifactId>
67-
<version>4.74.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
67+
<version>4.75.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
6868
<exclusions>
6969
<exclusion>
7070
<groupId>org.slf4j</groupId>
@@ -201,7 +201,7 @@
201201
<dependency>
202202
<groupId>com.azure</groupId>
203203
<artifactId>azure-cosmos-test</artifactId>
204-
<version>1.0.0-beta.14</version> <!-- {x-version-update;com.azure:azure-cosmos-test;current} -->
204+
<version>1.0.0-beta.15</version> <!-- {x-version-update;com.azure:azure-cosmos-test;current} -->
205205
<scope>test</scope>
206206
</dependency>
207207

sdk/cosmos/azure-cosmos-test/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## Release History
22

3+
### 1.0.0-beta.15 (Unreleased)
4+
5+
#### Features Added
6+
7+
#### Breaking Changes
8+
9+
#### Bugs Fixed
10+
11+
#### Other Changes
12+
313
### 1.0.0-beta.14 (2025-09-05)
414

515
#### Features Added

sdk/cosmos/azure-cosmos-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Licensed under the MIT License.
1313

1414
<groupId>com.azure</groupId>
1515
<artifactId>azure-cosmos-test</artifactId>
16-
<version>1.0.0-beta.14</version> <!-- {x-version-update;com.azure:azure-cosmos-test;current} -->
16+
<version>1.0.0-beta.15</version> <!-- {x-version-update;com.azure:azure-cosmos-test;current} -->
1717
<name>Microsoft Azure Java Cosmos Test Library</name>
1818
<description>This package contains core fault injection types for Azure Java Cosmos client.</description>
1919
<packaging>jar</packaging>
@@ -59,7 +59,7 @@ Licensed under the MIT License.
5959
<dependency>
6060
<groupId>com.azure</groupId>
6161
<artifactId>azure-cosmos</artifactId>
62-
<version>4.74.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
62+
<version>4.75.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
6363
</dependency>
6464

6565
<dependency>

sdk/cosmos/azure-cosmos-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ Licensed under the MIT License.
100100
<dependency>
101101
<groupId>com.azure</groupId>
102102
<artifactId>azure-cosmos</artifactId>
103-
<version>4.74.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
103+
<version>4.75.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
104104
</dependency>
105105
<dependency>
106106
<groupId>com.azure</groupId>
107107
<artifactId>azure-cosmos-test</artifactId>
108-
<version>1.0.0-beta.14</version> <!-- {x-version-update;com.azure:azure-cosmos-test;current} -->
108+
<version>1.0.0-beta.15</version> <!-- {x-version-update;com.azure:azure-cosmos-test;current} -->
109109
</dependency>
110110
<dependency>
111111
<groupId>commons-io</groupId>

sdk/cosmos/azure-cosmos/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## Release History
22

3+
### 4.75.0-beta.1 (Unreleased)
4+
5+
#### Features Added
6+
7+
#### Breaking Changes
8+
9+
#### Bugs Fixed
10+
11+
#### Other Changes
12+
313
### 4.74.0 (2025-09-05)
414

515
#### Features Added

0 commit comments

Comments
 (0)