Skip to content

Commit 384be75

Browse files
committed
Increment package versions for cosmos releases
1 parent 7f83359 commit 384be75

File tree

27 files changed

+105
-35
lines changed

27 files changed

+105
-35
lines changed

eng/versioning/version_client.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,20 +104,20 @@ com.azure:azure-core-test;1.27.0-beta.13;1.27.0-beta.14
104104
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.61;1.0.0-beta.62
105105
com.azure:azure-core-tracing-opentelemetry-samples;1.0.0-beta.1;1.0.0-beta.1
106106
com.azure:azure-core-version-tests;1.0.0-beta.1;1.0.0-beta.1
107-
com.azure:azure-cosmos;4.75.0;4.76.0
107+
com.azure:azure-cosmos;4.76.0;4.77.0-beta.1
108108
com.azure:azure-cosmos-benchmark;4.0.1-beta.1;4.0.1-beta.1
109109
com.azure.cosmos.spark:azure-cosmos-spark_3;0.0.1-beta.1;0.0.1-beta.1
110110
com.azure.cosmos.spark:azure-cosmos-spark_3-5;0.0.1-beta.1;0.0.1-beta.1
111-
com.azure:azure-cosmos-encryption;2.24.0;2.25.0
111+
com.azure:azure-cosmos-encryption;2.25.0;2.26.0-beta.1
112112
com.azure.cosmos.spark:azure-cosmos-spark-account-data-resolver-sample;1.0.0-beta.1;1.0.0-beta.1
113-
com.azure:azure-cosmos-test;1.0.0-beta.15;1.0.0-beta.16
114-
com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.41.0;4.42.0
115-
com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12;4.41.0;4.42.0
116-
com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;4.41.0;4.42.0
113+
com.azure:azure-cosmos-test;1.0.0-beta.16;1.0.0-beta.17
114+
com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.42.0;4.43.0-beta.1
115+
com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12;4.42.0;4.43.0-beta.1
116+
com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;4.42.0;4.43.0-beta.1
117117
com.azure.cosmos.spark:fabric-cosmos-spark-auth_3;1.1.0;1.2.0-beta.1
118118
com.azure:azure-cosmos-tests;1.0.0-beta.1;1.0.0-beta.1
119119
com.azure:azure-data-appconfiguration;1.8.5;1.9.0-beta.1
120-
com.azure.cosmos.kafka:azure-cosmos-kafka-connect;2.6.1;2.7.0
120+
com.azure.cosmos.kafka:azure-cosmos-kafka-connect;2.7.0;2.8.0-beta.1
121121
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
122122
com.azure:azure-data-schemaregistry;1.5.9;1.6.0-beta.1
123123
com.azure:azure-data-schemaregistry-apacheavro;1.1.30;1.2.0-beta.3

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.76.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
55+
<version>4.77.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.25.0</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
61+
<version>2.26.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.26.0-beta.1 (Unreleased)
4+
5+
#### Features Added
6+
7+
#### Breaking Changes
8+
9+
#### Bugs Fixed
10+
11+
#### Other Changes
12+
313
### 2.25.0 (2025-12-09)
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.25.0</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
16+
<version>2.26.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>
@@ -61,7 +61,7 @@ Licensed under the MIT License.
6161
<dependency>
6262
<groupId>com.azure</groupId>
6363
<artifactId>azure-cosmos</artifactId>
64-
<version>4.76.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
64+
<version>4.77.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
6565
</dependency>
6666

6767
<dependency>

sdk/cosmos/azure-cosmos-kafka-connect/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.8.0-beta.1 (Unreleased)
4+
5+
#### Features Added
6+
7+
#### Breaking Changes
8+
9+
#### Bugs Fixed
10+
11+
#### Other Changes
12+
313
### 2.7.0 (2025-12-09)
414

515
#### Other Changes

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

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

1414
<groupId>com.azure.cosmos.kafka</groupId>
1515
<artifactId>azure-cosmos-kafka-connect</artifactId>
16-
<version>2.7.0</version> <!-- {x-version-update;com.azure.cosmos.kafka:azure-cosmos-kafka-connect;current} -->
16+
<version>2.8.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.kafka:azure-cosmos-kafka-connect;current} -->
1717
<name>Apache Kafka Connect connector for Azure Cosmos DB</name>
1818
<description>This Package contains an Apache Kafka Connect source and sink connector for Azure Cosmos DB</description>
1919
<packaging>jar</packaging>
@@ -92,7 +92,7 @@ Licensed under the MIT License.
9292
<dependency>
9393
<groupId>com.azure</groupId>
9494
<artifactId>azure-cosmos</artifactId>
95-
<version>4.76.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
95+
<version>4.77.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
9696
</dependency>
9797

9898
<!-- Added this provided dependency to include necessary annotations used by "reactor-core".
@@ -111,7 +111,7 @@ Licensed under the MIT License.
111111
<dependency>
112112
<groupId>com.azure</groupId>
113113
<artifactId>azure-cosmos-test</artifactId>
114-
<version>1.0.0-beta.16</version> <!-- {x-version-update;com.azure:azure-cosmos-test;current} -->
114+
<version>1.0.0-beta.17</version> <!-- {x-version-update;com.azure:azure-cosmos-test;current} -->
115115
<scope>test</scope>
116116
</dependency>
117117

sdk/cosmos/azure-cosmos-spark-account-data-resolver-sample/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<dependency>
9898
<groupId>com.azure.cosmos.spark</groupId>
9999
<artifactId>azure-cosmos-spark_3-5_2-12</artifactId>
100-
<version>4.42.0</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;current} -->
100+
<version>4.43.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;current} -->
101101
<scope>provided</scope>
102102
</dependency>
103103
<dependency>
@@ -292,7 +292,7 @@
292292
<include>com.fasterxml.jackson.core:jackson-databind:[2.15.2]</include> <!-- {x-include-update;cosmos_com.fasterxml.jackson.core:jackson-databind;external_dependency} -->
293293
<include>com.fasterxml.jackson.module:jackson-module-scala_2.12:[2.15.2]</include> <!-- {x-include-update;cosmos_com.fasterxml.jackson.module:jackson-module-scala_2.12;external_dependency} -->
294294
<include>com.globalmentor:hadoop-bare-naked-local-fs:[0.1.0]</include> <!-- {x-include-update;cosmos_com.globalmentor:hadoop-bare-naked-local-fs;external_dependency} -->
295-
<include>com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12:[4.42.0]</include> <!-- {x-include-update;com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;current} -->
295+
<include>com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12:[4.43.0-beta.1]</include> <!-- {x-include-update;com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;current} -->
296296
</includes>
297297
</bannedDependencies>
298298
</rules>

sdk/cosmos/azure-cosmos-spark_3-3_2-12/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.43.0-beta.1 (Unreleased)
4+
5+
#### Features Added
6+
7+
#### Breaking Changes
8+
9+
#### Bugs Fixed
10+
11+
#### Other Changes
12+
313
### 4.42.0 (2025-12-09)
414

515
#### Other Changes

sdk/cosmos/azure-cosmos-spark_3-3_2-12/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>com.azure.cosmos.spark</groupId>
1313
<artifactId>azure-cosmos-spark_3-3_2-12</artifactId>
14-
<version>4.42.0</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;current} -->
14+
<version>4.43.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;current} -->
1515
<packaging>jar</packaging>
1616
<url>https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cosmos/azure-cosmos-spark_3-3_2-12</url>
1717
<name>OLTP Spark 3.3 Connector for Azure Cosmos DB SQL API</name>

sdk/cosmos/azure-cosmos-spark_3-4_2-12/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.43.0-beta.1 (Unreleased)
4+
5+
#### Features Added
6+
7+
#### Breaking Changes
8+
9+
#### Bugs Fixed
10+
11+
#### Other Changes
12+
313
### 4.42.0 (2025-12-09)
414

515
#### Other Changes

0 commit comments

Comments
 (0)