Skip to content

Commit 7f83359

Browse files
Cosmos release 2025-12-09 (#47495)
1 parent 72f01aa commit 7f83359

File tree

26 files changed

+53
-79
lines changed

26 files changed

+53
-79
lines changed

eng/versioning/version_client.txt

Lines changed: 6 additions & 6 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-beta.1
107+
com.azure:azure-cosmos;4.75.0;4.76.0
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-beta.1
111+
com.azure:azure-cosmos-encryption;2.24.0;2.25.0
112112
com.azure.cosmos.spark:azure-cosmos-spark-account-data-resolver-sample;1.0.0-beta.1;1.0.0-beta.1
113113
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-beta.1
115-
com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12;4.41.0;4.42.0-beta.1
116-
com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;4.41.0;4.42.0-beta.1
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
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-beta.1
120+
com.azure.cosmos.kafka:azure-cosmos-kafka-connect;2.6.1;2.7.0
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-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
55+
<version>4.76.0</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-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
61+
<version>2.25.0</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
6262
</dependency>
6363

6464
<dependency>

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

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

3-
### 2.25.0-beta.1 (Unreleased)
4-
5-
#### Features Added
6-
7-
#### Breaking Changes
8-
9-
#### Bugs Fixed
3+
### 2.25.0 (2025-12-09)
104

115
#### Other Changes
126
* Enabled hostname validation for RNTBD connections to backend - [PR 47111](https://github.com/Azure/azure-sdk-for-java/pull/47111)
7+
* Updated `azure-cosmos` to version `4.76.0`.
138

149
### 2.24.0 (2025-10-21)
1510
#### Other Changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Azure Cosmos Encryption Plugin is used for encrypting data with a user-provi
1212
<dependency>
1313
<groupId>com.azure</groupId>
1414
<artifactId>azure-cosmos-encryption</artifactId>
15-
<version>2.25.0-beta.1</version>
15+
<version>2.25.0</version>
1616
</dependency>
1717
```
1818
[//]: # ({x-version-update-end})

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-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
16+
<version>2.25.0</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-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
64+
<version>4.76.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
6565
</dependency>
6666

6767
<dependency>

sdk/cosmos/azure-cosmos-kafka-connect/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
## Release History
22

3-
### 2.7.0-beta.1 (Unreleased)
4-
5-
#### Features Added
6-
7-
#### Breaking Changes
8-
9-
#### Bugs Fixed
3+
### 2.7.0 (2025-12-09)
104

115
#### Other Changes
126
* Enabled hostname validation for RNTBD connections to backend - [PR 47111](https://github.com/Azure/azure-sdk-for-java/pull/47111)

sdk/cosmos/azure-cosmos-kafka-connect/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.cosmos.kafka</groupId>
1515
<artifactId>azure-cosmos-kafka-connect</artifactId>
16-
<version>2.7.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.kafka:azure-cosmos-kafka-connect;current} -->
16+
<version>2.7.0</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-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
95+
<version>4.76.0</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".

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-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;current} -->
100+
<version>4.42.0</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-beta.1]</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.42.0]</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: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
## Release History
22

3-
### 4.42.0-beta.1 (Unreleased)
4-
5-
#### Features Added
6-
7-
#### Breaking Changes
8-
9-
#### Bugs Fixed
3+
### 4.42.0 (2025-12-09)
104

115
#### Other Changes
126
* Enabled hostname validation for RNTBD connections to backend - [PR 47111](https://github.com/Azure/azure-sdk-for-java/pull/47111)

sdk/cosmos/azure-cosmos-spark_3-3_2-12/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
2828
#### azure-cosmos-spark_3-3_2-12
2929
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
3030
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
31+
| 4.42.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* |
3132
| 4.41.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* |
3233
| 4.40.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* |
3334
| 4.39.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* |
@@ -76,6 +77,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
7677
#### azure-cosmos-spark_3-4_2-12
7778
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes |
7879
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|---------------------------|
80+
| 4.42.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | |
7981
| 4.41.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | |
8082
| 4.40.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | |
8183
| 4.39.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | |
@@ -115,6 +117,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
115117
#### azure-cosmos-spark_3-5_2-12
116118
| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes |
117119
|-----------|--------------------------|----------------------|----------------------------|-------------------------------|------------------------------|
120+
| 4.42.0 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\*, 16.4 LTS | 1.3.\* |
118121
| 4.41.0 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\*, 16.4 LTS | 1.3.\* |
119122
| 4.40.0 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\* | |
120123
| 4.39.0 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\* | |
@@ -140,11 +143,11 @@ to use the same version of Scala that Spark was compiled for.
140143
### Download
141144

142145
You can use the maven coordinate of the jar to auto install the Spark Connector to your Databricks Runtime from Maven:
143-
`com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12:4.41.0`
146+
`com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12:4.42.0`
144147

145148
You can also integrate against Cosmos DB Spark Connector in your SBT project:
146149
```scala
147-
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-3_2-12" % "4.41.0"
150+
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-3_2-12" % "4.42.0"
148151
```
149152

150153
Cosmos DB Spark Connector is available on [Maven Central Repo](https://central.sonatype.com/search?namespace=com.azure.cosmos.spark).

0 commit comments

Comments
 (0)