Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
16 changes: 8 additions & 8 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,20 +102,20 @@ com.azure:azure-core-test;1.27.0-beta.4;1.27.0-beta.5
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.52;1.0.0-beta.53
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.65.0;4.66.0-beta.1
com.azure:azure-cosmos;4.65.0;4.66.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:azure-cosmos-encryption;2.16.0;2.17.0-beta.1
com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.35.0;4.36.0-beta.1
com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;4.35.0;4.36.0-beta.1
com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.35.0;4.36.0-beta.1
com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12;4.35.0;4.36.0-beta.1
com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;4.35.0;4.36.0-beta.1
com.azure:azure-cosmos-encryption;2.16.0;2.17.0
com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.35.0;4.36.0
com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;4.35.0;4.36.0
com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.35.0;4.36.0
com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12;4.35.0;4.36.0
com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;4.35.0;4.36.0
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.9;1.0.0-beta.10
com.azure:azure-cosmos-tests;1.0.0-beta.1;1.0.0-beta.1
com.azure.cosmos.kafka:azure-cosmos-kafka-connect;2.0.0;2.1.0-beta.1
com.azure.cosmos.kafka:azure-cosmos-kafka-connect;2.0.0;2.1.0
com.azure:azure-data-appconfiguration;1.7.3;1.8.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.5.2;1.6.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 @@ -52,13 +52,13 @@ Licensed under the MIT License.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos</artifactId>
<version>4.66.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
<version>4.66.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
</dependency>

<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos-encryption</artifactId>
<version>2.17.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
<version>2.17.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 @@ -51,7 +51,7 @@ Licensed under the MIT License.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos</artifactId>
<version>4.66.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
<version>4.66.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
</dependency>

<dependency>
Expand Down
9 changes: 2 additions & 7 deletions sdk/cosmos/azure-cosmos-encryption/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
## Release History

### 2.17.0-beta.1 (Unreleased)

#### Features Added

#### Breaking Changes

#### Bugs Fixed
### 2.17.0 (2025-01-14)

#### Other Changes
* Updated `azure-cosmos` to version `4.66.0`.

### 2.16.0 (2024-11-19)

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.16.0</version>
<version>2.17.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.17.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
<version>2.17.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 @@ -59,7 +59,7 @@ Licensed under the MIT License.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos</artifactId>
<version>4.66.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
<version>4.66.0</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
</dependency>

<dependency>
Expand Down
8 changes: 1 addition & 7 deletions sdk/cosmos/azure-cosmos-kafka-connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
## Release History

### 2.1.0-beta.1 (Unreleased)

#### Features Added

#### Breaking Changes
### 2.1.0 (2025-01-14)

#### Bugs Fixed
* Fixed `BadRequestException` when customer using Serverless CosmosDB database account and metadata container does not exists. - See [PR 43125](https://github.com/Azure/azure-sdk-for-java/pull/43125)

#### Other Changes

### 2.0.0 (2024-11-04)

#### Features Added
Expand Down
4 changes: 2 additions & 2 deletions sdk/cosmos/azure-cosmos-kafka-connect/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.cosmos.kafka</groupId>
<artifactId>azure-cosmos-kafka-connect</artifactId>
<version>2.1.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.kafka:azure-cosmos-kafka-connect;current} -->
<version>2.1.0</version> <!-- {x-version-update;com.azure.cosmos.kafka:azure-cosmos-kafka-connect;current} -->
<name>Apache Kafka Connect connector for Azure Cosmos DB</name>
<description>This Package contains an Apache Kafka Connect source and sink connector for Azure Cosmos DB</description>
<packaging>jar</packaging>
Expand Down Expand Up @@ -86,7 +86,7 @@ Licensed under the MIT License.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos</artifactId>
<version>4.66.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
<version>4.66.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
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>com.azure.cosmos.spark</groupId>
<artifactId>azure-cosmos-spark_3-5_2-12</artifactId>
<version>4.36.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;current} -->
<version>4.36.0</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;current} -->
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 1 addition & 3 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,10 @@
## Release History

### 4.36.0-beta.1 (Unreleased)
### 4.36.0 (2025-01-14)

#### Features Added
* Added the udfs `GetFeedRangesForContainer` and `GetOverlappingFeedRange` to ease mapping of cosmos partition key to databricks table partition key. - See [PR 43092](https://github.com/Azure/azure-sdk-for-java/pull/43092)

#### Breaking Changes

#### Bugs Fixed
* Added null checking for previous images for deletes in full fidelity change feed. - See [PR 43483](https://github.com/Azure/azure-sdk-for-java/pull/43483)

Expand Down
9 changes: 7 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 | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
|--------------|--------------------------|------------------------|--------------------------|-------------------------------|
| 4.36.0 | 3.1.1 - 3.1.2 | [8, 11] | 2.12 | 8.\*, 9.\* |
| 4.35.0 | 3.1.1 - 3.1.2 | [8, 11] | 2.12 | 8.\*, 9.\* |
| 4.34.0 | 3.1.1 - 3.1.2 | [8, 11] | 2.12 | 8.\*, 9.\* |
| 4.33.1 | 3.1.1 - 3.1.2 | [8, 11] | 2.12 | 8.\*, 9.\* |
Expand Down Expand Up @@ -101,6 +102,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
#### azure-cosmos-spark_3-2_2-12
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
| 4.36.0 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
| 4.35.0 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
| 4.34.0 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
| 4.33.1 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
Expand Down Expand Up @@ -158,6 +160,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.36.0 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
| 4.35.0 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
| 4.34.0 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
| 4.33.1 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
Expand Down Expand Up @@ -197,6 +200,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 |
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
| 4.36.0 | 3.4.0 | [8, 11] | 2.12 | 13.\* |
| 4.35.0 | 3.4.0 | [8, 11] | 2.12 | 13.\* |
| 4.34.0 | 3.4.0 | [8, 11] | 2.12 | 13.\* |
| 4.33.1 | 3.4.0 | [8, 11] | 2.12 | 13.\* |
Expand Down Expand Up @@ -228,6 +232,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 |
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
| 4.36.0 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\* |
| 4.35.0 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\* |
| 4.34.0 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\* |
| 4.33.1 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\* |
Expand All @@ -244,11 +249,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 8 from Maven:
`com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12:4.35.0`
`com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12:4.36.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.35.0"
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-1_2-12" % "4.36.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.36.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;current} -->
<version>4.36.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
4 changes: 1 addition & 3 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,10 @@
## Release History

### 4.36.0-beta.1 (Unreleased)
### 4.36.0 (2025-01-14)

#### Features Added
* Added the udfs `GetFeedRangesForContainer` and `GetOverlappingFeedRange` to ease mapping of cosmos partition key to databricks table partition key. - See [PR 43092](https://github.com/Azure/azure-sdk-for-java/pull/43092)

#### Breaking Changes

#### Bugs Fixed
* Added null checking for previous images for deletes in full fidelity change feed. - See [PR 43483](https://github.com/Azure/azure-sdk-for-java/pull/43483)

Expand Down
9 changes: 7 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 | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
| 4.36.0 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
| 4.35.0 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
| 4.34.0 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
| 4.33.1 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 10.\* |
Expand Down Expand Up @@ -85,6 +86,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.36.0 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
| 4.35.0 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
| 4.34.0 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
| 4.33.1 | 3.3.0 | [8, 11] | 2.12 | 11.\*, 12.\* |
Expand Down Expand Up @@ -124,6 +126,7 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
#### azure-cosmos-spark_3-1_2-12
| Connector | Supported Spark Versions | Supported JVM Versions | Supported Scala Versions | Supported Databricks Runtimes |
|--------------|--------------------------|------------------------|--------------------------|-------------------------------|
| 4.36.0 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 8.\*, 9.\* |
| 4.35.0 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 8.\*, 9.\* |
| 4.34.0 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 8.\*, 9.\* |
| 4.33.1 | 3.2.0 - 3.2.1 | [8, 11] | 2.12 | 8.\*, 9.\* |
Expand Down Expand Up @@ -196,6 +199,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 |
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
| 4.36.0 | 3.4.0 | [8, 11] | 2.12 | 13.* |
| 4.35.0 | 3.4.0 | [8, 11] | 2.12 | 13.* |
| 4.34.0 | 3.4.0 | [8, 11] | 2.12 | 13.* |
| 4.33.1 | 3.4.0 | [8, 11] | 2.12 | 13.* |
Expand Down Expand Up @@ -226,6 +230,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 |
|-----------|--------------------------|------------------------|--------------------------|-------------------------------|
| 4.36.0 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\* |
| 4.35.0 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\* |
| 4.34.0 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\* |
| 4.33.0 | 3.5.0 | [8, 11] | 2.12 | 14.*, 15.\* |
Expand All @@ -241,11 +246,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 10 from Maven:
`com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12:4.35.0`
`com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12:4.36.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.35.0"
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-2_2-12" % "4.36.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.36.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;current} -->
<version>4.36.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
4 changes: 1 addition & 3 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,10 @@
## Release History

### 4.36.0-beta.1 (Unreleased)
### 4.36.0 (2025-01-14)

#### Features Added
* Added the udfs `GetFeedRangesForContainer` and `GetOverlappingFeedRange` to ease mapping of cosmos partition key to databricks table partition key. - See [PR 43092](https://github.com/Azure/azure-sdk-for-java/pull/43092)

#### Breaking Changes

#### Bugs Fixed
* Added null checking for previous images for deletes in full fidelity change feed. - See [PR 43483](https://github.com/Azure/azure-sdk-for-java/pull/43483)

Expand Down
Loading
Loading