Skip to content
6 changes: 3 additions & 3 deletions eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos</artifactId>
<version>4.39.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
<version>4.39.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos-encryption</artifactId>
<version>1.9.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
<version>1.9.0</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down Expand Up @@ -650,7 +650,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-spring-data-cosmos</artifactId>
<version>3.30.0-beta.1</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
<version>3.30.0</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
12 changes: 6 additions & 6 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions sdk/cosmos/azure-cosmos-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ Licensed under the MIT License.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos</artifactId>
<version>4.39.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
<version>4.39.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
</dependency>

<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos-encryption</artifactId>
<version>1.9.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
<version>1.9.0</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Licensed under the MIT License.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos</artifactId>
<version>4.39.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
<version>4.39.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
</dependency>

<dependency>
Expand Down
10 changes: 2 additions & 8 deletions sdk/cosmos/azure-cosmos-encryption/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/cosmos/azure-cosmos-encryption/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Azure Cosmos Encryption Plugin is used for encrypting data with a user-provi
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos-encryption</artifactId>
<version>1.8.1</version>
<version>1.9.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
4 changes: 2 additions & 2 deletions sdk/cosmos/azure-cosmos-encryption/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Licensed under the MIT License.

<groupId>com.azure</groupId>
<artifactId>azure-cosmos-encryption</artifactId>
<version>1.9.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
<version>1.9.0</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
<name>Encryption Plugin for Azure Cosmos DB SDK</name>
<description>This Package contains Encryption Plugin for Microsoft Azure Cosmos SDK</description>
<packaging>jar</packaging>
Expand Down Expand Up @@ -56,7 +56,7 @@ Licensed under the MIT License.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos</artifactId>
<version>4.39.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
<version>4.39.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
</dependency>

<dependency>
Expand Down
8 changes: 1 addition & 7 deletions sdk/cosmos/azure-cosmos-spark_3-1_2-12/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
12 changes: 7 additions & 5 deletions sdk/cosmos/azure-cosmos-spark_3-1_2-12/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.\* |
Expand Down Expand Up @@ -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.\* |
Expand All @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion sdk/cosmos/azure-cosmos-spark_3-1_2-12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>com.azure.cosmos.spark</groupId>
<artifactId>azure-cosmos-spark_3-1_2-12</artifactId>
<version>4.15.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;current} -->
<version>4.15.0</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;current} -->
<packaging>jar</packaging>
<url>https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cosmos/azure-cosmos-spark_3-1_2-12</url>
<name>OLTP Spark 3.1 Connector for Azure Cosmos DB SQL API</name>
Expand Down
8 changes: 1 addition & 7 deletions sdk/cosmos/azure-cosmos-spark_3-2_2-12/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
12 changes: 7 additions & 5 deletions sdk/cosmos/azure-cosmos-spark_3-2_2-12/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.\* |
Expand All @@ -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.\* |
Expand Down Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion sdk/cosmos/azure-cosmos-spark_3-2_2-12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>com.azure.cosmos.spark</groupId>
<artifactId>azure-cosmos-spark_3-2_2-12</artifactId>
<version>4.15.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;current} -->
<version>4.15.0</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;current} -->
<packaging>jar</packaging>
<url>https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cosmos/azure-cosmos-spark_3-2_2-12</url>
<name>OLTP Spark 3.2 Connector for Azure Cosmos DB SQL API</name>
Expand Down
8 changes: 2 additions & 6 deletions sdk/cosmos/azure-cosmos-spark_3-3_2-12/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
### NOTE: See CHANGELOG.md in 3.1 and 3.2 projects for changes prior to 4.15.0
12 changes: 7 additions & 5 deletions sdk/cosmos/azure-cosmos-spark_3-3_2-12/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.\* |
Expand All @@ -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.\* |
Expand Down Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion sdk/cosmos/azure-cosmos-spark_3-3_2-12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>com.azure.cosmos.spark</groupId>
<artifactId>azure-cosmos-spark_3-3_2-12</artifactId>
<version>4.15.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;current} -->
<version>4.15.0</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;current} -->
<packaging>jar</packaging>
<url>https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cosmos/azure-cosmos-spark_3-3_2-12</url>
<name>OLTP Spark 3.3 Connector for Azure Cosmos DB SQL API</name>
Expand Down
Loading