diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml
index aafd0ac09c0b..46ac8ebb133b 100644
--- a/eng/jacoco-test-coverage/pom.xml
+++ b/eng/jacoco-test-coverage/pom.xml
@@ -183,12 +183,12 @@
com.azure
azure-cosmos
- 4.39.0-beta.1
+ 4.39.0
com.azure
azure-cosmos-encryption
- 1.9.0-beta.1
+ 1.9.0
com.azure
@@ -650,7 +650,7 @@
com.azure
azure-spring-data-cosmos
- 3.30.0-beta.1
+ 3.30.0
com.azure
diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt
index 497c32761c15..b3ee5f5d7502 100644
--- a/eng/versioning/version_client.txt
+++ b/eng/versioning/version_client.txt
@@ -87,14 +87,14 @@ com.azure:azure-core-serializer-json-gson;1.1.22;1.2.0-beta.1
com.azure:azure-core-serializer-json-jackson;1.2.23;1.3.0-beta.1
com.azure:azure-core-test;1.13.0;1.14.0-beta.1
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.30;1.0.0-beta.31
-com.azure:azure-cosmos;4.38.1;4.39.0-beta.1
+com.azure:azure-cosmos;4.38.1;4.39.0
com.azure:azure-cosmos-benchmark;4.0.1-beta.1;4.0.1-beta.1
com.azure:azure-cosmos-dotnet-benchmark;4.0.1-beta.1;4.0.1-beta.1
com.azure.cosmos.spark:azure-cosmos-spark_3_2-12;1.0.0-beta.1;1.0.0-beta.1
-com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.14.1;4.15.0-beta.1
-com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;4.14.1;4.15.0-beta.1
-com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.15.0-beta.1;4.15.0-beta.1
-com.azure:azure-cosmos-encryption;1.8.1;1.9.0-beta.1
+com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.14.1;4.15.0
+com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;4.14.1;4.15.0
+com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.15.0-beta.1;4.15.0
+com.azure:azure-cosmos-encryption;1.8.1;1.9.0
com.azure:azure-data-appconfiguration;1.3.9;1.4.0-beta.1
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-data-schemaregistry;1.3.0;1.4.0-beta.1
@@ -154,7 +154,7 @@ com.azure:azure-security-keyvault-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-sdk-template;1.1.1234;1.2.2-beta.1
com.azure:azure-sdk-template-two;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-sdk-template-three;1.0.0-beta.1;1.0.0-beta.1
-com.azure:azure-spring-data-cosmos;3.29.1;3.30.0-beta.1
+com.azure:azure-spring-data-cosmos;3.29.1;3.30.0
com.azure:azure-spring-data-cosmos-test;3.0.0-beta.1;3.0.0-beta.1
com.azure:azure-storage-blob;12.20.1;12.21.0-beta.1
com.azure:azure-storage-blob-batch;12.16.1;12.17.0-beta.1
diff --git a/sdk/cosmos/azure-cosmos-benchmark/pom.xml b/sdk/cosmos/azure-cosmos-benchmark/pom.xml
index 67365a668631..96997f355010 100644
--- a/sdk/cosmos/azure-cosmos-benchmark/pom.xml
+++ b/sdk/cosmos/azure-cosmos-benchmark/pom.xml
@@ -51,13 +51,13 @@ Licensed under the MIT License.
com.azure
azure-cosmos
- 4.39.0-beta.1
+ 4.39.0
com.azure
azure-cosmos-encryption
- 1.9.0-beta.1
+ 1.9.0
diff --git a/sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml b/sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml
index bc757410234a..951f6f61da09 100644
--- a/sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml
+++ b/sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml
@@ -50,7 +50,7 @@ Licensed under the MIT License.
com.azure
azure-cosmos
- 4.39.0-beta.1
+ 4.39.0
diff --git a/sdk/cosmos/azure-cosmos-encryption/CHANGELOG.md b/sdk/cosmos/azure-cosmos-encryption/CHANGELOG.md
index aa0e7791243d..0e625cfa6bd2 100644
--- a/sdk/cosmos/azure-cosmos-encryption/CHANGELOG.md
+++ b/sdk/cosmos/azure-cosmos-encryption/CHANGELOG.md
@@ -1,14 +1,8 @@
## Release History
-### 1.9.0-beta.1 (Unreleased)
-
-#### Features Added
-
-#### Breaking Changes
-
-#### Bugs Fixed
-
+### 1.9.0 (2022-11-16)
#### Other Changes
+* Updated `azure-cosmos` to version `4.39.0`.
### 1.8.1 (2022-10-21)
#### Other Changes
diff --git a/sdk/cosmos/azure-cosmos-encryption/README.md b/sdk/cosmos/azure-cosmos-encryption/README.md
index 9853369bc033..0bc8ca270340 100644
--- a/sdk/cosmos/azure-cosmos-encryption/README.md
+++ b/sdk/cosmos/azure-cosmos-encryption/README.md
@@ -12,7 +12,7 @@ The Azure Cosmos Encryption Plugin is used for encrypting data with a user-provi
com.azure
azure-cosmos-encryption
- 1.8.1
+ 1.9.0
```
[//]: # ({x-version-update-end})
diff --git a/sdk/cosmos/azure-cosmos-encryption/pom.xml b/sdk/cosmos/azure-cosmos-encryption/pom.xml
index 75908fd5776f..d89920bce555 100644
--- a/sdk/cosmos/azure-cosmos-encryption/pom.xml
+++ b/sdk/cosmos/azure-cosmos-encryption/pom.xml
@@ -13,7 +13,7 @@ Licensed under the MIT License.
com.azure
azure-cosmos-encryption
- 1.9.0-beta.1
+ 1.9.0
Encryption Plugin for Azure Cosmos DB SDK
This Package contains Encryption Plugin for Microsoft Azure Cosmos SDK
jar
@@ -56,7 +56,7 @@ Licensed under the MIT License.
com.azure
azure-cosmos
- 4.39.0-beta.1
+ 4.39.0
diff --git a/sdk/cosmos/azure-cosmos-spark_3-1_2-12/CHANGELOG.md b/sdk/cosmos/azure-cosmos-spark_3-1_2-12/CHANGELOG.md
index 2237e2b8fd80..f78d439fed94 100644
--- a/sdk/cosmos/azure-cosmos-spark_3-1_2-12/CHANGELOG.md
+++ b/sdk/cosmos/azure-cosmos-spark_3-1_2-12/CHANGELOG.md
@@ -1,12 +1,6 @@
## Release History
-### 4.15.0-beta.1 (Unreleased)
-
-#### Features Added
-
-#### Breaking Changes
-
-#### Bugs Fixed
+### 4.15.0 (2022-11-16)
#### Other Changes
* Fixed shading instructions to correct dependency issues in Azure Synapse with version 4.14.0 and 4.14.1. - See [PR 31980](https://github.com/Azure/azure-sdk-for-java/pull/31980)
diff --git a/sdk/cosmos/azure-cosmos-spark_3-1_2-12/README.md b/sdk/cosmos/azure-cosmos-spark_3-1_2-12/README.md
index 61dfbfdc42d7..c7efbbd6af76 100644
--- a/sdk/cosmos/azure-cosmos-spark_3-1_2-12/README.md
+++ b/sdk/cosmos/azure-cosmos-spark_3-1_2-12/README.md
@@ -29,6 +29,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
#### azure-cosmos-spark_3-1_2-12
| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
|--------------| ------------------------ | -------------------- | ----------------------- | ----------------------------- |
+| 4.15.0 | 3.1.1 - 3.1.2 | 8 | 2.12 | 8.\*, 9.\* |
| 4.14.1 | 3.1.1 - 3.1.2 | 8 | 2.12 | 8.\*, 9.\* |
| 4.14.0 | 3.1.1 - 3.1.2 | 8 | 2.12 | 8.\*, 9.\* |
| 4.13.1 | 3.1.1 - 3.1.2 | 8 | 2.12 | 8.\*, 9.\* |
@@ -66,6 +67,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
#### azure-cosmos-spark_3-2_2-12
| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
|-----------| ------------------------ | -------------------- | ----------------------- | ----------------------------- |
+| 4.15.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
| 4.14.1 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
| 4.14.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
| 4.13.1 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
@@ -86,18 +88,18 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
| 4.6.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
#### azure-cosmos-spark_3-3_2-12
-| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
-|---------------|--------------------------| -------------------- | ----------------------- |-------------------------------|
-| 4.15.0-beta.1 | 3.3.0 | 8 | 2.12 | 11.\* |
+| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
+|-----------|--------------------------| -------------------- | ----------------------- |-------------------------------|
+| 4.15.0 | 3.3.0 | 8 | 2.12 | 11.\* |
### Download
You can use the maven coordinate of the jar to auto install the Spark Connector to your Databricks Runtime 8 from Maven:
-`com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12:4.14.1`
+`com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12:4.15.0`
You can also integrate against Cosmos DB Spark Connector in your SBT project:
```scala
-libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-1_2-12" % "4.14.1"
+libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-1_2-12" % "4.15.0"
```
Cosmos DB Spark Connector is available on [Maven Central Repo](https://search.maven.org/search?q=g:com.azure.cosmos.spark).
diff --git a/sdk/cosmos/azure-cosmos-spark_3-1_2-12/pom.xml b/sdk/cosmos/azure-cosmos-spark_3-1_2-12/pom.xml
index 9c7449e28c46..071c993f604e 100644
--- a/sdk/cosmos/azure-cosmos-spark_3-1_2-12/pom.xml
+++ b/sdk/cosmos/azure-cosmos-spark_3-1_2-12/pom.xml
@@ -11,7 +11,7 @@
com.azure.cosmos.spark
azure-cosmos-spark_3-1_2-12
- 4.15.0-beta.1
+ 4.15.0
jar
https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cosmos/azure-cosmos-spark_3-1_2-12
OLTP Spark 3.1 Connector for Azure Cosmos DB SQL API
diff --git a/sdk/cosmos/azure-cosmos-spark_3-2_2-12/CHANGELOG.md b/sdk/cosmos/azure-cosmos-spark_3-2_2-12/CHANGELOG.md
index 5a9f958133ff..78a4134670fc 100644
--- a/sdk/cosmos/azure-cosmos-spark_3-2_2-12/CHANGELOG.md
+++ b/sdk/cosmos/azure-cosmos-spark_3-2_2-12/CHANGELOG.md
@@ -1,12 +1,6 @@
## Release History
-### 4.15.0-beta.1 (Unreleased)
-
-#### Features Added
-
-#### Breaking Changes
-
-#### Bugs Fixed
+### 4.15.0 (2022-11-16)
#### Other Changes
* Fixed shading instructions to correct dependency issues in Azure Synapse with version 4.14.0 and 4.14.1. - See [PR 31980](https://github.com/Azure/azure-sdk-for-java/pull/31980)
diff --git a/sdk/cosmos/azure-cosmos-spark_3-2_2-12/README.md b/sdk/cosmos/azure-cosmos-spark_3-2_2-12/README.md
index dab4c1287d0e..bdb92298be17 100644
--- a/sdk/cosmos/azure-cosmos-spark_3-2_2-12/README.md
+++ b/sdk/cosmos/azure-cosmos-spark_3-2_2-12/README.md
@@ -28,6 +28,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
#### azure-cosmos-spark_3-2_2-12
| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
|-----------| ------------------------ | -------------------- | ----------------------- | ----------------------------- |
+| 4.15.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
| 4.14.1 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
| 4.14.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
| 4.13.1 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
@@ -48,13 +49,14 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
| 4.6.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
#### azure-cosmos-spark_3-3_2-12
-| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
-|---------------|--------------------------| -------------------- | ----------------------- |-------------------------------|
-| 4.15.0-beta.1 | 3.3.0 | 8 | 2.12 | 11.\* |
+| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
+|-----------|--------------------------| -------------------- | ----------------------- |-------------------------------|
+| 4.15.0 | 3.3.0 | 8 | 2.12 | 11.\* |
#### azure-cosmos-spark_3-1_2-12
| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
|--------------| ------------------------ | -------------------- | ----------------------- | ----------------------------- |
+| 4.15.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 8.\*, 9.\* |
| 4.14.1 | 3.2.0 - 3.2.1 | 8 | 2.12 | 8.\*, 9.\* |
| 4.14.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 8.\*, 9.\* |
| 4.13.1 | 3.2.0 - 3.2.1 | 8 | 2.12 | 8.\*, 9.\* |
@@ -92,11 +94,11 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
### Download
You can use the maven coordinate of the jar to auto install the Spark Connector to your Databricks Runtime 10 from Maven:
-`com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12:4.14.1`
+`com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12:4.15.0`
You can also integrate against Cosmos DB Spark Connector in your SBT project:
```scala
-libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-2_2-12" % "4.14.1"
+libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-2_2-12" % "4.15.0"
```
Cosmos DB Spark Connector is available on [Maven Central Repo](https://search.maven.org/search?q=g:com.azure.cosmos.spark).
diff --git a/sdk/cosmos/azure-cosmos-spark_3-2_2-12/pom.xml b/sdk/cosmos/azure-cosmos-spark_3-2_2-12/pom.xml
index 5cca526abda3..99c5a78a5c27 100644
--- a/sdk/cosmos/azure-cosmos-spark_3-2_2-12/pom.xml
+++ b/sdk/cosmos/azure-cosmos-spark_3-2_2-12/pom.xml
@@ -11,7 +11,7 @@
com.azure.cosmos.spark
azure-cosmos-spark_3-2_2-12
- 4.15.0-beta.1
+ 4.15.0
jar
https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cosmos/azure-cosmos-spark_3-2_2-12
OLTP Spark 3.2 Connector for Azure Cosmos DB SQL API
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 c26541f60906..3d84f10f70db 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,12 @@
## Release History
-### 4.15.0-beta.1 (Unreleased)
+### 4.15.0 (2022-11-16)
#### Features Added
Spark 3.3 support: - See [PR 31666](https://github.com/Azure/azure-sdk-for-java/pull/31666).
-#### Breaking Changes
-
-#### Bugs Fixed
-
#### Other Changes
* Fixed shading instructions to correct dependency issues in Azure Synapse with version 4.14.0 and 4.14.1. - See [PR 31980](https://github.com/Azure/azure-sdk-for-java/pull/31980)
* Reduced the logging noise level on CancellationExceptions from `RntbdReporter.reportIssue`. - See [PR 32175](https://github.com/Azure/azure-sdk-for-java/pull/32175)
-### NOTE: See CHANGELOG.md in 3.1 and 3.2 projects for changes prior to 4.15.0
\ No newline at end of file
+### NOTE: See CHANGELOG.md in 3.1 and 3.2 projects for changes prior to 4.15.0
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 47d76806d1c6..b45c333b0d60 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
@@ -26,13 +26,14 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
### Version Compatibility
#### azure-cosmos-spark_3-3_2-12
-| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
-|---------------|--------------------------| -------------------- | ----------------------- |-------------------------------|
-| 4.15.0-beta.1 | 3.3.0 | 8 | 2.12 | 11.\* |
+| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
+|-----------|--------------------------| -------------------- | ----------------------- |-------------------------------|
+| 4.15.0 | 3.3.0 | 8 | 2.12 | 11.\* |
#### azure-cosmos-spark_3-2_2-12
| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
|-----------| ------------------------ | -------------------- | ----------------------- | ----------------------------- |
+| 4.15.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
| 4.14.1 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
| 4.14.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
| 4.13.1 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
@@ -55,6 +56,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
#### azure-cosmos-spark_3-1_2-12
| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
|--------------| ------------------------ | -------------------- | ----------------------- | ----------------------------- |
+| 4.15.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
| 4.14.1 | 3.2.0 - 3.2.1 | 8 | 2.12 | 8.\*, 9.\* |
| 4.14.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 8.\*, 9.\* |
| 4.13.1 | 3.2.0 - 3.2.1 | 8 | 2.12 | 8.\*, 9.\* |
@@ -92,11 +94,11 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
### Download
You can use the maven coordinate of the jar to auto install the Spark Connector to your Databricks Runtime 11 from Maven:
-`com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12:4.15.0-beta.1`
+`com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12:4.15.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.15.0-beta.1"
+libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-3_2-12" % "4.15.0"
```
Cosmos DB Spark Connector is available on [Maven Central Repo](https://search.maven.org/search?q=g: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 ad5fb915bd99..d65804a9aebf 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.15.0-beta.1
+ 4.15.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_2-12/docs/quick-start.md b/sdk/cosmos/azure-cosmos-spark_3_2-12/docs/quick-start.md
index ddc3e153037b..e18a44f01767 100644
--- a/sdk/cosmos/azure-cosmos-spark_3_2-12/docs/quick-start.md
+++ b/sdk/cosmos/azure-cosmos-spark_3_2-12/docs/quick-start.md
@@ -13,20 +13,26 @@ You can use any other Spark 3.1.1 spark offering as well, also you should be abl
Alternatively, you can use the
[use Azure Cosmos DB Emulator](https://docs.microsoft.com/azure/cosmos-db/local-emulator) for development and testing.
- For Spark 3.1:
- - [Azure Databricks Runtime 9.1 LTS with Spark 3.1.2](https://docs.microsoft.com/azure/databricks/release-notes/runtime/9.1)
+ - [Azure Databricks Runtime 9.1 LTS with Spark 3.1.2](https://docs.microsoft.com/azure/databricks/release-notes/runtime/9.1)
- For Spark 3.2:
- - [Azure Databricks Runtime 10.2 with Spark 3.2.0](https://docs.microsoft.com/azure/databricks/release-notes/runtime/10.2)
-
+ - [Azure Databricks Runtime 10.2 with Spark 3.2.0](https://docs.microsoft.com/azure/databricks/release-notes/runtime/10.2)
+- For Spark 3.3
+ - [Azure Databricks Runtime 11.3 LTS with Spark 3.3.0](https://learn.microsoft.com/azure/databricks/release-notes/runtime/11.3)
+
+
- (Optional) [SLF4J binding](https://www.slf4j.org/manual.html) is used to associate a
specific logging framework with SLF4J.
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.1:
-- Install Cosmos DB Spark Connector, in your spark Cluster [com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12:4.14.1](https://search.maven.org/artifact/com.azure.cosmos.spark/azure-cosmos-spark_3-1_2-12/4.14.1/jar)
+- Install Cosmos DB Spark Connector, in your spark Cluster [com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12:4.15.0](https://search.maven.org/artifact/com.azure.cosmos.spark/azure-cosmos-spark_3-1_2-12/4.15.0/jar)
For Spark 3.2:
-- Install Cosmos DB Spark Connector, in your spark Cluster [com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12:4.14.1](https://search.maven.org/artifact/com.azure.cosmos.spark/azure-cosmos-spark_3-2_2-12/4.14.1/jar)
+- Install Cosmos DB Spark Connector, in your spark Cluster [com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12:4.15.0](https://search.maven.org/artifact/com.azure.cosmos.spark/azure-cosmos-spark_3-2_2-12/4.15.0/jar)
+
+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.15.0](https://search.maven.org/artifact/com.azure.cosmos.spark/azure-cosmos-spark_3-3_2-12/4.15.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_3_2-12/pom.xml b/sdk/cosmos/azure-cosmos-spark_3_2-12/pom.xml
index 6aab1da132f5..bdd90d60bd6d 100644
--- a/sdk/cosmos/azure-cosmos-spark_3_2-12/pom.xml
+++ b/sdk/cosmos/azure-cosmos-spark_3_2-12/pom.xml
@@ -63,7 +63,7 @@
com.azure
azure-cosmos
- 4.39.0-beta.1
+ 4.39.0
org.scala-lang.modules
diff --git a/sdk/cosmos/azure-cosmos/CHANGELOG.md b/sdk/cosmos/azure-cosmos/CHANGELOG.md
index f06d41c5acae..08ee09d341f4 100644
--- a/sdk/cosmos/azure-cosmos/CHANGELOG.md
+++ b/sdk/cosmos/azure-cosmos/CHANGELOG.md
@@ -1,10 +1,6 @@
## Release History
-### 4.39.0-beta.1 (Unreleased)
-
-#### Features Added
-
-#### Breaking Changes
+### 4.39.0 (2022-11-16)
#### Bugs Fixed
* Fixed a rare race condition for `query plan` cache exceeding the allowed size limit - See [PR 31859](https://github.com/Azure/azure-sdk-for-java/pull/31859)
diff --git a/sdk/cosmos/azure-cosmos/README.md b/sdk/cosmos/azure-cosmos/README.md
index 31b3a3a94693..64051357e9da 100644
--- a/sdk/cosmos/azure-cosmos/README.md
+++ b/sdk/cosmos/azure-cosmos/README.md
@@ -45,7 +45,7 @@ add the direct dependency to your project as follows.
com.azure
azure-cosmos
- 4.38.1
+ 4.39.0
```
[//]: # ({x-version-update-end})
diff --git a/sdk/cosmos/azure-cosmos/pom.xml b/sdk/cosmos/azure-cosmos/pom.xml
index 8bb0d9859258..262921e30953 100644
--- a/sdk/cosmos/azure-cosmos/pom.xml
+++ b/sdk/cosmos/azure-cosmos/pom.xml
@@ -13,7 +13,7 @@ Licensed under the MIT License.
com.azure
azure-cosmos
- 4.39.0-beta.1
+ 4.39.0
Microsoft Azure SDK for SQL API of Azure Cosmos DB Service
This Package contains Microsoft Azure Cosmos SDK (with Reactive Extension Reactor support) for Azure Cosmos DB SQL API
jar
diff --git a/sdk/cosmos/azure-spring-data-cosmos-test/pom.xml b/sdk/cosmos/azure-spring-data-cosmos-test/pom.xml
index d1e4b2e6b1ce..c319136dc463 100644
--- a/sdk/cosmos/azure-spring-data-cosmos-test/pom.xml
+++ b/sdk/cosmos/azure-spring-data-cosmos-test/pom.xml
@@ -30,7 +30,7 @@
com.azure
azure-spring-data-cosmos
- 3.30.0-beta.1
+ 3.30.0
diff --git a/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md b/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md
index 54608080594d..dc6f055015dd 100644
--- a/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md
+++ b/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md
@@ -1,14 +1,8 @@
## Release History
-### 3.30.0-beta.1 (Unreleased)
-
-#### Features Added
-
-#### Breaking Changes
-
-#### Bugs Fixed
-
-#### Other Changes
+### 3.30.0 (2022-11-16)
+### Other Changes
+* Updated `azure-cosmos` to version `4.39.0`.
### 3.29.1 (2022-10-21)
#### Bugs Fixed
diff --git a/sdk/cosmos/azure-spring-data-cosmos/README.md b/sdk/cosmos/azure-spring-data-cosmos/README.md
index 91cc5ec3ffb6..0d9425ad9dc7 100644
--- a/sdk/cosmos/azure-spring-data-cosmos/README.md
+++ b/sdk/cosmos/azure-spring-data-cosmos/README.md
@@ -99,7 +99,7 @@ If you are using Maven, add the following dependency.
com.azure
azure-spring-data-cosmos
- 3.29.1
+ 3.30.0
```
[//]: # ({x-version-update-end})
diff --git a/sdk/cosmos/azure-spring-data-cosmos/pom.xml b/sdk/cosmos/azure-spring-data-cosmos/pom.xml
index 3a50de6dc9dc..ec0e3fcc2e69 100644
--- a/sdk/cosmos/azure-spring-data-cosmos/pom.xml
+++ b/sdk/cosmos/azure-spring-data-cosmos/pom.xml
@@ -12,7 +12,7 @@
com.azure
azure-spring-data-cosmos
- 3.30.0-beta.1
+ 3.30.0
jar
Spring Data for Azure Cosmos DB SQL API
Spring Data for Azure Cosmos DB SQL API
@@ -88,7 +88,7 @@
com.azure
azure-cosmos
- 4.39.0-beta.1
+ 4.39.0
com.fasterxml.jackson.module