diff --git a/eng/versioning/version_data.txt b/eng/versioning/version_data.txt index 8fb7297eb281..3d43d7e843fc 100644 --- a/eng/versioning/version_data.txt +++ b/eng/versioning/version_data.txt @@ -25,8 +25,8 @@ com.microsoft.azure.cognitiveservices:azure-cognitiveservices-customvision-train com.microsoft.azure.cognitiveservices:azure-cognitiveservices-faceapi;1.1.0-beta.1;1.1.0-beta.1 com.microsoft.azure:azure-cosmos-parent;3.4.0;3.5.0 com.microsoft.azure:azure-cosmos;3.4.0;3.5.0 -com.microsoft.azure:azure-cosmos-benchmark;3.4.0;3.4.0 -com.microsoft.azure:azure-cosmos-examples;3.4.0;3.4.0 +com.microsoft.azure:azure-cosmos-benchmark;3.5.0;3.5.0 +com.microsoft.azure:azure-cosmos-examples;3.5.0;3.5.0 com.microsoft.azure:azure-eventhubs;3.1.0;3.1.0 com.microsoft.azure:azure-eventhubs-eph;3.1.0;3.1.0 com.microsoft.azure:azure-eventhubs-extensions;3.1.0;3.1.0 diff --git a/sdk/cosmos/README.md b/sdk/cosmos/README.md index 8485df2f3f74..056900c0d8bc 100644 --- a/sdk/cosmos/README.md +++ b/sdk/cosmos/README.md @@ -92,7 +92,7 @@ For example, using maven, you can add the following dependency to your maven pom com.microsoft.azure azure-cosmos - 3.4.0 + 3.5.0 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/cosmos/changelog/README.md b/sdk/cosmos/changelog/README.md index d4bf7a653882..97ddeccad803 100644 --- a/sdk/cosmos/changelog/README.md +++ b/sdk/cosmos/changelog/README.md @@ -1,5 +1,20 @@ ## Changelog +### 3.5.0 +- Changefeed bug fixes (includes all the bug fixes released in 3.3.3) +- Disaster Recovery related bug fixes +- Exception when Cosmos DB HTTP response header is larger than 8192 bytes: https://github.com/Azure/azure-sdk-for-java/issues/6069 +- Vulnerability through dependency in the SDK: https://github.com/Azure/azure-sdk-for-java/issues/6433 +- CosmosSyncScripts null pointer exception in azure-cosmos: https://github.com/Azure/azure-sdk-for-java/issues/6281 +- Default consistency level parsing for Bounded Staleness and Consistent Prefix: https://github.com/Azure/azure-sdk-for-java/issues/6707 +- Collection cache improvements: https://github.com/Azure/azure-sdk-for-java/issues/6307 + +### 3.4.0 +- Added QueryPlan +- Added OffsetLimit support +- ChangeFeedProcessor; fixes and extra logging related to the creations of the lease documents. +- Port consistency policy bug fix (see Azure/azure-cosmosdb-java#196) + ### 3.3.3 - ChangeFeedProcessor; added a "catch all" exception handler that keeps the loop which checks and acquires available leases alive until the user stops the change feed processor. diff --git a/sdk/cosmos/microsoft-azure-cosmos-benchmark/pom.xml b/sdk/cosmos/microsoft-azure-cosmos-benchmark/pom.xml index 55baf4743098..c205f0b2551e 100644 --- a/sdk/cosmos/microsoft-azure-cosmos-benchmark/pom.xml +++ b/sdk/cosmos/microsoft-azure-cosmos-benchmark/pom.xml @@ -13,7 +13,7 @@ Licensed under the MIT License. com.microsoft.azure azure-cosmos-benchmark - 3.4.0 + 3.5.0 Microsoft Azure SDK for SQL API of Azure Cosmos DB Service - Benchmarking tool This package contains Benchmarking tool for Microsoft Azure SDK for SQL API of Azure Cosmos DB Service https://github.com/Azure/azure-sdk-for-java diff --git a/sdk/cosmos/microsoft-azure-cosmos-examples/pom.xml b/sdk/cosmos/microsoft-azure-cosmos-examples/pom.xml index 55116eb84c94..bb518ae05a9b 100644 --- a/sdk/cosmos/microsoft-azure-cosmos-examples/pom.xml +++ b/sdk/cosmos/microsoft-azure-cosmos-examples/pom.xml @@ -13,7 +13,7 @@ Licensed under the MIT License. com.microsoft.azure azure-cosmos-examples - 3.4.0 + 3.5.0 Microsoft Azure SDK for SQL API of Azure Cosmos DB Service - Examples This package contains examples for Microsoft Azure SDK for SQL API of Azure Cosmos DB Service https://github.com/Azure/azure-sdk-for-java