Skip to content

Commit c9acfba

Browse files
azure-cosmos release 2024-02-20 (#38835)
* Added Api to allow Spark apps to retrieve CosmosAsyncClinet used by the spark connector * Update CosmosAsyncClientCache.scala * Added changelog entries * azure cosmos release 2024-02-20 * Included Spark 3.4 into release
1 parent eee04a5 commit c9acfba

File tree

24 files changed

+51
-63
lines changed

24 files changed

+51
-63
lines changed

eng/versioning/version_client.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,14 @@ com.azure:azure-core-test;1.23.0;1.24.0-beta.1
9999
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.43;1.0.0-beta.44
100100
com.azure:azure-core-tracing-opentelemetry-samples;1.0.0-beta.1;1.0.0-beta.1
101101
com.azure:azure-core-version-tests;1.0.0-beta.1;1.0.0-beta.1
102-
com.azure:azure-cosmos;4.55.1;4.56.0-beta.1
102+
com.azure:azure-cosmos;4.55.1;4.56.0
103103
com.azure:azure-cosmos-benchmark;4.0.1-beta.1;4.0.1-beta.1
104104
com.azure:azure-cosmos-dotnet-benchmark;4.0.1-beta.1;4.0.1-beta.1
105105
com.azure.cosmos.spark:azure-cosmos-spark_3_2-12;1.0.0-beta.1;1.0.0-beta.1
106-
com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.26.1;4.27.0-beta.1
107-
com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;4.26.1;4.27.0-beta.1
108-
com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.26.1;4.27.0-beta.1
109-
com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12;4.26.1;4.27.0-beta.1
106+
com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.26.1;4.27.0
107+
com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;4.26.1;4.27.0
108+
com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.26.1;4.27.0
109+
com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12;4.26.1;4.27.0
110110
com.azure:azure-cosmos-encryption;2.8.0;2.9.0-beta.1
111111
com.azure:azure-cosmos-test;1.0.0-beta.6;1.0.0-beta.7
112112
com.azure:azure-cosmos-tests;1.0.0-beta.1;1.0.0-beta.1

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

+1-1
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.56.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
54+
<version>4.56.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
5555
</dependency>
5656

5757
<dependency>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Licensed under the MIT License.
5050
<dependency>
5151
<groupId>com.azure</groupId>
5252
<artifactId>azure-cosmos</artifactId>
53-
<version>4.56.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
53+
<version>4.56.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
5454
</dependency>
5555

5656
<dependency>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Licensed under the MIT License.
5757
<dependency>
5858
<groupId>com.azure</groupId>
5959
<artifactId>azure-cosmos</artifactId>
60-
<version>4.56.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
60+
<version>4.56.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
6161
</dependency>
6262

6363
<dependency>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Licensed under the MIT License.
6464
<dependency>
6565
<groupId>com.azure</groupId>
6666
<artifactId>azure-cosmos</artifactId>
67-
<version>4.56.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
67+
<version>4.56.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
6868
</dependency>
6969

7070
<!-- Added this provided dependency to include necessary annotations used by "reactor-core".

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

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
## Release History
22

3-
### 4.27.0-beta.1 (Unreleased)
3+
### 4.27.0 (2024-02-20)
44

55
#### Features Added
66
* Added an option to retrieve the `CosmosAsyncClient` used by the connector internally to allow Spark applications to reuse the same instance instead of having to instantiate their own `CosmsoAsyncClient` when also using the Cosmos Java SDK besides the Spark connector. - See [PR 38834](https://github.com/Azure/azure-sdk-for-java/pull/38834)
77

8-
#### Breaking Changes
9-
10-
#### Bugs Fixed
11-
12-
#### Other Changes
13-
148
### 4.26.1 (2024-02-13)
159

1610
#### Other Changes

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

+6-2
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.27.0 | 3.1.1 - 3.1.2 | [8, 11] | 2.12 | 8.\*, 9.\* |
3233
| 4.26.1 | 3.1.1 - 3.1.2 | [8, 11] | 2.12 | 8.\*, 9.\* |
3334
| 4.26.0 | 3.1.1 - 3.1.2 | [8, 11] | 2.12 | 8.\*, 9.\* |
3435
| 4.25.1 | 3.1.1 - 3.1.2 | [8, 11] | 2.12 | 8.\*, 9.\* |
@@ -85,6 +86,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
8586
#### azure-cosmos-spark_3-2_2-12
8687
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
8788
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
89+
| 4.27.0 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
8890
| 4.26.1 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
8991
| 4.26.0 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
9092
| 4.25.1 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
@@ -126,6 +128,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
126128
#### azure-cosmos-spark_3-3_2-12
127129
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
128130
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
131+
| 4.27.0 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
129132
| 4.26.1 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
130133
| 4.26.0 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
131134
| 4.25.1 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
@@ -149,6 +152,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
149152
#### azure-cosmos-spark_3-4_2-12
150153
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
151154
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
155+
| 4.27.0 | 3.4.0 | [8, 11] | 2.12 | 13.\* |
152156
| 4.26.1 | 3.4.0 | [8, 11] | 2.12 | 13.\* |
153157
| 4.26.0 | 3.4.0 | [8, 11] | 2.12 | 13.\* |
154158
| 4.25.1 | 3.4.0 | [8, 11] | 2.12 | 13.\* |
@@ -164,11 +168,11 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
164168
### Download
165169

166170
You can use the maven coordinate of the jar to auto install the Spark Connector to your Databricks Runtime 8 from Maven:
167-
`com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12:4.26.1`
171+
`com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12:4.27.0`
168172

169173
You can also integrate against Cosmos DB Spark Connector in your SBT project:
170174
```scala
171-
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-1_2-12" % "4.26.1"
175+
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-1_2-12" % "4.27.0"
172176
```
173177

174178
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

+1-1
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.27.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;current} -->
14+
<version>4.27.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

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
## Release History
22

3-
### 4.27.0-beta.1 (Unreleased)
3+
### 4.27.0 (2024-02-20)
44

55
#### Features Added
66
* Added an option to retrieve the `CosmosAsyncClient` used by the connector internally to allow Spark applications to reuse the same instance instead of having to instantiate their own `CosmsoAsyncClient` when also using the Cosmos Java SDK besides the Spark connector. - See [PR 38834](https://github.com/Azure/azure-sdk-for-java/pull/38834)
77

8-
#### Breaking Changes
9-
10-
#### Bugs Fixed
11-
12-
#### Other Changes
13-
148
### 4.26.1 (2024-02-13)
159

1610
#### Other Changes

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

+6-2
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.27.0 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
3132
| 4.26.1 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
3233
| 4.26.0 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
3334
| 4.25.1 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
@@ -69,6 +70,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
6970
#### azure-cosmos-spark_3-3_2-12
7071
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
7172
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
73+
| 4.27.0 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
7274
| 4.26.1 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
7375
| 4.26.0 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
7476
| 4.25.1 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
@@ -92,6 +94,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
9294
#### azure-cosmos-spark_3-1_2-12
9395
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
9496
|--------------|--------------------------|------------------------|--------------------------|-------------------------------|
97+
| 4.27.0 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 8.\*, 9.\* |
9598
| 4.26.1 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 8.\*, 9.\* |
9699
| 4.26.0 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 8.\*, 9.\* |
97100
| 4.25.1 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 8.\*, 9.\* |
@@ -148,6 +151,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
148151
#### azure-cosmos-spark_3-4_2-12
149152
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
150153
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
154+
| 4.27.0 | 3.4.0 | [8, 11] | 2.12 | 13.* |
151155
| 4.26.1 | 3.4.0 | [8, 11] | 2.12 | 13.* |
152156
| 4.26.0 | 3.4.0 | [8, 11] | 2.12 | 13.* |
153157
| 4.25.1 | 3.4.0 | [8, 11] | 2.12 | 13.* |
@@ -162,11 +166,11 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
162166
### Download
163167

164168
You can use the maven coordinate of the jar to auto install the Spark Connector to your Databricks Runtime 10 from Maven:
165-
`com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12:4.26.1`
169+
`com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12:4.27.0`
166170

167171
You can also integrate against Cosmos DB Spark Connector in your SBT project:
168172
```scala
169-
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-2_2-12" % "4.26.1"
173+
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-2_2-12" % "4.27.0"
170174
```
171175

172176
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

+1-1
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.27.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;current} -->
14+
<version>4.27.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

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
## Release History
22

3-
### 4.27.0-beta.1 (Unreleased)
3+
### 4.27.0 (2024-02-20)
44

55
#### Features Added
66
* Added an option to retrieve the `CosmosAsyncClient` used by the connector internally to allow Spark applications to reuse the same instance instead of having to instantiate their own `CosmsoAsyncClient` when also using the Cosmos Java SDK besides the Spark connector. - See [PR 38834](https://github.com/Azure/azure-sdk-for-java/pull/38834)
77

8-
#### Breaking Changes
9-
10-
#### Bugs Fixed
11-
12-
#### Other Changes
13-
148
### 4.26.1 (2024-02-13)
159

1610
#### Other Changes

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

+6-2
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.27.0 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
3132
| 4.26.1 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
3233
| 4.26.0 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
3334
| 4.25.1 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
@@ -51,6 +52,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
5152
#### azure-cosmos-spark_3-2_2-12
5253
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
5354
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
55+
| 4.27.0 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
5456
| 4.26.1 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
5557
| 4.26.0 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
5658
| 4.25.1 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
@@ -92,6 +94,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
9294
#### azure-cosmos-spark_3-1_2-12
9395
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
9496
|--------------|--------------------------|------------------------|--------------------------|-------------------------------|
97+
| 4.27.0 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
9598
| 4.26.1 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
9699
| 4.26.0 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
97100
| 4.25.1 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
@@ -148,6 +151,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
148151
#### azure-cosmos-spark_3-4_2-12
149152
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
150153
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
154+
| 4.27.0 | 3.4.0 | [8, 11] | 2.12 | 13.* |
151155
| 4.26.1 | 3.4.0 | [8, 11] | 2.12 | 13.* |
152156
| 4.26.0 | 3.4.0 | [8, 11] | 2.12 | 13.* |
153157
| 4.25.1 | 3.4.0 | [8, 11] | 2.12 | 13.* |
@@ -162,11 +166,11 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
162166
### Download
163167

164168
You can use the maven coordinate of the jar to auto install the Spark Connector to your Databricks Runtime 11 from Maven:
165-
`com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12:4.26.1`
169+
`com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12:4.27.0`
166170

167171
You can also integrate against Cosmos DB Spark Connector in your SBT project:
168172
```scala
169-
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-3_2-12" % "4.26.1"
173+
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-3_2-12" % "4.27.0"
170174
```
171175

172176
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-3_2-12/pom.xml

+1-1
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.27.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;current} -->
14+
<version>4.27.0</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

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
## Release History
22

3-
### 4.27.0-beta.1 (Unreleased)
3+
### 4.27.0 (2024-02-20)
44

55
#### Features Added
66
* Added an option to retrieve the `CosmosAsyncClient` used by the connector internally to allow Spark applications to reuse the same instance instead of having to instantiate their own `CosmsoAsyncClient` when also using the Cosmos Java SDK besides the Spark connector. - See [PR 38834](https://github.com/Azure/azure-sdk-for-java/pull/38834)
77

8-
#### Breaking Changes
9-
10-
#### Bugs Fixed
11-
12-
#### Other Changes
13-
148
### 4.26.1 (2024-02-13)
159

1610
#### Other Changes

0 commit comments

Comments
 (0)