From 28ec0ffed589a9ca9d86dffe6443046da29a77c6 Mon Sep 17 00:00:00 2001 From: Kushagra Thapar Date: Thu, 8 Jul 2021 11:57:51 -0700 Subject: [PATCH 1/4] Updated release versions for azure-cosmos 4.15.0, azure-spring-data-cosmos 3.7.0 --- eng/jacoco-test-coverage/pom.xml | 4 ++-- eng/versioning/version_client.txt | 4 ++-- sdk/cosmos/azure-cosmos-benchmark/pom.xml | 2 +- sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml | 2 +- sdk/cosmos/azure-cosmos-encryption/pom.xml | 2 +- sdk/cosmos/azure-cosmos-spark_3-1_2-12/pom.xml | 2 +- sdk/cosmos/azure-cosmos/CHANGELOG.md | 7 ++++++- sdk/cosmos/azure-cosmos/README.md | 2 +- sdk/cosmos/azure-cosmos/pom.xml | 2 +- sdk/cosmos/azure-spring-data-cosmos-test/pom.xml | 2 +- sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md | 6 +++++- sdk/cosmos/azure-spring-data-cosmos/README.md | 2 +- sdk/cosmos/azure-spring-data-cosmos/pom.xml | 4 ++-- sdk/cosmos/pom.xml | 2 +- 14 files changed, 26 insertions(+), 17 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 5e8966a54ce5..3f96c0b1b368 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -169,7 +169,7 @@ com.azure azure-cosmos - 4.17.0-beta.1 + 4.17.0 com.azure @@ -455,7 +455,7 @@ com.azure azure-spring-data-cosmos - 3.9.0-beta.1 + 3.9.0 com.azure.spring diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 51ef038eae49..1dc623a18e60 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -72,7 +72,7 @@ com.azure:azure-core-serializer-json-gson;1.1.4;1.2.0-beta.1 com.azure:azure-core-serializer-json-jackson;1.2.5;1.3.0-beta.1 com.azure:azure-core-test;1.6.4;1.7.0-beta.1 com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.12;1.0.0-beta.13 -com.azure:azure-cosmos;4.16.0;4.17.0-beta.1 +com.azure:azure-cosmos;4.16.0;4.17.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-1_2-12;4.2.1-beta.1;4.2.1-beta.1 @@ -115,7 +115,7 @@ com.azure:azure-security-keyvault-keys;4.3.0;4.4.0-beta.1 com.azure:azure-security-keyvault-secrets;4.3.0;4.4.0-beta.1 com.azure:azure-security-keyvault-perf;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-sdk-template;1.2.1-beta.2;1.2.1-beta.16 -com.azure:azure-spring-data-cosmos;3.8.0;3.9.0-beta.1 +com.azure:azure-spring-data-cosmos;3.8.0;3.9.0 com.azure:azure-spring-data-cosmos-test;3.0.0-beta.1;3.0.0-beta.1 com.azure:azure-storage-blob;12.12.0;12.13.0-beta.1 com.azure:azure-storage-blob-batch;12.10.0;12.11.0-beta.1 diff --git a/sdk/cosmos/azure-cosmos-benchmark/pom.xml b/sdk/cosmos/azure-cosmos-benchmark/pom.xml index 459b08aeecac..10855cd7bd3d 100644 --- a/sdk/cosmos/azure-cosmos-benchmark/pom.xml +++ b/sdk/cosmos/azure-cosmos-benchmark/pom.xml @@ -43,7 +43,7 @@ Licensed under the MIT License. com.azure azure-cosmos - 4.17.0-beta.1 + 4.17.0 diff --git a/sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml b/sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml index a7bbffd51bac..82a401b08ed8 100644 --- a/sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml +++ b/sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml @@ -42,7 +42,7 @@ Licensed under the MIT License. com.azure azure-cosmos - 4.17.0-beta.1 + 4.17.0 diff --git a/sdk/cosmos/azure-cosmos-encryption/pom.xml b/sdk/cosmos/azure-cosmos-encryption/pom.xml index f4fb4cf2b0af..3b7d8ea299b7 100644 --- a/sdk/cosmos/azure-cosmos-encryption/pom.xml +++ b/sdk/cosmos/azure-cosmos-encryption/pom.xml @@ -44,7 +44,7 @@ Licensed under the MIT License. com.azure azure-cosmos - 4.17.0-beta.1 + 4.17.0 diff --git a/sdk/cosmos/azure-cosmos-spark_3-1_2-12/pom.xml b/sdk/cosmos/azure-cosmos-spark_3-1_2-12/pom.xml index 6efe3f8f19b8..8f3ceec07b4c 100644 --- a/sdk/cosmos/azure-cosmos-spark_3-1_2-12/pom.xml +++ b/sdk/cosmos/azure-cosmos-spark_3-1_2-12/pom.xml @@ -61,7 +61,7 @@ com.azure azure-cosmos - 4.17.0-beta.1 + 4.17.0 org.scala-lang.modules diff --git a/sdk/cosmos/azure-cosmos/CHANGELOG.md b/sdk/cosmos/azure-cosmos/CHANGELOG.md index cc7724e1ef7e..cbdfc77c87bf 100644 --- a/sdk/cosmos/azure-cosmos/CHANGELOG.md +++ b/sdk/cosmos/azure-cosmos/CHANGELOG.md @@ -1,7 +1,12 @@ ## Release History -## 4.17.0-beta.1 (Unreleased) +### 4.17.0 (2021-07-08) +#### New Features +* Adjust MicroBatchSize dynamically based on throttling rate in BulkExecutor. +#### Key Bug Fixes +* Fixed an issue where authentication context was missing in Barrier related requests. +* Fixed an issue where `ChangeFeedProcessor` was resuming from zero continuation token for new partitions on partition splits. ### 4.16.0 (2021-06-11) #### Key Bug Fixes diff --git a/sdk/cosmos/azure-cosmos/README.md b/sdk/cosmos/azure-cosmos/README.md index 399b3b4526b1..8e5e4bfcd726 100644 --- a/sdk/cosmos/azure-cosmos/README.md +++ b/sdk/cosmos/azure-cosmos/README.md @@ -14,7 +14,7 @@ This project provides SDK library in Java for interacting with [SQL API][sql_api com.azure azure-cosmos - 4.16.0 + 4.17.0 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/cosmos/azure-cosmos/pom.xml b/sdk/cosmos/azure-cosmos/pom.xml index ace00d934dde..baf47e1dc537 100644 --- a/sdk/cosmos/azure-cosmos/pom.xml +++ b/sdk/cosmos/azure-cosmos/pom.xml @@ -13,7 +13,7 @@ Licensed under the MIT License. com.azure azure-cosmos - 4.17.0-beta.1 + 4.17.0 Microsoft Azure SDK for SQL API of Azure Cosmos DB Service This Package contains Microsoft Azure Cosmos SDK (with Reactive Extension Reactor support) for Azure Cosmos DB SQL API jar diff --git a/sdk/cosmos/azure-spring-data-cosmos-test/pom.xml b/sdk/cosmos/azure-spring-data-cosmos-test/pom.xml index a4710f502746..1a61b41f0e30 100644 --- a/sdk/cosmos/azure-spring-data-cosmos-test/pom.xml +++ b/sdk/cosmos/azure-spring-data-cosmos-test/pom.xml @@ -30,7 +30,7 @@ com.azure azure-spring-data-cosmos - 3.9.0-beta.1 + 3.9.0 diff --git a/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md b/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md index 951fd0378b7e..20338084f184 100644 --- a/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md +++ b/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md @@ -1,6 +1,10 @@ ## Release History -### 3.9.0-beta.1 (Unreleased) +### 3.9.0 (2021-07-08) +#### New Features +* Added `PartitionKey` support to spring data single partition queries. +* Updated `Spring Boot` to version 2.5.2. +* Updated `azure-cosmos` to version 4.17.0. ### 3.8.0 (2021-06-11) #### New Features diff --git a/sdk/cosmos/azure-spring-data-cosmos/README.md b/sdk/cosmos/azure-spring-data-cosmos/README.md index be98caa47138..591d95c49fe6 100644 --- a/sdk/cosmos/azure-spring-data-cosmos/README.md +++ b/sdk/cosmos/azure-spring-data-cosmos/README.md @@ -68,7 +68,7 @@ If you are using Maven, add the following dependency. com.azure azure-spring-data-cosmos - 3.8.0 + 3.9.0 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/cosmos/azure-spring-data-cosmos/pom.xml b/sdk/cosmos/azure-spring-data-cosmos/pom.xml index e7961adce01b..a06b2642483f 100644 --- a/sdk/cosmos/azure-spring-data-cosmos/pom.xml +++ b/sdk/cosmos/azure-spring-data-cosmos/pom.xml @@ -12,7 +12,7 @@ com.azure azure-spring-data-cosmos - 3.9.0-beta.1 + 3.9.0 jar Spring Data for Azure Cosmos DB SQL API Spring Data for Azure Cosmos DB SQL API @@ -75,7 +75,7 @@ com.azure azure-cosmos - 4.17.0-beta.1 + 4.17.0 com.fasterxml.jackson.module diff --git a/sdk/cosmos/pom.xml b/sdk/cosmos/pom.xml index 20a1bc8070a8..f583b3b61bb4 100644 --- a/sdk/cosmos/pom.xml +++ b/sdk/cosmos/pom.xml @@ -20,7 +20,7 @@ com.azure azure-cosmos - 4.17.0-beta.1 + 4.17.0 From 61dbbc757024c39a13aa4b1b4bf611aeb74ab4ca Mon Sep 17 00:00:00 2001 From: Kushagra Thapar Date: Thu, 8 Jul 2021 12:02:36 -0700 Subject: [PATCH 2/4] Update sdk/cosmos/azure-cosmos/CHANGELOG.md Co-authored-by: Mohammad Derakhshani --- sdk/cosmos/azure-cosmos/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/cosmos/azure-cosmos/CHANGELOG.md b/sdk/cosmos/azure-cosmos/CHANGELOG.md index cbdfc77c87bf..f17a302dd680 100644 --- a/sdk/cosmos/azure-cosmos/CHANGELOG.md +++ b/sdk/cosmos/azure-cosmos/CHANGELOG.md @@ -5,7 +5,7 @@ * Adjust MicroBatchSize dynamically based on throttling rate in BulkExecutor. #### Key Bug Fixes -* Fixed an issue where authentication context was missing in Barrier related requests. +* Fixed an issue where AAD authentication context was missing in Barrier related requests. * Fixed an issue where `ChangeFeedProcessor` was resuming from zero continuation token for new partitions on partition splits. ### 4.16.0 (2021-06-11) From 46a0746ae5d250fb44cede1ddb5bc8807f0a6215 Mon Sep 17 00:00:00 2001 From: Kushagra Thapar Date: Thu, 8 Jul 2021 12:07:44 -0700 Subject: [PATCH 3/4] Updated changelog to reflect Strong and BoundedStaleness mode --- sdk/cosmos/azure-cosmos/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/cosmos/azure-cosmos/CHANGELOG.md b/sdk/cosmos/azure-cosmos/CHANGELOG.md index cbdfc77c87bf..7c5b6d5743ed 100644 --- a/sdk/cosmos/azure-cosmos/CHANGELOG.md +++ b/sdk/cosmos/azure-cosmos/CHANGELOG.md @@ -5,7 +5,7 @@ * Adjust MicroBatchSize dynamically based on throttling rate in BulkExecutor. #### Key Bug Fixes -* Fixed an issue where authentication context was missing in Barrier related requests. +* Fixed an issue with AAD authentication in `Strong` and `BoundedStaleness` in direct mode. * Fixed an issue where `ChangeFeedProcessor` was resuming from zero continuation token for new partitions on partition splits. ### 4.16.0 (2021-06-11) From 8232aaceb6750aa60913d4d7e96525bb2e2eeeab Mon Sep 17 00:00:00 2001 From: Kushagra Thapar Date: Thu, 8 Jul 2021 12:11:09 -0700 Subject: [PATCH 4/4] Updated changelot --- sdk/cosmos/azure-cosmos/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/cosmos/azure-cosmos/CHANGELOG.md b/sdk/cosmos/azure-cosmos/CHANGELOG.md index 7c5b6d5743ed..2a4a97825e44 100644 --- a/sdk/cosmos/azure-cosmos/CHANGELOG.md +++ b/sdk/cosmos/azure-cosmos/CHANGELOG.md @@ -2,7 +2,7 @@ ### 4.17.0 (2021-07-08) #### New Features -* Adjust MicroBatchSize dynamically based on throttling rate in BulkExecutor. +* Adjust `MicroBatchSize` dynamically based on throttling rate in `BulkExecutor`. #### Key Bug Fixes * Fixed an issue with AAD authentication in `Strong` and `BoundedStaleness` in direct mode.