Skip to content

Commit db15c69

Browse files
authored
Releasing Cosmos 4.67.0 (#44306)
* release prep * Fix changelogs * Update spark changelogs
1 parent d7e010a commit db15c69

File tree

31 files changed

+84
-98
lines changed

31 files changed

+84
-98
lines changed

eng/versioning/version_client.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,20 +101,20 @@ com.azure:azure-core-test-v2;2.0.0-beta.1;2.0.0-beta.1
101101
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.55;1.0.0-beta.56
102102
com.azure:azure-core-tracing-opentelemetry-samples;1.0.0-beta.1;1.0.0-beta.1
103103
com.azure:azure-core-version-tests;1.0.0-beta.1;1.0.0-beta.1
104-
com.azure:azure-cosmos;4.66.1;4.67.0-beta.1
104+
com.azure:azure-cosmos;4.66.1;4.67.0
105105
com.azure:azure-cosmos-benchmark;4.0.1-beta.1;4.0.1-beta.1
106106
com.azure:azure-cosmos-dotnet-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.17.1;2.18.0-beta.1
109-
com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.36.1;4.37.0-beta.1
110-
com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;4.36.1;4.37.0-beta.1
111-
com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.36.1;4.37.0-beta.1
112-
com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12;4.36.1;4.37.0-beta.1
113-
com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;4.36.1;4.37.0-beta.1
108+
com.azure:azure-cosmos-encryption;2.17.1;2.18.0
109+
com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.36.1;4.37.0
110+
com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;4.36.1;4.37.0
111+
com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.36.1;4.37.0
112+
com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12;4.36.1;4.37.0
113+
com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;4.36.1;4.37.0
114114
com.azure.cosmos.spark:azure-cosmos-spark-account-data-resolver-sample;1.0.0-beta.1;1.0.0-beta.1
115115
com.azure:azure-cosmos-test;1.0.0-beta.10;1.0.0-beta.11
116116
com.azure:azure-cosmos-tests;1.0.0-beta.1;1.0.0-beta.1
117-
com.azure.cosmos.kafka:azure-cosmos-kafka-connect;2.1.0;2.1.1
117+
com.azure.cosmos.kafka:azure-cosmos-kafka-connect;2.1.0;2.2.0
118118
com.azure:azure-data-appconfiguration;1.7.3;1.8.0-beta.1
119119
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
120120
com.azure:azure-data-schemaregistry;1.5.2;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.67.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
55+
<version>4.67.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.18.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
61+
<version>2.18.0</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
6262
</dependency>
6363

6464
<dependency>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Licensed under the MIT License.
5151
<dependency>
5252
<groupId>com.azure</groupId>
5353
<artifactId>azure-cosmos</artifactId>
54-
<version>4.67.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
54+
<version>4.67.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
5555
</dependency>
5656

5757
<dependency>

sdk/cosmos/azure-cosmos-encryption/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.18.0-beta.1 (Unreleased)
4-
5-
#### Features Added
6-
7-
#### Breaking Changes
8-
9-
#### Bugs Fixed
3+
### 2.18.0 (2025-02-20)
104

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

138
### 2.17.1 (2025-02-08)
149

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.17.1</version>
15+
<version>2.18.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.18.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
16+
<version>2.18.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.67.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
62+
<version>4.67.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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Release History
22

3+
### 2.2.0 (2025-02-20)
4+
5+
#### Other Changes
6+
* Updated `azure-cosmos` to version `4.67.0`.
7+
38
### 2.1.1 (2025-02-08)
49

510
#### Other Changes

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.1.1</version> <!-- {x-version-update;com.azure.cosmos.kafka:azure-cosmos-kafka-connect;current} -->
16+
<version>2.2.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>
@@ -86,7 +86,7 @@ Licensed under the MIT License.
8686
<dependency>
8787
<groupId>com.azure</groupId>
8888
<artifactId>azure-cosmos</artifactId>
89-
<version>4.67.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
89+
<version>4.67.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.37.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;current} -->
100+
<version>4.37.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.37.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.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-1_2-12/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-
### 4.37.0-beta.1 (Unreleased)
4-
5-
#### Features Added
6-
7-
#### Breaking Changes
8-
9-
#### Bugs Fixed
3+
### 4.37.0 (2025-02-20)
104

115
#### Other Changes
6+
* Updated netty dependency
127

138
### 4.36.1 (2025-02-08)
149

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
2929
#### azure-cosmos-spark_3-1_2-12
3030
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
3131
|--------------|--------------------------|------------------------|--------------------------|-------------------------------|
32+
| 4.37.0 | 3.1.1 - 3.1.2 | [8, 11] | 2.12 | 9.\* |
3233
| 4.36.1 | 3.1.1 - 3.1.2 | [8, 11] | 2.12 | 9.\* |
3334
| 4.36.0 | 3.1.1 - 3.1.2 | [8, 11] | 2.12 | 8.\*, 9.\* |
3435
| 4.35.0 | 3.1.1 - 3.1.2 | [8, 11] | 2.12 | 8.\*, 9.\* |
@@ -103,6 +104,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
103104
#### azure-cosmos-spark_3-2_2-12
104105
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
105106
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
107+
| 4.37.0 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
106108
| 4.36.1 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
107109
| 4.36.0 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
108110
| 4.35.0 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
@@ -162,6 +164,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
162164
#### azure-cosmos-spark_3-3_2-12
163165
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
164166
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
167+
| 4.37.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* |
165168
| 4.36.1 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* |
166169
| 4.36.0 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
167170
| 4.35.0 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
@@ -203,6 +206,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
203206
#### azure-cosmos-spark_3-4_2-12
204207
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
205208
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
209+
| 4.37.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* |
206210
| 4.36.1 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* |
207211
| 4.36.0 | 3.4.0 | [8, 11] | 2.12 | 13.\* |
208212
| 4.35.0 | 3.4.0 | [8, 11] | 2.12 | 13.\* |
@@ -236,6 +240,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
236240
#### azure-cosmos-spark_3-5_2-12
237241
| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
238242
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
243+
| 4.37.0 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\* |
239244
| 4.36.1 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\* |
240245
| 4.36.0 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\* |
241246
| 4.35.0 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\* |
@@ -254,11 +259,11 @@ to use the same version of Scala that Spark was compiled for.
254259
### Download
255260

256261
You can use the maven coordinate of the jar to auto install the Spark Connector to your Databricks Runtime 8 from Maven:
257-
`com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12:4.36.0`
262+
`com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12:4.37.0`
258263

259264
You can also integrate against Cosmos DB Spark Connector in your SBT project:
260265
```scala
261-
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-1_2-12" % "4.36.0"
266+
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-1_2-12" % "4.37.0"
262267
```
263268

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

sdk/cosmos/azure-cosmos-spark_3-1_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-1_2-12</artifactId>
14-
<version>4.37.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;current} -->
14+
<version>4.37.0</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-1_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-1_2-12</url>
1717
<name>OLTP Spark 3.1 Connector for Azure Cosmos DB SQL API</name>

sdk/cosmos/azure-cosmos-spark_3-2_2-12/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-
### 4.37.0-beta.1 (Unreleased)
4-
5-
#### Features Added
6-
7-
#### Breaking Changes
8-
9-
#### Bugs Fixed
3+
### 4.37.0 (2025-02-20)
104

115
#### Other Changes
6+
* Updated netty dependency
127

138
### 4.36.1 (2025-02-08)
149

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

Lines changed: 7 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-2_2-12
2929
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
3030
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
31+
| 4.37.0 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
3132
| 4.36.1 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
3233
| 4.36.0 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
3334
| 4.35.0 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
@@ -87,6 +88,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
8788
#### azure-cosmos-spark_3-3_2-12
8889
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
8990
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
91+
| 4.37.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* |
9092
| 4.36.1 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* |
9193
| 4.36.0 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
9294
| 4.35.0 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
@@ -128,6 +130,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
128130
#### azure-cosmos-spark_3-1_2-12
129131
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
130132
|--------------|--------------------------|------------------------|--------------------------|-------------------------------|
133+
| 4.37.0 | 3.1.1 - 3.1.2 | [8, 11] | 2.12 | 9.\* |
131134
| 4.36.1 | 3.1.1 - 3.1.2 | [8, 11] | 2.12 | 9.\* |
132135
| 4.36.0 | 3.1.1 - 3.1.2 | [8, 11] | 2.12 | 8.\*, 9.\* |
133136
| 4.35.0 | 3.1.1 - 3.1.2 | [8, 11] | 2.12 | 8.\*, 9.\* |
@@ -203,6 +206,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
203206
#### azure-cosmos-spark_3-4_2-12
204207
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
205208
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
209+
| 4.37.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* |
206210
| 4.36.1 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* |
207211
| 4.36.0 | 3.4.0 | [8, 11] | 2.12 | 13.* |
208212
| 4.35.0 | 3.4.0 | [8, 11] | 2.12 | 13.* |
@@ -235,6 +239,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
235239
#### azure-cosmos-spark_3-5_2-12
236240
| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
237241
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
242+
| 4.37.0 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\* |
238243
| 4.36.1 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\* |
239244
| 4.36.0 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\* |
240245
| 4.35.0 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\* |
@@ -252,11 +257,11 @@ to use the same version of Scala that Spark was compiled for.
252257
### Download
253258

254259
You can use the maven coordinate of the jar to auto install the Spark Connector to your Databricks Runtime 10 from Maven:
255-
`com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12:4.36.0`
260+
`com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12:4.37.0`
256261

257262
You can also integrate against Cosmos DB Spark Connector in your SBT project:
258263
```scala
259-
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-2_2-12" % "4.36.0"
264+
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-2_2-12" % "4.37.0"
260265
```
261266

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

sdk/cosmos/azure-cosmos-spark_3-2_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-2_2-12</artifactId>
14-
<version>4.37.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;current} -->
14+
<version>4.37.0</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-2_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-2_2-12</url>
1717
<name>OLTP Spark 3.2 Connector for Azure Cosmos DB SQL API</name>

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,14 +1,9 @@
11
## Release History
22

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

115
#### Other Changes
6+
* Updated netty dependency
127

138
### 4.36.1 (2025-02-08)
149

0 commit comments

Comments
 (0)