Skip to content

Commit 10e5854

Browse files
authored
Preparing for Cosmos releases. (Azure#45297)
* Preparing for `azure-cosmos` v4.69.0 release. * Updating release versions and CHANGELOG.md * Updating release versions and CHANGELOG.md * Updating release versions and CHANGELOG.md
1 parent 4896510 commit 10e5854

File tree

25 files changed

+59
-80
lines changed

25 files changed

+59
-80
lines changed

eng/versioning/version_client.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,17 +98,17 @@ com.azure:azure-core-test;1.27.0-beta.8;1.27.0-beta.9
9898
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.56;1.0.0-beta.57
9999
com.azure:azure-core-tracing-opentelemetry-samples;1.0.0-beta.1;1.0.0-beta.1
100100
com.azure:azure-core-version-tests;1.0.0-beta.1;1.0.0-beta.1
101-
com.azure:azure-cosmos;4.68.0;4.69.0-beta.1
101+
com.azure:azure-cosmos;4.68.0;4.69.0
102102
com.azure:azure-cosmos-benchmark;4.0.1-beta.1;4.0.1-beta.1
103103
com.azure.cosmos.spark:azure-cosmos-spark_3_2-12;1.0.0-beta.1;1.0.0-beta.1
104-
com.azure:azure-cosmos-encryption;2.19.0;2.20.0-beta.1
105-
com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.37.1;4.38.0-beta.1
106-
com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12;4.37.1;4.38.0-beta.1
107-
com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;4.37.1;4.38.0-beta.1
104+
com.azure:azure-cosmos-encryption;2.19.0;2.20.0
105+
com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.37.1;4.37.2
106+
com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12;4.37.1;4.37.2
107+
com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;4.37.1;4.37.2
108108
com.azure.cosmos.spark:azure-cosmos-spark-account-data-resolver-sample;1.0.0-beta.1;1.0.0-beta.1
109109
com.azure:azure-cosmos-test;1.0.0-beta.11;1.0.0-beta.12
110110
com.azure:azure-cosmos-tests;1.0.0-beta.1;1.0.0-beta.1
111-
com.azure.cosmos.kafka:azure-cosmos-kafka-connect;2.3.0;2.4.0-beta.1
111+
com.azure.cosmos.kafka:azure-cosmos-kafka-connect;2.3.0;2.3.1
112112
com.azure:azure-data-appconfiguration;1.8.0;1.9.0-beta.1
113113
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
114114
com.azure:azure-data-schemaregistry;1.5.4;1.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.69.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
55+
<version>4.69.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.20.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
61+
<version>2.20.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: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
## Release History
22

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

115
#### Other Changes
6+
* Updated `azure-cosmos` to version `4.69.0`.
127

138
### 2.19.0 (2025-03-20)
149

1510
#### Other Changes
1611
* Updated `azure-cosmos` to version `4.68.0`.
17-
*
12+
1813
### 2.18.0 (2025-02-20)
1914

2015
#### 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.19.0</version>
15+
<version>2.20.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.20.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
16+
<version>2.20.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>
@@ -59,7 +59,7 @@ Licensed under the MIT License.
5959
<dependency>
6060
<groupId>com.azure</groupId>
6161
<artifactId>azure-cosmos</artifactId>
62-
<version>4.69.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
62+
<version>4.69.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
6363
</dependency>
6464

6565
<dependency>

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

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

3-
### 2.4.0-beta.1 (Unreleased)
4-
5-
#### Features Added
6-
7-
#### Breaking Changes
3+
### 2.3.1 (2025-05-13)
84

95
#### Bugs Fixed
10-
11-
#### Other Changes
6+
* Fixed hang issue in `CosmosPagedIterable#handle` by preventing race conditions in underlying subscription of `Flux<FeedResponse>`. - [PR 45290](https://github.com/Azure/azure-sdk-for-java/pull/45290)
127

138
### 2.3.0 (2025-04-23)
149

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.4.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.kafka:azure-cosmos-kafka-connect;current} -->
16+
<version>2.3.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>
@@ -86,7 +86,7 @@ Licensed under the MIT License.
8686
<dependency>
8787
<groupId>com.azure</groupId>
8888
<artifactId>azure-cosmos</artifactId>
89-
<version>4.69.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
89+
<version>4.69.0</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".

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.38.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;current} -->
100+
<version>4.37.2</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.38.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.37.2]</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: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
## Release History
22

3-
### 4.38.0-beta.1 (Unreleased)
4-
5-
#### Features Added
6-
7-
#### Breaking Changes
3+
### 4.37.2 (2025-05-13)
84

95
#### Bugs Fixed
106
* Fixed an issue during bulk write operations that could result in failing the Spark job in `BulkWriter.flushAndClose` too eagerly in certain cases. - See [PR 44992](https://github.com/Azure/azure-sdk-for-java/pull/44992)
11-
12-
#### Other Changes
7+
* Fixed hang issue in `CosmosPagedIterable#handle` by preventing race conditions in underlying subscription of `Flux<FeedResponse>`. - [PR 45290](https://github.com/Azure/azure-sdk-for-java/pull/45290)
138

149
### 4.37.1 (2025-03-04)
1510

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.37.2 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* |
3132
| 4.37.1 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* |
3233
| 4.37.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* |
3334
| 4.36.1 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* |
@@ -71,6 +72,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
7172
#### azure-cosmos-spark_3-4_2-12
7273
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
7374
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
75+
| 4.37.2 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* |
7476
| 4.37.1 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* |
7577
| 4.37.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* |
7678
| 4.36.1 | 3.4.0 | [8, 11] | 2.12 | 13.* |
@@ -105,6 +107,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
105107
#### azure-cosmos-spark_3-5_2-12
106108
| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
107109
|-----------|--------------------------|----------------------|----------------------------|-------------------------------|
110+
| 4.37.2 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\* |
108111
| 4.37.1 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\* |
109112
| 4.37.0 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\* |
110113
| 4.36.1 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\* |
@@ -125,11 +128,11 @@ to use the same version of Scala that Spark was compiled for.
125128
### Download
126129

127130
You can use the maven coordinate of the jar to auto install the Spark Connector to your Databricks Runtime 11 from Maven:
128-
`com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12:4.37.1`
131+
`com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12:4.37.2`
129132

130133
You can also integrate against Cosmos DB Spark Connector in your SBT project:
131134
```scala
132-
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-3_2-12" % "4.37.1"
135+
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-3_2-12" % "4.37.2"
133136
```
134137

135138
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)