Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ com.azure:azure-cosmos;4.49.0;4.50.0-beta.1
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.21.1;4.22.0-beta.1
com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;4.21.1;4.22.0-beta.1
com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.21.1;4.22.0-beta.1
com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12;4.21.1;4.22.0-beta.1
com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.21.1;4.22.0
com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;4.21.1;4.22.0
com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.21.1;4.22.0
com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12;4.21.1;4.22.0
com.azure:azure-cosmos-encryption;2.4.0;2.5.0-beta.1
com.azure:azure-cosmos-test;1.0.0-beta.5;1.0.0-beta.6
com.azure:azure-cosmos-tests;1.0.0-beta.1;1.0.0-beta.1
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.22.0-beta.1 (Unreleased)

#### Features Added

#### Breaking Changes

#### Bugs Fixed
### 4.22.0 (2023-09-19)

#### Other Changes
* Reduce noisy log in `ThroughputControlHelper` from `INFO` to `DEBUG` - See [PR 36653](https://github.com/Azure/azure-sdk-for-java/pull/36653)
Expand Down
8 changes: 6 additions & 2 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.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.\* |
| 4.21.0 | 3.1.1 - 3.1.2 | 8 | 2.12 | 8.\*, 9.\* |
| 4.20.0 | 3.1.1 - 3.1.2 | 8 | 2.12 | 8.\*, 9.\* |
Expand Down Expand Up @@ -77,6 +78,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.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.\* |
| 4.21.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
| 4.20.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
Expand Down Expand Up @@ -110,6 +112,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.22.0 | 3.3.0 | 8 | 2.12 | 11.\*, 12.\* |
| 4.21.1 | 3.3.0 | 8 | 2.12 | 11.\*, 12.\* |
| 4.21.0 | 3.3.0 | 8 | 2.12 | 11.\*, 12.\* |
| 4.20.0 | 3.3.0 | 8 | 2.12 | 11.\* |
Expand All @@ -125,17 +128,18 @@ 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.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.\* |

### 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.21.1`
`com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12:4.22.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.21.1"
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-1_2-12" % "4.22.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.22.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;current} -->
<version>4.22.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.22.0-beta.1 (Unreleased)

#### Features Added

#### Breaking Changes

#### Bugs Fixed
### 4.22.0 (2023-09-19)

#### Other Changes
* Reduce noisy log in `ThroughputControlHelper` from `INFO` to `DEBUG` - See [PR 36653](https://github.com/Azure/azure-sdk-for-java/pull/36653)
Expand Down
8 changes: 6 additions & 2 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.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.\* |
| 4.21.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
| 4.20.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
Expand Down Expand Up @@ -61,6 +62,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.22.0 | 3.3.0 | 8 | 2.12 | 11.\*, 12.\* |
| 4.21.1 | 3.3.0 | 8 | 2.12 | 11.\*, 12.\* |
| 4.21.0 | 3.3.0 | 8 | 2.12 | 11.\*, 12.\* |
| 4.20.0 | 3.3.0 | 8 | 2.12 | 11.\* |
Expand All @@ -76,6 +78,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.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.\* |
| 4.21.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 8.\*, 9.\* |
| 4.20.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 8.\*, 9.\* |
Expand Down Expand Up @@ -124,17 +127,18 @@ 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.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.\* |

### 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.21.1`
`com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12:4.22.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.21.1"
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-2_2-12" % "4.22.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.22.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;current} -->
<version>4.22.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: 1 addition & 7 deletions sdk/cosmos/azure-cosmos-spark_3-3_2-12/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
## Release History

### 4.22.0-beta.1 (Unreleased)

#### Features Added

#### Breaking Changes

#### Bugs Fixed
### 4.22.0 (2023-09-19)

#### Other Changes
* Reduce noisy log in `ThroughputControlHelper` from `INFO` to `DEBUG` - See [PR 36653](https://github.com/Azure/azure-sdk-for-java/pull/36653)
Expand Down
8 changes: 6 additions & 2 deletions sdk/cosmos/azure-cosmos-spark_3-3_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-3_2-12
| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
|-----------|--------------------------|----------------------|--------------------------|-------------------------------|
| 4.22.0 | 3.3.0 | 8 | 2.12 | 11.\*, 12.\* |
| 4.21.1 | 3.3.0 | 8 | 2.12 | 11.\*, 12.\* |
| 4.21.0 | 3.3.0 | 8 | 2.12 | 11.\*, 12.\* |
| 4.20.0 | 3.3.0 | 8 | 2.12 | 11.\* |
Expand All @@ -43,6 +44,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.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.\* |
| 4.21.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
| 4.20.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
Expand Down Expand Up @@ -76,6 +78,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.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.\* |
| 4.21.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
| 4.20.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
Expand Down Expand Up @@ -124,17 +127,18 @@ 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.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.\* |

### 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.21.1`
`com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12:4.22.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.21.1"
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-3_2-12" % "4.22.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-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.22.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;current} -->
<version>4.22.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
8 changes: 1 addition & 7 deletions sdk/cosmos/azure-cosmos-spark_3-4_2-12/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
## Release History

### 4.22.0-beta.1 (Unreleased)

#### Features Added

#### Breaking Changes

#### Bugs Fixed
### 4.22.0 (2023-09-19)

#### Other Changes
* Reduce noisy log in `ThroughputControlHelper` from `INFO` to `DEBUG` - See [PR 36653](https://github.com/Azure/azure-sdk-for-java/pull/36653)
Expand Down
8 changes: 6 additions & 2 deletions sdk/cosmos/azure-cosmos-spark_3-4_2-12/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ 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.22.0 | 3.4.0 | 8 | 2.12 | n/a |
| 4.21.1 | 3.4.0 | 8 | 2.12 | n/a |
| 4.21.0 | 3.4.0 | 8 | 2.12 | n/a |

#### azure-cosmos-spark_3-3_2-12
| Connector | Supported Spark Versions | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
|-----------|--------------------------| -------------------- | ----------------------- |-------------------------------|
| 4.22.0 | 3.3.0 | 8 | 2.12 | 11.\*, 12.\* |
| 4.21.1 | 3.3.0 | 8 | 2.12 | 11.\*, 12.\* |
| 4.21.0 | 3.3.0 | 8 | 2.12 | 11.\*, 12.\* |
| 4.20.0 | 3.3.0 | 8 | 2.12 | 11.\* |
Expand All @@ -49,6 +51,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.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.\* |
| 4.21.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
| 4.20.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
Expand Down Expand Up @@ -82,6 +85,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.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.\* |
| 4.21.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
| 4.20.0 | 3.2.0 - 3.2.1 | 8 | 2.12 | 10.\* |
Expand Down Expand Up @@ -130,11 +134,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-4_2-12:4.21.1`
`com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12:4.22.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.21.1"
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-4_2-12" % "4.22.0"
```

Cosmos DB Spark Connector is available on [Maven Central Repo](https://central.sonatype.com/search?namespace=com.azure.cosmos.spark).
Expand Down
Loading