From 1d9aa61fcba97408ecafe9e541ab610e6d7bfd17 Mon Sep 17 00:00:00 2001 From: Annie Liang Date: Fri, 13 Mar 2026 10:12:42 -0700 Subject: [PATCH] spark release 4.45.0 --- eng/versioning/version_client.txt | 10 +++++----- .../pom.xml | 4 ++-- sdk/cosmos/azure-cosmos-spark_3-3_2-12/CHANGELOG.md | 8 +------- sdk/cosmos/azure-cosmos-spark_3-3_2-12/README.md | 9 +++++++-- sdk/cosmos/azure-cosmos-spark_3-3_2-12/pom.xml | 2 +- sdk/cosmos/azure-cosmos-spark_3-4_2-12/CHANGELOG.md | 8 +------- sdk/cosmos/azure-cosmos-spark_3-4_2-12/README.md | 9 +++++++-- sdk/cosmos/azure-cosmos-spark_3-4_2-12/pom.xml | 2 +- sdk/cosmos/azure-cosmos-spark_3-5_2-12/CHANGELOG.md | 8 +------- sdk/cosmos/azure-cosmos-spark_3-5_2-12/README.md | 9 +++++++-- sdk/cosmos/azure-cosmos-spark_3-5_2-12/pom.xml | 2 +- sdk/cosmos/azure-cosmos-spark_3-5_2-13/CHANGELOG.md | 8 +------- sdk/cosmos/azure-cosmos-spark_3-5_2-13/README.md | 9 +++++++-- sdk/cosmos/azure-cosmos-spark_3-5_2-13/pom.xml | 2 +- sdk/cosmos/azure-cosmos-spark_3/docs/quick-start.md | 10 +++++----- sdk/cosmos/azure-cosmos-spark_4-0_2-13/CHANGELOG.md | 8 +------- sdk/cosmos/azure-cosmos-spark_4-0_2-13/README.md | 9 +++++++-- sdk/cosmos/azure-cosmos-spark_4-0_2-13/pom.xml | 2 +- sdk/cosmos/fabric-cosmos-spark-auth_3/pom.xml | 4 ++-- 19 files changed, 59 insertions(+), 64 deletions(-) diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index f9c04fc86c71..8657032d5ac6 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -113,11 +113,11 @@ com.azure.cosmos.spark:azure-cosmos-spark_3-5;0.0.1-beta.1;0.0.1-beta.1 com.azure:azure-cosmos-encryption;2.27.0;2.28.0-beta.1 com.azure.cosmos.spark:azure-cosmos-spark-account-data-resolver-sample;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-cosmos-test;1.0.0-beta.17;1.0.0-beta.18 -com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.44.2;4.45.0-beta.1 -com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12;4.44.2;4.45.0-beta.1 -com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;4.44.2;4.45.0-beta.1 -com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-13;4.44.2;4.45.0-beta.1 -com.azure.cosmos.spark:azure-cosmos-spark_4-0_2-13;4.44.2;4.45.0-beta.1 +com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.44.2;4.45.0 +com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12;4.44.2;4.45.0 +com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;4.44.2;4.45.0 +com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-13;4.44.2;4.45.0 +com.azure.cosmos.spark:azure-cosmos-spark_4-0_2-13;4.44.2;4.45.0 com.azure.cosmos.spark:fabric-cosmos-spark-auth_3;1.1.0;1.2.0-beta.1 com.azure:azure-cosmos-tests;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-data-appconfiguration;1.9.1;1.10.0-beta.1 diff --git a/sdk/cosmos/azure-cosmos-spark-account-data-resolver-sample/pom.xml b/sdk/cosmos/azure-cosmos-spark-account-data-resolver-sample/pom.xml index 0627b096e44c..5617e59da5ba 100644 --- a/sdk/cosmos/azure-cosmos-spark-account-data-resolver-sample/pom.xml +++ b/sdk/cosmos/azure-cosmos-spark-account-data-resolver-sample/pom.xml @@ -97,7 +97,7 @@ com.azure.cosmos.spark azure-cosmos-spark_3-5_2-12 - 4.45.0-beta.1 + 4.45.0 provided @@ -290,7 +290,7 @@ com.fasterxml.jackson.core:jackson-databind:[2.18.4] com.fasterxml.jackson.module:jackson-module-scala_2.12:[2.18.4] com.globalmentor:hadoop-bare-naked-local-fs:[0.1.0] - com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12:[4.45.0-beta.1] + com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12:[4.45.0] diff --git a/sdk/cosmos/azure-cosmos-spark_3-3_2-12/CHANGELOG.md b/sdk/cosmos/azure-cosmos-spark_3-3_2-12/CHANGELOG.md index 7261f2991abd..3b7622426acf 100644 --- a/sdk/cosmos/azure-cosmos-spark_3-3_2-12/CHANGELOG.md +++ b/sdk/cosmos/azure-cosmos-spark_3-3_2-12/CHANGELOG.md @@ -1,16 +1,10 @@ ## Release History -### 4.45.0-beta.1 (Unreleased) +### 4.45.0 (2026-03-13) #### Features Added * Added `vectorEmbeddingPolicy` support in Spark catalog `TBLPROPERTIES` for creating vector-search-enabled containers. - See [PR 48349](https://github.com/Azure/azure-sdk-for-java/pull/48349) -#### Breaking Changes - -#### Bugs Fixed - -#### Other Changes - ### 4.44.2 (2026-03-05) #### Other Changes diff --git a/sdk/cosmos/azure-cosmos-spark_3-3_2-12/README.md b/sdk/cosmos/azure-cosmos-spark_3-3_2-12/README.md index de0c03007642..bd1a9ba7bcb7 100644 --- a/sdk/cosmos/azure-cosmos-spark_3-3_2-12/README.md +++ b/sdk/cosmos/azure-cosmos-spark_3-3_2-12/README.md @@ -28,6 +28,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new #### azure-cosmos-spark_3-3_2-12 | Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes | |-----------|--------------------------|------------------------|--------------------------|-------------------------------| +| 4.45.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* | | 4.44.2 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* | | 4.44.1 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* | | 4.44.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* | @@ -82,6 +83,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new #### azure-cosmos-spark_3-4_2-12 | Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes | |-----------|--------------------------|------------------------|--------------------------|-------------------------------|---------------------------| +| 4.45.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | | | 4.44.2 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | | | 4.44.1 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | | | 4.44.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | | @@ -127,6 +129,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new #### azure-cosmos-spark_3-5_2-12 | Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes | |-----------|--------------------------|----------------------|----------------------------|-------------------------------|------------------------------| +| 4.45.0 | 3.5.0 | [8, 11, 17] | 2.12 | 14.*, 15.\*, 16.4 LTS | 1.3.\* | | 4.44.2 | 3.5.0 | [8, 11, 17] | 2.12 | 14.*, 15.\*, 16.4 LTS | 1.3.\* | | 4.44.1 | 3.5.0 | [8, 11, 17] | 2.12 | 14.*, 15.\*, 16.4 LTS | 1.3.\* | | 4.44.0 | 3.5.0 | [8, 11, 17] | 2.12 | 14.*, 15.\*, 16.4 LTS | 1.3.\* | @@ -158,6 +161,7 @@ to use the same version of Scala that Spark was compiled for. #### azure-cosmos-spark_3-5_2-13 | Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes | |-----------|--------------------------|-----------------------|---------------------------|-------------------------------|---------------------------| +| 4.45.0 | 3.5.0 | [17] | 2.13 | 16.4 LTS | TBD | | 4.44.2 | 3.5.0 | [17] | 2.13 | 16.4 LTS | TBD | | 4.44.1 | 3.5.0 | [17] | 2.13 | 16.4 LTS | TBD | | 4.44.0 | 3.5.0 | [17] | 2.13 | 16.4 LTS | TBD | @@ -167,6 +171,7 @@ to use the same version of Scala that Spark was compiled for. #### azure-cosmos-spark_4-0_2-13 | Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes | |-----------|--------------------------|----------------------|---------------------------|-------------------------------|---------------------------| +| 4.45.0 | 4.0.0 | [17, 21] | 2.13 | 17.\* | TBD | | 4.44.2 | 4.0.0 | [17, 21] | 2.13 | 17.\* | TBD | | 4.44.1 | 4.0.0 | [17, 21] | 2.13 | 17.\* | TBD | | 4.44.0 | 4.0.0 | [17, 21] | 2.13 | 17.\* | TBD | @@ -176,11 +181,11 @@ to use the same version of Scala that Spark was compiled for. ### Download You can use the maven coordinate of the jar to auto install the Spark Connector to your Databricks Runtime from Maven: -`com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12:4.44.2` +`com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12:4.45.0` You can also integrate against Cosmos DB Spark Connector in your SBT project: ```scala -libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-3_2-12" % "4.44.2" +libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-3_2-12" % "4.45.0" ``` Cosmos DB Spark Connector is available on [Maven Central Repo](https://central.sonatype.com/search?namespace=com.azure.cosmos.spark). diff --git a/sdk/cosmos/azure-cosmos-spark_3-3_2-12/pom.xml b/sdk/cosmos/azure-cosmos-spark_3-3_2-12/pom.xml index a22f6e8b8070..9b435042f0f7 100644 --- a/sdk/cosmos/azure-cosmos-spark_3-3_2-12/pom.xml +++ b/sdk/cosmos/azure-cosmos-spark_3-3_2-12/pom.xml @@ -11,7 +11,7 @@ com.azure.cosmos.spark azure-cosmos-spark_3-3_2-12 - 4.45.0-beta.1 + 4.45.0 jar https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cosmos/azure-cosmos-spark_3-3_2-12 OLTP Spark 3.3 Connector for Azure Cosmos DB SQL API diff --git a/sdk/cosmos/azure-cosmos-spark_3-4_2-12/CHANGELOG.md b/sdk/cosmos/azure-cosmos-spark_3-4_2-12/CHANGELOG.md index 2e565ca72dbe..59ed69dbc6eb 100644 --- a/sdk/cosmos/azure-cosmos-spark_3-4_2-12/CHANGELOG.md +++ b/sdk/cosmos/azure-cosmos-spark_3-4_2-12/CHANGELOG.md @@ -1,16 +1,10 @@ ## Release History -### 4.45.0-beta.1 (Unreleased) +### 4.45.0 (2026-03-13) #### Features Added * Added `vectorEmbeddingPolicy` support in Spark catalog `TBLPROPERTIES` for creating vector-search-enabled containers. - See [PR 48349](https://github.com/Azure/azure-sdk-for-java/pull/48349) -#### Breaking Changes - -#### Bugs Fixed - -#### Other Changes - ### 4.44.2 (2026-03-05) #### Other Changes diff --git a/sdk/cosmos/azure-cosmos-spark_3-4_2-12/README.md b/sdk/cosmos/azure-cosmos-spark_3-4_2-12/README.md index 839a8ba5965d..288db0aa4a76 100644 --- a/sdk/cosmos/azure-cosmos-spark_3-4_2-12/README.md +++ b/sdk/cosmos/azure-cosmos-spark_3-4_2-12/README.md @@ -28,6 +28,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new #### azure-cosmos-spark_3-4_2-12 | Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes | |-----------|--------------------------|------------------------|--------------------------|-------------------------------|---------------------------| +| 4.45.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | | | 4.44.2 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | | | 4.44.1 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | | | 4.44.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | | @@ -73,6 +74,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new #### azure-cosmos-spark_3-3_2-12 | Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes | |-----------|--------------------------|------------------------|--------------------------|-------------------------------| +| 4.45.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* | | 4.44.2 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* | | 4.44.1 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* | | 4.44.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* | @@ -127,6 +129,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new #### azure-cosmos-spark_3-5_2-12 | Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes | |-----------|--------------------------|----------------------|--------------------------|-------------------------------|---------------------------| +| 4.45.0 | 3.5.0 | [8, 11, 17] | 2.12 | 14.*, 15.\*, 16.4 LTS | 1.3.\* | | 4.44.2 | 3.5.0 | [8, 11, 17] | 2.12 | 14.*, 15.\*, 16.4 LTS | 1.3.\* | | 4.44.1 | 3.5.0 | [8, 11, 17] | 2.12 | 14.*, 15.\*, 16.4 LTS | 1.3.\* | | 4.44.0 | 3.5.0 | [8, 11, 17] | 2.12 | 14.*, 15.\*, 16.4 LTS | 1.3.\* | @@ -158,6 +161,7 @@ to use the same version of Scala that Spark was compiled for. #### azure-cosmos-spark_3-5_2-13 | Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes | |-----------|--------------------------|-----------------------|---------------------------|-------------------------------|---------------------------| +| 4.45.0 | 3.5.0 | [17] | 2.13 | 16.4 LTS | TBD | | 4.44.2 | 3.5.0 | [17] | 2.13 | 16.4 LTS | TBD | | 4.44.1 | 3.5.0 | [17] | 2.13 | 16.4 LTS | TBD | | 4.44.0 | 3.5.0 | [17] | 2.13 | 16.4 LTS | TBD | @@ -167,6 +171,7 @@ to use the same version of Scala that Spark was compiled for. #### azure-cosmos-spark_4-0_2-13 | Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes | |-----------|--------------------------|----------------------|---------------------------|-------------------------------|---------------------------| +| 4.45.0 | 4.0.0 | [17, 21] | 2.13 | 17.\* | TBD | | 4.44.2 | 4.0.0 | [17, 21] | 2.13 | 17.\* | TBD | | 4.44.1 | 4.0.0 | [17, 21] | 2.13 | 17.\* | TBD | | 4.44.0 | 4.0.0 | [17, 21] | 2.13 | 17.\* | TBD | @@ -176,11 +181,11 @@ to use the same version of Scala that Spark was compiled for. ### Download You can use the maven coordinate of the jar to auto install the Spark Connector to your Databricks Runtime from Maven: -`com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12:4.44.2` +`com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12:4.45.0` You can also integrate against Cosmos DB Spark Connector in your SBT project: ```scala -libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-4_2-12" % "4.44.2" +libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-4_2-12" % "4.45.0" ``` Cosmos DB Spark Connector is available on [Maven Central Repo](https://central.sonatype.com/search?namespace=com.azure.cosmos.spark). diff --git a/sdk/cosmos/azure-cosmos-spark_3-4_2-12/pom.xml b/sdk/cosmos/azure-cosmos-spark_3-4_2-12/pom.xml index 0e030ea7b0a9..ceac6400d325 100644 --- a/sdk/cosmos/azure-cosmos-spark_3-4_2-12/pom.xml +++ b/sdk/cosmos/azure-cosmos-spark_3-4_2-12/pom.xml @@ -11,7 +11,7 @@ com.azure.cosmos.spark azure-cosmos-spark_3-4_2-12 - 4.45.0-beta.1 + 4.45.0 jar https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cosmos/azure-cosmos-spark_3-4_2-12 OLTP Spark 3.4 Connector for Azure Cosmos DB SQL API diff --git a/sdk/cosmos/azure-cosmos-spark_3-5_2-12/CHANGELOG.md b/sdk/cosmos/azure-cosmos-spark_3-5_2-12/CHANGELOG.md index 6ec9d02a110c..f0a2f9201493 100644 --- a/sdk/cosmos/azure-cosmos-spark_3-5_2-12/CHANGELOG.md +++ b/sdk/cosmos/azure-cosmos-spark_3-5_2-12/CHANGELOG.md @@ -1,16 +1,10 @@ ## Release History -### 4.45.0-beta.1 (Unreleased) +### 4.45.0 (2026-03-13) #### Features Added * Added `vectorEmbeddingPolicy` support in Spark catalog `TBLPROPERTIES` for creating vector-search-enabled containers. - See [PR 48349](https://github.com/Azure/azure-sdk-for-java/pull/48349) -#### Breaking Changes - -#### Bugs Fixed - -#### Other Changes - ### 4.44.2 (2026-03-05) #### Other Changes diff --git a/sdk/cosmos/azure-cosmos-spark_3-5_2-12/README.md b/sdk/cosmos/azure-cosmos-spark_3-5_2-12/README.md index f86ccaae4f68..b19dee493429 100644 --- a/sdk/cosmos/azure-cosmos-spark_3-5_2-12/README.md +++ b/sdk/cosmos/azure-cosmos-spark_3-5_2-12/README.md @@ -28,6 +28,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new #### azure-cosmos-spark_3-5_2-12 | Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes | |-----------|--------------------------|-----------------------|---------------------------|-------------------------------|---------------------------| +| 4.45.0 | 3.5.0 | [8, 11, 17] | 2.12 | 14.\*, 15.\*, 16.4 LTS | 1.3.\* | | 4.44.2 | 3.5.0 | [8, 11, 17] | 2.12 | 14.\*, 15.\*, 16.4 LTS | 1.3.\* | | 4.44.1 | 3.5.0 | [8, 11, 17] | 2.12 | 14.\*, 15.\*, 16.4 LTS | 1.3.\* | | 4.44.0 | 3.5.0 | [8, 11, 17] | 2.12 | 14.\*, 15.\*, 16.4 LTS | 1.3.\* | @@ -59,6 +60,7 @@ to use the same version of Scala that Spark was compiled for. #### azure-cosmos-spark_3-3_2-12 | Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes | |-----------|--------------------------|------------------------|--------------------------|-------------------------------| +| 4.45.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* | | 4.44.2 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* | | 4.44.1 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* | | 4.44.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* | @@ -113,6 +115,7 @@ to use the same version of Scala that Spark was compiled for. #### azure-cosmos-spark_3-4_2-12 | Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes | |-----------|--------------------------|------------------------|--------------------------|-------------------------------|---------------------------| +| 4.45.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | | | 4.44.2 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | | | 4.44.1 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | | | 4.44.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | | @@ -158,6 +161,7 @@ to use the same version of Scala that Spark was compiled for. #### azure-cosmos-spark_3-5_2-13 | Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes | |-----------|--------------------------|-----------------------|---------------------------|-------------------------------|---------------------------| +| 4.45.0 | 3.5.0 | [17] | 2.13 | 16.4 LTS | TBD | | 4.44.2 | 3.5.0 | [17] | 2.13 | 16.4 LTS | TBD | | 4.44.1 | 3.5.0 | [17] | 2.13 | 16.4 LTS | TBD | | 4.44.0 | 3.5.0 | [17] | 2.13 | 16.4 LTS | TBD | @@ -167,6 +171,7 @@ to use the same version of Scala that Spark was compiled for. #### azure-cosmos-spark_4-0_2-13 | Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes | |-----------|--------------------------|----------------------|---------------------------|-------------------------------|---------------------------| +| 4.45.0 | 4.0.0 | [17, 21] | 2.13 | 17.\* | TBD | | 4.44.2 | 4.0.0 | [17, 21] | 2.13 | 17.\* | TBD | | 4.44.1 | 4.0.0 | [17, 21] | 2.13 | 17.\* | TBD | | 4.44.0 | 4.0.0 | [17, 21] | 2.13 | 17.\* | TBD | @@ -176,11 +181,11 @@ to use the same version of Scala that Spark was compiled for. ### Download You can use the maven coordinate of the jar to auto install the Spark Connector to your Databricks Runtime from Maven: -`com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12:4.44.2` +`com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12:4.45.0` You can also integrate against Cosmos DB Spark Connector in your SBT project: ```scala -libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-5_2-12" % "4.44.2" +libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-5_2-12" % "4.45.0" ``` Cosmos DB Spark Connector is available on [Maven Central Repo](https://central.sonatype.com/search?namespace=com.azure.cosmos.spark). diff --git a/sdk/cosmos/azure-cosmos-spark_3-5_2-12/pom.xml b/sdk/cosmos/azure-cosmos-spark_3-5_2-12/pom.xml index 71f817b6778d..4c2a2871138a 100644 --- a/sdk/cosmos/azure-cosmos-spark_3-5_2-12/pom.xml +++ b/sdk/cosmos/azure-cosmos-spark_3-5_2-12/pom.xml @@ -11,7 +11,7 @@ com.azure.cosmos.spark azure-cosmos-spark_3-5_2-12 - 4.45.0-beta.1 + 4.45.0 jar https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cosmos/azure-cosmos-spark_3-5_2-12 OLTP Spark 3.5 Connector for Azure Cosmos DB SQL API diff --git a/sdk/cosmos/azure-cosmos-spark_3-5_2-13/CHANGELOG.md b/sdk/cosmos/azure-cosmos-spark_3-5_2-13/CHANGELOG.md index 86f1cad30626..65da615b7629 100644 --- a/sdk/cosmos/azure-cosmos-spark_3-5_2-13/CHANGELOG.md +++ b/sdk/cosmos/azure-cosmos-spark_3-5_2-13/CHANGELOG.md @@ -1,16 +1,10 @@ ## Release History -### 4.45.0-beta.1 (Unreleased) +### 4.45.0 (2026-03-13) #### Features Added * Added `vectorEmbeddingPolicy` support in Spark catalog `TBLPROPERTIES` for creating vector-search-enabled containers. - See [PR 48349](https://github.com/Azure/azure-sdk-for-java/pull/48349) -#### Breaking Changes - -#### Bugs Fixed - -#### Other Changes - ### 4.44.2 (2026-03-05) #### Other Changes diff --git a/sdk/cosmos/azure-cosmos-spark_3-5_2-13/README.md b/sdk/cosmos/azure-cosmos-spark_3-5_2-13/README.md index 1a742ff3d8cb..1547cae14b5d 100644 --- a/sdk/cosmos/azure-cosmos-spark_3-5_2-13/README.md +++ b/sdk/cosmos/azure-cosmos-spark_3-5_2-13/README.md @@ -28,6 +28,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new #### azure-cosmos-spark_3-5_2-13 | Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes | |-----------|--------------------------|-----------------------|---------------------------|-------------------------------|---------------------------| +| 4.45.0 | 3.5.0 | [17] | 2.13 | 16.4 LTS | TBD | | 4.44.2 | 3.5.0 | [17] | 2.13 | 16.4 LTS | TBD | | 4.44.1 | 3.5.0 | [17] | 2.13 | 16.4 LTS | TBD | | 4.44.0 | 3.5.0 | [17] | 2.13 | 16.4 LTS | TBD | @@ -40,6 +41,7 @@ to use the same version of Scala that Spark was compiled for. #### azure-cosmos-spark_3-3_2-12 | Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes | |-----------|--------------------------|------------------------|--------------------------|-------------------------------| +| 4.45.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* | | 4.44.2 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* | | 4.44.1 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* | | 4.44.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* | @@ -94,6 +96,7 @@ to use the same version of Scala that Spark was compiled for. #### azure-cosmos-spark_3-4_2-12 | Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes | |-----------|--------------------------|------------------------|--------------------------|-------------------------------|---------------------------| +| 4.45.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | | | 4.44.2 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | | | 4.44.1 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | | | 4.44.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | | @@ -139,6 +142,7 @@ to use the same version of Scala that Spark was compiled for. #### azure-cosmos-spark_3-5_2-12 | Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes | |-----------|--------------------------|-----------------------|---------------------------|-------------------------------|---------------------------| +| 4.45.0 | 3.5.0 | [8, 11, 17] | 2.12 | 14.\*, 15.\*, 16.4 LTS | 1.3.\* | | 4.44.2 | 3.5.0 | [8, 11, 17] | 2.12 | 14.\*, 15.\*, 16.4 LTS | 1.3.\* | | 4.44.1 | 3.5.0 | [8, 11, 17] | 2.12 | 14.\*, 15.\*, 16.4 LTS | 1.3.\* | | 4.44.0 | 3.5.0 | [8, 11, 17] | 2.12 | 14.\*, 15.\*, 16.4 LTS | 1.3.\* | @@ -170,6 +174,7 @@ to use the same version of Scala that Spark was compiled for. #### azure-cosmos-spark_4-0_2-13 | Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes | |-----------|--------------------------|----------------------|---------------------------|-------------------------------|---------------------------| +| 4.45.0 | 4.0.0 | [17, 21] | 2.13 | 17.\* | TBD | | 4.44.2 | 4.0.0 | [17, 21] | 2.13 | 17.\* | TBD | | 4.44.1 | 4.0.0 | [17, 21] | 2.13 | 17.\* | TBD | | 4.44.0 | 4.0.0 | [17, 21] | 2.13 | 17.\* | TBD | @@ -182,11 +187,11 @@ to use Scala 2.13 that Spark 4.0 was compiled for. ### Download You can use the maven coordinate of the jar to auto install the Spark Connector to your Databricks Runtime from Maven: -`com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-13:4.44.2` +`com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-13:4.45.0` You can also integrate against Cosmos DB Spark Connector in your SBT project: ```scala -libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-5_2-13" % "4.44.2" +libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-5_2-13" % "4.45.0" ``` Cosmos DB Spark Connector is available on [Maven Central Repo](https://central.sonatype.com/search?namespace=com.azure.cosmos.spark). diff --git a/sdk/cosmos/azure-cosmos-spark_3-5_2-13/pom.xml b/sdk/cosmos/azure-cosmos-spark_3-5_2-13/pom.xml index ecabaf3930ff..81660d769c4d 100644 --- a/sdk/cosmos/azure-cosmos-spark_3-5_2-13/pom.xml +++ b/sdk/cosmos/azure-cosmos-spark_3-5_2-13/pom.xml @@ -11,7 +11,7 @@ com.azure.cosmos.spark azure-cosmos-spark_3-5_2-13 - 4.45.0-beta.1 + 4.45.0 jar https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cosmos/azure-cosmos-spark_3-5_2-13 OLTP Spark 3.5 Connector for Azure Cosmos DB SQL API diff --git a/sdk/cosmos/azure-cosmos-spark_3/docs/quick-start.md b/sdk/cosmos/azure-cosmos-spark_3/docs/quick-start.md index a6161e402077..ee7cf2ff88ab 100644 --- a/sdk/cosmos/azure-cosmos-spark_3/docs/quick-start.md +++ b/sdk/cosmos/azure-cosmos-spark_3/docs/quick-start.md @@ -29,19 +29,19 @@ You can use any other Spark 3.5 spark offering as well, also you should be able SLF4J is only needed if you plan to use logging, please also download an SLF4J binding which will link the SLF4J API with the logging implementation of your choice. See the [SLF4J user manual](https://www.slf4j.org/manual.html) for more information. For Spark 3.3: -- Install Cosmos DB Spark Connector, in your spark Cluster [com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12:4.44.2](https://search.maven.org/artifact/com.azure.cosmos.spark/azure-cosmos-spark_3-3_2-12/4.44.2/jar) +- Install Cosmos DB Spark Connector, in your spark Cluster [com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12:4.45.0](https://search.maven.org/artifact/com.azure.cosmos.spark/azure-cosmos-spark_3-3_2-12/4.45.0/jar) For Spark 3.4: -- Install Cosmos DB Spark Connector, in your spark Cluster [com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12:4.44.2](https://search.maven.org/artifact/com.azure.cosmos.spark/azure-cosmos-spark_3-4_2-12/4.44.2/jar) +- Install Cosmos DB Spark Connector, in your spark Cluster [com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12:4.45.0](https://search.maven.org/artifact/com.azure.cosmos.spark/azure-cosmos-spark_3-4_2-12/4.45.0/jar) For Spark 3.5 (Scala 2.12): -- Install Cosmos DB Spark Connector, in your spark Cluster [com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12:4.44.2](https://search.maven.org/artifact/com.azure.cosmos.spark/azure-cosmos-spark_3-5_2-12/4.44.2/jar) +- Install Cosmos DB Spark Connector, in your spark Cluster [com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12:4.45.0](https://search.maven.org/artifact/com.azure.cosmos.spark/azure-cosmos-spark_3-5_2-12/4.45.0/jar) For Spark 3.5 (Scala 2.13): -- Install Cosmos DB Spark Connector, in your spark Cluster [com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-13:4.44.2](https://search.maven.org/artifact/com.azure.cosmos.spark/azure-cosmos-spark_3-5_2-13/4.44.2/jar) +- Install Cosmos DB Spark Connector, in your spark Cluster [com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-13:4.45.0](https://search.maven.org/artifact/com.azure.cosmos.spark/azure-cosmos-spark_3-5_2-13/4.45.0/jar) For Spark 4.0: -- Install Cosmos DB Spark Connector, in your spark Cluster [com.azure.cosmos.spark:azure-cosmos-spark_4-0_2-13:4.44.2](https://search.maven.org/artifact/com.azure.cosmos.spark/azure-cosmos-spark_4-0_2-13/4.44.2/jar) +- Install Cosmos DB Spark Connector, in your spark Cluster [com.azure.cosmos.spark:azure-cosmos-spark_4-0_2-13:4.45.0](https://search.maven.org/artifact/com.azure.cosmos.spark/azure-cosmos-spark_4-0_2-13/4.45.0/jar) The getting started guide is based on PySpark however you can use the equivalent scala version as well, and you can run the following code snippet in an Azure Databricks PySpark notebook. diff --git a/sdk/cosmos/azure-cosmos-spark_4-0_2-13/CHANGELOG.md b/sdk/cosmos/azure-cosmos-spark_4-0_2-13/CHANGELOG.md index 5ffc77e7bc9f..6e85d193ee8c 100644 --- a/sdk/cosmos/azure-cosmos-spark_4-0_2-13/CHANGELOG.md +++ b/sdk/cosmos/azure-cosmos-spark_4-0_2-13/CHANGELOG.md @@ -1,16 +1,10 @@ ## Release History -### 4.45.0-beta.1 (Unreleased) +### 4.45.0 (2026-03-13) #### Features Added * Added `vectorEmbeddingPolicy` support in Spark catalog `TBLPROPERTIES` for creating vector-search-enabled containers. - See [PR 48349](https://github.com/Azure/azure-sdk-for-java/pull/48349) -#### Breaking Changes - -#### Bugs Fixed - -#### Other Changes - ### 4.44.2 (2026-03-05) #### Other Changes diff --git a/sdk/cosmos/azure-cosmos-spark_4-0_2-13/README.md b/sdk/cosmos/azure-cosmos-spark_4-0_2-13/README.md index 151f9b905a15..6b415a8f0ff6 100644 --- a/sdk/cosmos/azure-cosmos-spark_4-0_2-13/README.md +++ b/sdk/cosmos/azure-cosmos-spark_4-0_2-13/README.md @@ -20,6 +20,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new #### azure-cosmos-spark_4-0_2-13 | Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes | |-----------|--------------------------|----------------------|---------------------------|-------------------------------|---------------------------| +| 4.45.0 | 4.0.0 | [17, 21] | 2.13 | 17.\* | TBD | | 4.44.2 | 4.0.0 | [17, 21] | 2.13 | 17.\* | TBD | | 4.44.1 | 4.0.0 | [17, 21] | 2.13 | 17.\* | TBD | | 4.44.0 | 4.0.0 | [17, 21] | 2.13 | 17.\* | TBD | @@ -32,6 +33,7 @@ to use Scala 2.13 that Spark 4.0 was compiled for. #### azure-cosmos-spark_3-3_2-12 | Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes | |-----------|--------------------------|------------------------|--------------------------|-------------------------------| +| 4.45.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* | | 4.44.2 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* | | 4.44.1 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* | | 4.44.0 | 3.3.0 - 3.3.2 | [8, 11] | 2.12 | 11.\*, 12.\* | @@ -86,6 +88,7 @@ to use Scala 2.13 that Spark 4.0 was compiled for. #### azure-cosmos-spark_3-4_2-12 | Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes | |-----------|--------------------------|------------------------|--------------------------|-------------------------------|---------------------------| +| 4.45.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | | | 4.44.2 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | | | 4.44.1 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | | | 4.44.0 | 3.4.0 - 3.4.1 | [8, 11] | 2.12 | 13.\* | | @@ -131,6 +134,7 @@ to use Scala 2.13 that Spark 4.0 was compiled for. #### azure-cosmos-spark_3-5_2-12 | Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes | |-----------|--------------------------|-----------------------|---------------------------|-------------------------------|---------------------------| +| 4.45.0 | 3.5.0 | [8, 11, 17] | 2.12 | 14.\*, 15.\*, 16.4 LTS | 1.3.\* | | 4.44.2 | 3.5.0 | [8, 11, 17] | 2.12 | 14.\*, 15.\*, 16.4 LTS | 1.3.\* | | 4.44.1 | 3.5.0 | [8, 11, 17] | 2.12 | 14.\*, 15.\*, 16.4 LTS | 1.3.\* | | 4.44.0 | 3.5.0 | [8, 11, 17] | 2.12 | 14.\*, 15.\*, 16.4 LTS | 1.3.\* | @@ -162,6 +166,7 @@ to use the same version of Scala that Spark was compiled for. #### azure-cosmos-spark_3-5_2-13 | Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes | Supported Fabric Runtimes | |-----------|--------------------------|-----------------------|---------------------------|-------------------------------|---------------------------| +| 4.45.0 | 3.5.0 | [17] | 2.13 | 16.4 LTS | TBD | | 4.44.2 | 3.5.0 | [17] | 2.13 | 16.4 LTS | TBD | | 4.44.1 | 3.5.0 | [17] | 2.13 | 16.4 LTS | TBD | | 4.44.0 | 3.5.0 | [17] | 2.13 | 16.4 LTS | TBD | @@ -171,11 +176,11 @@ to use the same version of Scala that Spark was compiled for. ### Download You can use the maven coordinate of the jar to auto install the Spark Connector to your Databricks Runtime from Maven: -`com.azure.cosmos.spark:azure-cosmos-spark_4-0_2-13:4.44.2` +`com.azure.cosmos.spark:azure-cosmos-spark_4-0_2-13:4.45.0` You can also integrate against Cosmos DB Spark Connector in your SBT project: ```scala -libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_4-0_2-13" % "4.44.2" +libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_4-0_2-13" % "4.45.0" ``` Cosmos DB Spark Connector is available on [Maven Central Repo](https://central.sonatype.com/search?namespace=com.azure.cosmos.spark). diff --git a/sdk/cosmos/azure-cosmos-spark_4-0_2-13/pom.xml b/sdk/cosmos/azure-cosmos-spark_4-0_2-13/pom.xml index ac43270d331c..fffe0f149492 100644 --- a/sdk/cosmos/azure-cosmos-spark_4-0_2-13/pom.xml +++ b/sdk/cosmos/azure-cosmos-spark_4-0_2-13/pom.xml @@ -11,7 +11,7 @@ com.azure.cosmos.spark azure-cosmos-spark_4-0_2-13 - 4.45.0-beta.1 + 4.45.0 jar https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cosmos/azure-cosmos-spark_4-0_2-13 OLTP Spark 4.0 Connector for Azure Cosmos DB SQL API diff --git a/sdk/cosmos/fabric-cosmos-spark-auth_3/pom.xml b/sdk/cosmos/fabric-cosmos-spark-auth_3/pom.xml index da8a884ea5e2..74ee8c99935a 100644 --- a/sdk/cosmos/fabric-cosmos-spark-auth_3/pom.xml +++ b/sdk/cosmos/fabric-cosmos-spark-auth_3/pom.xml @@ -100,7 +100,7 @@ com.azure.cosmos.spark azure-cosmos-spark_3-5_2-12 - 4.45.0-beta.1 + 4.45.0 provided @@ -183,7 +183,7 @@ com.fasterxml.jackson.datatype:jackson-datatype-jsr310:[2.18.4] com.fasterxml.jackson.core:jackson-databind:[2.18.4] com.fasterxml.jackson.module:jackson-module-scala_2.12:[2.18.4] - com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12:[4.45.0-beta.1] + com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12:[4.45.0] com.microsoft.azure.synapse:synapseutils_2.12:[1.5.4]