diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 85ba2c2874c49..0ad01f742b4fa 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -174,7 +174,7 @@ com.azure azure-cosmos - 4.19.0-beta.1 + 4.19.0-beta.2 com.azure @@ -470,7 +470,7 @@ com.azure azure-spring-data-cosmos - 3.11.0-beta.1 + 3.11.0-beta.2 com.azure.spring diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 8acebdc158a86..cfa64623a4932 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -74,7 +74,7 @@ com.azure:azure-core-serializer-json-gson;1.1.5;1.2.0-beta.1 com.azure:azure-core-serializer-json-jackson;1.2.6;1.3.0-beta.1 com.azure:azure-core-test;1.7.0;1.8.0-beta.1 com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.13;1.0.0-beta.14 -com.azure:azure-cosmos;4.18.0;4.19.0-beta.1 +com.azure:azure-cosmos;4.18.0;4.19.0-beta.2 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.4.0-beta.1;4.4.0-beta.1 @@ -118,7 +118,7 @@ com.azure:azure-security-keyvault-keys;4.3.2;4.4.0-beta.3 com.azure:azure-security-keyvault-secrets;4.3.2;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.10.0;3.11.0-beta.1 +com.azure:azure-spring-data-cosmos;3.10.0;3.11.0-beta.2 com.azure:azure-spring-data-cosmos-test;3.0.0-beta.1;3.0.0-beta.1 com.azure:azure-storage-blob;12.13.0;12.14.0-beta.2 com.azure:azure-storage-blob-batch;12.10.0;12.11.0-beta.2 diff --git a/sdk/communication/pom.xml b/sdk/communication/pom.xml index 2e6f32e683b00..63f6f4ac85a64 100644 --- a/sdk/communication/pom.xml +++ b/sdk/communication/pom.xml @@ -26,7 +26,7 @@ com.azure azure-communication-callingserver - 1.0.0-beta.4 + 1.0.0-beta.5 com.azure @@ -41,12 +41,12 @@ com.azure azure-communication-identity - 1.1.1 + 1.1.2 com.azure azure-communication-phonenumbers - 1.1.0-beta.1 + 1.0.4 com.azure @@ -56,7 +56,7 @@ com.azure azure-communication-sms - 1.1.0-beta.1 + 1.0.4 diff --git a/sdk/cosmos/azure-cosmos-benchmark/pom.xml b/sdk/cosmos/azure-cosmos-benchmark/pom.xml index b69746346f45d..fcb9c38967394 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.19.0-beta.1 + 4.19.0-beta.2 diff --git a/sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml b/sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml index c019537caae60..30885f817431a 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.19.0-beta.1 + 4.19.0-beta.2 diff --git a/sdk/cosmos/azure-cosmos-encryption/pom.xml b/sdk/cosmos/azure-cosmos-encryption/pom.xml index 0d58c3c5c66dd..f36e8e621dc89 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.19.0-beta.1 + 4.19.0-beta.2 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 6b0b9b9305ce4..42841e3ad0ae8 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.19.0-beta.1 + 4.19.0-beta.2 org.scala-lang.modules diff --git a/sdk/cosmos/azure-cosmos/CHANGELOG.md b/sdk/cosmos/azure-cosmos/CHANGELOG.md index 360647283f588..3074f27930957 100644 --- a/sdk/cosmos/azure-cosmos/CHANGELOG.md +++ b/sdk/cosmos/azure-cosmos/CHANGELOG.md @@ -1,5 +1,7 @@ ## Release History +### 4.19.0-beta.2 (Unreleased) + ### 4.19.0-beta.1 (2021-09-02) #### Key Bug Fixes * Added support to switch off IO thread for response processing. @@ -81,7 +83,7 @@ * Fixed warning caused because of afterburner module usage in `CosmosDiagnostics`. * Query performance improvements. -### 4.13.0 (2021-03-11) +### 4.13.0 (2021-03-11) > [!IMPORTANT] > This release updates `reactor-core` and `reactor-netty` major versions to `2020.0.4 (Europium)` release train. #### New Features diff --git a/sdk/cosmos/azure-cosmos/pom.xml b/sdk/cosmos/azure-cosmos/pom.xml index 354317b0b0883..c7b74c8264b64 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.19.0-beta.1 + 4.19.0-beta.2 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 035e2928312d0..857e7e601c3ba 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.11.0-beta.1 + 3.11.0-beta.2 diff --git a/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md b/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md index df45567a7518d..5563fdbcab31c 100644 --- a/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md +++ b/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md @@ -1,5 +1,7 @@ ## Release History +## 3.11.0-beta.2 (Unreleased) + ### 3.11.0-beta.1 (2021-09-02) #### New Features * Updated `azure-cosmos` to version 4.19.0-beta.1. diff --git a/sdk/cosmos/azure-spring-data-cosmos/pom.xml b/sdk/cosmos/azure-spring-data-cosmos/pom.xml index f2a9c10931251..8b3ac84e5f90d 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.11.0-beta.1 + 3.11.0-beta.2 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.19.0-beta.1 + 4.19.0-beta.2 com.fasterxml.jackson.module diff --git a/sdk/cosmos/pom.xml b/sdk/cosmos/pom.xml index b95764a178f62..a15f55d7f5886 100644 --- a/sdk/cosmos/pom.xml +++ b/sdk/cosmos/pom.xml @@ -20,7 +20,7 @@ com.azure azure-cosmos - 4.19.0-beta.1 + 4.19.0-beta.2