Skip to content

Commit

Permalink
Updated release version to 4.53.0 for azure-cosmos, 4.24.0 for spark …
Browse files Browse the repository at this point in the history
…connector and 2.7.0 for azure-cosmos-encryption (#37893)

* Updated release version to 4.53.0 for azure-cosmos and 4.24.0 for spark connector

* Fixed databricks supported versions for spark 3.4
  • Loading branch information
kushagraThapar committed Dec 1, 2023
1 parent af9351e commit e7ec134
Show file tree
Hide file tree
Showing 26 changed files with 77 additions and 88 deletions.
12 changes: 6 additions & 6 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@ com.azure:azure-core-test;1.22.1;1.23.0-beta.1
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.42;1.0.0-beta.43
com.azure:azure-core-tracing-opentelemetry-samples;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core-version-tests;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-cosmos;4.52.0;4.53.0-beta.1
com.azure:azure-cosmos;4.52.0;4.53.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.23.0;4.24.0-beta.1
com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;4.23.0;4.24.0-beta.1
com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.23.0;4.24.0-beta.1
com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12;4.23.0;4.24.0-beta.1
com.azure:azure-cosmos-encryption;2.6.0;2.7.0-beta.1
com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.23.0;4.24.0
com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;4.23.0;4.24.0
com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.23.0;4.24.0
com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12;4.23.0;4.24.0
com.azure:azure-cosmos-encryption;2.6.0;2.7.0
com.azure:azure-cosmos-test;1.0.0-beta.6;1.0.0-beta.7
com.azure:azure-cosmos-tests;1.0.0-beta.1;1.0.0-beta.1
com.azure.cosmos.kafka:azure-cosmos-kafka-connect;1.0.0-beta.1;1.0.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.53.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
<version>4.53.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
</dependency>

<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos-encryption</artifactId>
<version>2.7.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
<version>2.7.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.53.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
<version>4.53.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

### 2.7.0-beta.1 (Unreleased)

#### Features Added

#### Breaking Changes

#### Bugs Fixed

### 2.7.0 (2023-12-01)
#### Other Changes
* Updated `azure-cosmos` to version `4.53.0`.

### 2.6.0 (2023-10-24)
#### 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>2.6.0</version>
<version>2.7.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>2.7.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
<version>2.7.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 @@ -57,7 +57,7 @@ Licensed under the MIT License.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos</artifactId>
<version>4.53.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
<version>4.53.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
</dependency>

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

<!-- Added this provided dependency to include necessary annotations used by "reactor-core".
Expand Down
6 changes: 1 addition & 5 deletions sdk/cosmos/azure-cosmos-spark_3-1_2-12/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
## Release History

### 4.24.0-beta.1 (Unreleased)
### 4.24.0 (2023-12-01)

#### Features Added
* Added hierarchical partition key support. See [PR 37184](https://github.com/Azure/azure-sdk-for-java/pull/37184)
* Added `bytesWritten` and `recordsWritten` metrics in the sink of the Azure Cosmos DB connector. - See [PR 37510](https://github.com/Azure/azure-sdk-for-java/pull/37510)


#### Breaking Changes

#### Bugs Fixed

#### Other Changes
* Improved DirectTcp config Defaults for Spark workloads - transit timeout health checks as well as request and connect timeout are too aggressive considering that many Spark jobs unlike latency sensitive apps is throughput optimized and executors will often hit CPU usage >70%. - See [PR 37878](https://github.com/Azure/azure-sdk-for-java/pull/37878)

Expand Down
16 changes: 10 additions & 6 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.24.0 | 3.1.1 - 3.1.2 | 8 | 2.12 | 8.\*, 9.\* |
| 4.23.0 | 3.1.1 - 3.1.2 | 8 | 2.12 | 8.\*, 9.\* |
| 4.22.0 | 3.1.1 - 3.1.2 | 8 | 2.12 | 8.\*, 9.\* |
| 4.21.1 | 3.1.1 - 3.1.2 | 8 | 2.12 | 8.\*, 9.\* |
Expand Down Expand Up @@ -79,6 +80,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.24.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
| 4.23.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
| 4.22.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
| 4.21.1 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
Expand Down Expand Up @@ -114,6 +116,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
#### azure-cosmos-spark_3-3_2-12
| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
|-----------|--------------------------|----------------------|--------------------------|-------------------------------|
| 4.24.0 | 3.3.0 | 8 | 2.12 | 11.\*, 12.\* |
| 4.23.0 | 3.3.0 | 8 | 2.12 | 11.\*, 12.\* |
| 4.22.0 | 3.3.0 | 8 | 2.12 | 11.\*, 12.\* |
| 4.21.1 | 3.3.0 | 8 | 2.12 | 11.\*, 12.\* |
Expand All @@ -131,19 +134,20 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
#### azure-cosmos-spark_3-4_2-12
| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
|-----------|--------------------------|----------------------|--------------------------|-------------------------------|
| 4.23.0 | 3.4.0 | 8 | 2.12 | 11.\*, 12.\* |
| 4.22.0 | 3.4.0 | 8 | 2.12 | 11.\*, 12.\* |
| 4.21.1 | 3.4.0 | 8 | 2.12 | 11.\*, 12.\* |
| 4.21.0 | 3.4.0 | 8 | 2.12 | 11.\*, 12.\* |
| 4.24.0 | 3.4.0 | 8 | 2.12 | 13.\* |
| 4.23.0 | 3.4.0 | 8 | 2.12 | 13.\* |
| 4.22.0 | 3.4.0 | 8 | 2.12 | 13.\* |
| 4.21.1 | 3.4.0 | 8 | 2.12 | 13.\* |
| 4.21.0 | 3.4.0 | 8 | 2.12 | 13.\* |

### 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.23.0`
`com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12:4.24.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.23.0"
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-1_2-12" % "4.24.0"
```

Cosmos DB Spark Connector is available on [Maven Central Repo](https://central.sonatype.com/search?namespace=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.24.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;current} -->
<version>4.24.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
6 changes: 1 addition & 5 deletions sdk/cosmos/azure-cosmos-spark_3-2_2-12/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
## Release History

### 4.24.0-beta.1 (Unreleased)
### 4.24.0 (2023-12-01)

#### Features Added

* Added hierarchical partition key support. See [PR 37184](https://github.com/Azure/azure-sdk-for-java/pull/37184)
* Added `bytesWritten`, `recordsWritten` and `cosmos.totalRequestCharge` metrics in the sink of the Azure Cosmos DB connector. - See [PR 37510](https://github.com/Azure/azure-sdk-for-java/pull/37510)

#### Breaking Changes

#### Bugs Fixed

#### Other Changes
* Improved DirectTcp config Defaults for Spark workloads - transit timeout health checks as well as request and connect timeout are too aggressive considering that many Spark jobs unlike latency sensitive apps is throughput optimized and executors will often hit CPU usage >70%. - See [PR 37878](https://github.com/Azure/azure-sdk-for-java/pull/37878)

Expand Down
16 changes: 10 additions & 6 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.24.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
| 4.23.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
| 4.22.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
| 4.21.1 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
Expand Down Expand Up @@ -63,6 +64,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
#### azure-cosmos-spark_3-3_2-12
| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
|-----------|--------------------------|----------------------|--------------------------|-------------------------------|
| 4.24.0 | 3.3.0 | 8 | 2.12 | 11.\*, 12.\* |
| 4.23.0 | 3.3.0 | 8 | 2.12 | 11.\*, 12.\* |
| 4.22.0 | 3.3.0 | 8 | 2.12 | 11.\*, 12.\* |
| 4.21.1 | 3.3.0 | 8 | 2.12 | 11.\*, 12.\* |
Expand All @@ -80,6 +82,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.24.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 8.\*, 9.\* |
| 4.23.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 8.\*, 9.\* |
| 4.22.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 8.\*, 9.\* |
| 4.21.1 | 3.2.0 - 3.2.1 | 8 | 2.12 | 8.\*, 9.\* |
Expand Down Expand Up @@ -130,19 +133,20 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
#### azure-cosmos-spark_3-4_2-12
| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
|-----------|--------------------------|----------------------|--------------------------|-------------------------------|
| 4.23.0 | 3.4.0 | 8 | 2.12 | 11.\*, 12.\* |
| 4.22.0 | 3.4.0 | 8 | 2.12 | 11.\*, 12.\* |
| 4.21.1 | 3.4.0 | 8 | 2.12 | 11.\*, 12.\* |
| 4.21.0 | 3.4.0 | 8 | 2.12 | 11.\*, 12.\* |
| 4.24.0 | 3.4.0 | 8 | 2.12 | 13.* |
| 4.23.0 | 3.4.0 | 8 | 2.12 | 13.* |
| 4.22.0 | 3.4.0 | 8 | 2.12 | 13.* |
| 4.21.1 | 3.4.0 | 8 | 2.12 | 13.* |
| 4.21.0 | 3.4.0 | 8 | 2.12 | 13.* |

### 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.23.0`
`com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12:4.24.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.23.0"
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-2_2-12" % "4.24.0"
```

Cosmos DB Spark Connector is available on [Maven Central Repo](https://central.sonatype.com/search?namespace=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.24.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;current} -->
<version>4.24.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
6 changes: 1 addition & 5 deletions sdk/cosmos/azure-cosmos-spark_3-3_2-12/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
## Release History

### 4.24.0-beta.1 (Unreleased)
### 4.24.0 (2023-12-01)

#### Features Added
* Added hierarchical partition key support. See [PR 37184](https://github.com/Azure/azure-sdk-for-java/pull/37184)
* Added `bytesWritten`, `recordsWritten` and `cosmos.totalRequestCharge` metrics in the sink of the Azure Cosmos DB connector. - See [PR 37510](https://github.com/Azure/azure-sdk-for-java/pull/37510)

#### Breaking Changes

#### Bugs Fixed

#### Other Changes
* Improved DirectTcp config Defaults for Spark workloads - transit timeout health checks as well as request and connect timeout are too aggressive considering that many Spark jobs unlike latency sensitive apps is throughput optimized and executors will often hit CPU usage >70%. - See [PR 37878](https://github.com/Azure/azure-sdk-for-java/pull/37878)

Expand Down

0 comments on commit e7ec134

Please sign in to comment.