From 10803c05f43318b705a9fa7b21bdcfa56b60c77f Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Thu, 8 Jul 2021 23:57:41 +0000 Subject: [PATCH 1/2] Increment package version after release of com.azure azure-cosmos --- common/smoke-tests/pom.xml | 2 +- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- 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 | 3 +++ sdk/cosmos/azure-cosmos/pom.xml | 2 +- sdk/cosmos/azure-spring-data-cosmos/pom.xml | 2 +- sdk/cosmos/pom.xml | 2 +- sdk/resourcemanager/azure-resourcemanager-samples/pom.xml | 2 +- 12 files changed, 14 insertions(+), 11 deletions(-) diff --git a/common/smoke-tests/pom.xml b/common/smoke-tests/pom.xml index d938c4099cc5..98ce3682aa85 100644 --- a/common/smoke-tests/pom.xml +++ b/common/smoke-tests/pom.xml @@ -118,7 +118,7 @@ com.azure azure-cosmos - 4.16.0 + 4.17.0 diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index a515ea1204c6..b8d9261cc17c 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 + 4.18.0-beta.1 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 958e3875749a..0022a750109e 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 +com.azure:azure-cosmos;4.17.0;4.18.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-1_2-12;4.2.1-beta.1;4.2.1-beta.1 diff --git a/sdk/cosmos/azure-cosmos-benchmark/pom.xml b/sdk/cosmos/azure-cosmos-benchmark/pom.xml index 10855cd7bd3d..d87a66898266 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 + 4.18.0-beta.1 diff --git a/sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml b/sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml index 82a401b08ed8..cab500989c88 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 + 4.18.0-beta.1 diff --git a/sdk/cosmos/azure-cosmos-encryption/pom.xml b/sdk/cosmos/azure-cosmos-encryption/pom.xml index 3b7d8ea299b7..99f19d6236fc 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 + 4.18.0-beta.1 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 8f3ceec07b4c..f5f652a7e868 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 + 4.18.0-beta.1 org.scala-lang.modules diff --git a/sdk/cosmos/azure-cosmos/CHANGELOG.md b/sdk/cosmos/azure-cosmos/CHANGELOG.md index 2a4a97825e44..60f15aa2fc51 100644 --- a/sdk/cosmos/azure-cosmos/CHANGELOG.md +++ b/sdk/cosmos/azure-cosmos/CHANGELOG.md @@ -1,5 +1,8 @@ ## Release History +## 4.18.0-beta.1 (Unreleased) + + ### 4.17.0 (2021-07-08) #### New Features * Adjust `MicroBatchSize` dynamically based on throttling rate in `BulkExecutor`. diff --git a/sdk/cosmos/azure-cosmos/pom.xml b/sdk/cosmos/azure-cosmos/pom.xml index baf47e1dc537..1b5317aa5bbc 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 + 4.18.0-beta.1 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/pom.xml b/sdk/cosmos/azure-spring-data-cosmos/pom.xml index a06b2642483f..c7f0ae1e0416 100644 --- a/sdk/cosmos/azure-spring-data-cosmos/pom.xml +++ b/sdk/cosmos/azure-spring-data-cosmos/pom.xml @@ -75,7 +75,7 @@ com.azure azure-cosmos - 4.17.0 + 4.18.0-beta.1 com.fasterxml.jackson.module diff --git a/sdk/cosmos/pom.xml b/sdk/cosmos/pom.xml index f583b3b61bb4..58b0c9aa4bc0 100644 --- a/sdk/cosmos/pom.xml +++ b/sdk/cosmos/pom.xml @@ -20,7 +20,7 @@ com.azure azure-cosmos - 4.17.0 + 4.18.0-beta.1 diff --git a/sdk/resourcemanager/azure-resourcemanager-samples/pom.xml b/sdk/resourcemanager/azure-resourcemanager-samples/pom.xml index ae8394353023..fbcbf922b3b9 100644 --- a/sdk/resourcemanager/azure-resourcemanager-samples/pom.xml +++ b/sdk/resourcemanager/azure-resourcemanager-samples/pom.xml @@ -103,7 +103,7 @@ com.azure azure-cosmos - 4.16.0 + 4.17.0 com.azure From 5a8b7018527f9ef105eb944c2bc98d4c01e49bb2 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Fri, 9 Jul 2021 00:15:35 +0000 Subject: [PATCH 2/2] Increment package version after release of com.azure azure-spring-data-cosmos --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- sdk/boms/azure-spring-boot-bom/pom.xml | 2 +- sdk/cosmos/azure-spring-data-cosmos-test/pom.xml | 2 +- sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md | 3 +++ sdk/cosmos/azure-spring-data-cosmos/pom.xml | 2 +- sdk/spring/azure-spring-boot-starter-cosmos/pom.xml | 2 +- sdk/spring/azure-spring-boot/pom.xml | 2 +- 8 files changed, 10 insertions(+), 7 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index b8d9261cc17c..55f0c83d7ba7 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -455,7 +455,7 @@ com.azure azure-spring-data-cosmos - 3.9.0 + 3.10.0-beta.1 com.azure.spring diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 0022a750109e..a0368a6cf25c 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -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 +com.azure:azure-spring-data-cosmos;3.9.0;3.10.0-beta.1 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/boms/azure-spring-boot-bom/pom.xml b/sdk/boms/azure-spring-boot-bom/pom.xml index 1eca1f53dfb8..db2685e39d5c 100644 --- a/sdk/boms/azure-spring-boot-bom/pom.xml +++ b/sdk/boms/azure-spring-boot-bom/pom.xml @@ -44,7 +44,7 @@ 4.3.0 1.10.1 0.0.7 - 3.8.0 + 3.9.0 12.12.0 12.10.0 diff --git a/sdk/cosmos/azure-spring-data-cosmos-test/pom.xml b/sdk/cosmos/azure-spring-data-cosmos-test/pom.xml index 1a61b41f0e30..38441f9fb99c 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 + 3.10.0-beta.1 diff --git a/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md b/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md index 20338084f184..047d2b587b8e 100644 --- a/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md +++ b/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md @@ -1,5 +1,8 @@ ## Release History +## 3.10.0-beta.1 (Unreleased) + + ### 3.9.0 (2021-07-08) #### New Features * Added `PartitionKey` support to spring data single partition queries. diff --git a/sdk/cosmos/azure-spring-data-cosmos/pom.xml b/sdk/cosmos/azure-spring-data-cosmos/pom.xml index c7f0ae1e0416..e982cdb7d577 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 + 3.10.0-beta.1 jar Spring Data for Azure Cosmos DB SQL API Spring Data for Azure Cosmos DB SQL API diff --git a/sdk/spring/azure-spring-boot-starter-cosmos/pom.xml b/sdk/spring/azure-spring-boot-starter-cosmos/pom.xml index 9cd8d760fc65..5576ed9196b4 100644 --- a/sdk/spring/azure-spring-boot-starter-cosmos/pom.xml +++ b/sdk/spring/azure-spring-boot-starter-cosmos/pom.xml @@ -38,7 +38,7 @@ com.azure azure-spring-data-cosmos - 3.8.0 + 3.9.0 diff --git a/sdk/spring/azure-spring-boot/pom.xml b/sdk/spring/azure-spring-boot/pom.xml index d8987c4dc0c9..b8879236d95f 100644 --- a/sdk/spring/azure-spring-boot/pom.xml +++ b/sdk/spring/azure-spring-boot/pom.xml @@ -116,7 +116,7 @@ com.azure azure-spring-data-cosmos - 3.8.0 + 3.9.0 true