@@ -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
142145You 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
145148You 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
150153Cosmos DB Spark Connector is available on [ Maven Central Repo] ( https://central.sonatype.com/search?namespace=com.azure.cosmos.spark ) .
0 commit comments