Skip to content

Commit 54baab9

Browse files
xinlian12annie-mac
andauthored
spark 4.18.1 release (Azure#34401)
Co-authored-by: annie-mac <[email protected]>
1 parent 853e973 commit 54baab9

File tree

11 files changed

+27
-36
lines changed

11 files changed

+27
-36
lines changed

eng/versioning/version_client.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ com.azure:azure-cosmos;4.43.0;4.44.0-beta.1
9494
com.azure:azure-cosmos-benchmark;4.0.1-beta.1;4.0.1-beta.1
9595
com.azure:azure-cosmos-dotnet-benchmark;4.0.1-beta.1;4.0.1-beta.1
9696
com.azure.cosmos.spark:azure-cosmos-spark_3_2-12;1.0.0-beta.1;1.0.0-beta.1
97-
com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.18.0;4.19.0-beta.1
98-
com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;4.18.0;4.19.0-beta.1
99-
com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.18.0;4.19.0-beta.1
97+
com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.18.0;4.18.1
98+
com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;4.18.0;4.18.1
99+
com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.18.0;4.18.1
100100
com.azure:azure-cosmos-encryption;1.12.0;1.13.0-beta.1
101101
com.azure:azure-cosmos-test;1.0.0-beta.2;1.0.0-beta.3
102102
com.azure:azure-cosmos-tests;1.0.0-beta.1;1.0.0-beta.1

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

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

3-
### 4.19.0-beta.1 (Unreleased)
4-
5-
#### Features Added
6-
7-
#### Breaking Changes
3+
### 4.18.1 (2023-04-10)
84

95
#### Bugs Fixed
106
* Fixed an issue where throughput control is not triggered properly when `spark.cosmos.throughputControl.targetThroughput` is being used - See [PR 34393](https://github.com/Azure/azure-sdk-for-java/pull/34393)
117

12-
#### Other Changes
13-
148
### 4.18.0 (2023-04-06)
159

1610
#### Features Added

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

Lines changed: 5 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 | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
3131
|--------------| ------------------------ | -------------------- | ----------------------- | ----------------------------- |
32+
| 4.18.1 | 3.1.1 - 3.1.2 | 8 | 2.12 | 8.\*, 9.\* |
3233
| 4.18.0 | 3.1.1 - 3.1.2 | 8 | 2.12 | 8.\*, 9.\* |
3334
| 4.17.2 | 3.1.1 - 3.1.2 | 8 | 2.12 | 8.\*, 9.\* |
3435
| 4.17.0 | 3.1.1 - 3.1.2 | 8 | 2.12 | 8.\*, 9.\* |
@@ -71,6 +72,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
7172
#### azure-cosmos-spark_3-2_2-12
7273
| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
7374
|-----------| ------------------------ | -------------------- | ----------------------- | ----------------------------- |
75+
| 4.18.1 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
7476
| 4.18.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
7577
| 4.17.2 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
7678
| 4.17.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
@@ -98,6 +100,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
98100
#### azure-cosmos-spark_3-3_2-12
99101
| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
100102
|-----------|--------------------------| -------------------- | ----------------------- |-------------------------------|
103+
| 4.18.1 | 3.3.0 | 8 | 2.12 | 11.\* |
101104
| 4.18.0 | 3.3.0 | 8 | 2.12 | 11.\* |
102105
| 4.17.2 | 3.3.0 | 8 | 2.12 | 11.\* |
103106
| 4.17.0 | 3.3.0 | 8 | 2.12 | 11.\* |
@@ -106,11 +109,11 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
106109
### Download
107110

108111
You can use the maven coordinate of the jar to auto install the Spark Connector to your Databricks Runtime 8 from Maven:
109-
`com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12:4.18.0`
112+
`com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12:4.18.1`
110113

111114
You can also integrate against Cosmos DB Spark Connector in your SBT project:
112115
```scala
113-
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-1_2-12" % "4.18.0"
116+
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-1_2-12" % "4.18.1"
114117
```
115118

116119
Cosmos DB Spark Connector is available on [Maven Central Repo](https://search.maven.org/search?q=g: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.19.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;current} -->
14+
<version>4.18.1</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: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
## Release History
22

3-
### 4.19.0-beta.1 (Unreleased)
4-
5-
#### Features Added
6-
7-
#### Breaking Changes
3+
### 4.18.1 (2023-04-10)
84

95
#### Bugs Fixed
106
* Fixed an issue where throughput control is not triggered properly when `spark.cosmos.throughputControl.targetThroughput` is being used - See [PR 34393](https://github.com/Azure/azure-sdk-for-java/pull/34393)
117

12-
#### Other Changes
13-
148
### 4.18.0 (2023-04-06)
159

1610
#### Features Added

sdk/cosmos/azure-cosmos-spark_3-2_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-2_2-12
2929
| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
3030
|-----------| ------------------------ | -------------------- | ----------------------- | ----------------------------- |
31+
| 4.18.1 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
3132
| 4.18.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
3233
| 4.17.2 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
3334
| 4.17.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
@@ -55,6 +56,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
5556
#### azure-cosmos-spark_3-3_2-12
5657
| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
5758
|-----------|--------------------------| -------------------- | ----------------------- |-------------------------------|
59+
| 4.18.1 | 3.3.0 | 8 | 2.12 | 11.\* |
5860
| 4.18.0 | 3.3.0 | 8 | 2.12 | 11.\* |
5961
| 4.17.2 | 3.3.0 | 8 | 2.12 | 11.\* |
6062
| 4.17.0 | 3.3.0 | 8 | 2.12 | 11.\* |
@@ -64,6 +66,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
6466
#### azure-cosmos-spark_3-1_2-12
6567
| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
6668
|--------------| ------------------------ | -------------------- | ----------------------- | ----------------------------- |
69+
| 4.18.1 | 3.2.0 - 3.2.1 | 8 | 2.12 | 8.\*, 9.\* |
6770
| 4.18.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 8.\*, 9.\* |
6871
| 4.17.2 | 3.2.0 - 3.2.1 | 8 | 2.12 | 8.\*, 9.\* |
6972
| 4.17.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 8.\*, 9.\* |
@@ -106,11 +109,11 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
106109
### Download
107110

108111
You can use the maven coordinate of the jar to auto install the Spark Connector to your Databricks Runtime 10 from Maven:
109-
`com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12:4.18.0`
112+
`com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12:4.18.1`
110113

111114
You can also integrate against Cosmos DB Spark Connector in your SBT project:
112115
```scala
113-
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-2_2-12" % "4.18.0"
116+
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-2_2-12" % "4.18.1"
114117
```
115118

116119
Cosmos DB Spark Connector is available on [Maven Central Repo](https://search.maven.org/search?q=g: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.19.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;current} -->
14+
<version>4.18.1</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: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
## Release History
22

3-
### 4.19.0-beta.1 (Unreleased)
4-
5-
#### Features Added
6-
7-
#### Breaking Changes
3+
### 4.18.1 (2023-04-10)
84

95
#### Bugs Fixed
106
* Fixed an issue where throughput control is not triggered properly when `spark.cosmos.throughputControl.targetThroughput` is being used - See [PR 34393](https://github.com/Azure/azure-sdk-for-java/pull/34393)
117

12-
#### Other Changes
13-
148
### 4.18.0 (2023-04-06)
159

1610
#### Features Added

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 | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
3030
|-----------|--------------------------| -------------------- | ----------------------- |-------------------------------|
31+
| 4.18.1 | 3.3.0 | 8 | 2.12 | 11.\* |
3132
| 4.18.0 | 3.3.0 | 8 | 2.12 | 11.\* |
3233
| 4.17.2 | 3.3.0 | 8 | 2.12 | 11.\* |
3334
| 4.17.0 | 3.3.0 | 8 | 2.12 | 11.\* |
@@ -37,6 +38,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
3738
#### azure-cosmos-spark_3-2_2-12
3839
| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
3940
|-----------| ------------------------ | -------------------- | ----------------------- | ----------------------------- |
41+
| 4.18.1 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
4042
| 4.18.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
4143
| 4.17.2 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
4244
| 4.17.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
@@ -64,6 +66,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
6466
#### azure-cosmos-spark_3-1_2-12
6567
| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
6668
|--------------| ------------------------ | -------------------- | ----------------------- | ----------------------------- |
69+
| 4.18.1 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
6770
| 4.18.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
6871
| 4.17.2 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
6972
| 4.17.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
@@ -106,11 +109,11 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
106109
### Download
107110

108111
You can use the maven coordinate of the jar to auto install the Spark Connector to your Databricks Runtime 11 from Maven:
109-
`com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12:4.18.0`
112+
`com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12:4.18.1`
110113

111114
You can also integrate against Cosmos DB Spark Connector in your SBT project:
112115
```scala
113-
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-3_2-12" % "4.18.0"
116+
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-3_2-12" % "4.18.1"
114117
```
115118

116119
Cosmos DB Spark Connector is available on [Maven Central Repo](https://search.maven.org/search?q=g:com.azure.cosmos.spark).

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

0 commit comments

Comments
 (0)