diff --git a/common/perf-test-core/pom.xml b/common/perf-test-core/pom.xml index 678eeb006064..381f9e0256e4 100644 --- a/common/perf-test-core/pom.xml +++ b/common/perf-test-core/pom.xml @@ -78,7 +78,7 @@ com.azure azure-core-http-netty - 1.5.1 + 1.5.2 diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index f225a3c2f8d6..47b0a69b6d53 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -64,7 +64,7 @@ com.azure azure-core-http-netty - 1.5.2 + 1.6.0-beta.1 com.azure @@ -89,7 +89,7 @@ com.azure azure-core-tracing-opentelemetry - 1.0.0-beta.5 + 1.0.0-beta.6 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 64516d08d5a7..6032d2284dc3 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -9,13 +9,13 @@ com.azure:azure-ai-textanalytics;1.0.0-beta.5;1.0.0 com.azure:azure-core;1.5.1;1.6.0-beta.1 com.azure:azure-core-amqp;1.2.0;1.3.0-beta.1 com.azure:azure-core-http-jdk-httpclient;1.0.0-beta.1;1.0.0-beta.1 -com.azure:azure-core-http-netty;1.5.1;1.5.2 +com.azure:azure-core-http-netty;1.5.2;1.6.0-beta.1 com.azure:azure-core-http-okhttp;1.2.3;1.3.0-beta.1 com.azure:azure-core-management;1.0.0-beta.8;1.0.0-beta.8 com.azure:azure-core-serializer-json-gson;1.0.0-beta.1;1.0.0-beta.2 com.azure:azure-core-serializer-json-jackson;1.0.0-beta.1;1.0.0-beta.2 com.azure:azure-core-test;1.3.0;1.4.0-beta.1 -com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.4;1.0.0-beta.5 +com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.5;1.0.0-beta.6 com.azure:azure-cosmos;4.0.1-beta.4;4.0.1-beta.5 com.azure:azure-cosmos-examples;4.0.1-beta.1;4.0.1-beta.1 com.azure:azure-cosmos-benchmark;4.0.1-beta.1;4.0.1-beta.1 @@ -61,9 +61,6 @@ com.microsoft.azure:azure-spring-boot-metrics-starter;2.2.4;2.2.5-beta.1 # unreleased_:;dependency-version # note: The unreleased dependencies will not be manipulated with the automatic PR creation code. -unreleased_com.azure:azure-core;1.5.1 -unreleased_com.azure:azure-core-amqp;1.2.0 -unreleased_com.azure:azure-core-test;1.3.0 # Released Beta dependencies: Copy the entry from above, prepend "beta_", remove the current # version and set the version to the released beta. Released beta dependencies are only valid diff --git a/sdk/appconfiguration/azure-data-appconfiguration/pom.xml b/sdk/appconfiguration/azure-data-appconfiguration/pom.xml index 08e5ff3936b0..fedf59d0fae9 100644 --- a/sdk/appconfiguration/azure-data-appconfiguration/pom.xml +++ b/sdk/appconfiguration/azure-data-appconfiguration/pom.xml @@ -41,7 +41,7 @@ com.azure azure-core-http-netty - 1.5.1 + 1.5.2 diff --git a/sdk/core/azure-core-http-netty/CHANGELOG.md b/sdk/core/azure-core-http-netty/CHANGELOG.md index 209262f77033..26e2c1282504 100644 --- a/sdk/core/azure-core-http-netty/CHANGELOG.md +++ b/sdk/core/azure-core-http-netty/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 1.6.0-beta.1 (Unreleased) + + ## 1.5.2 (2020-06-08) - Fix bug where environment proxy wasn't inferred properly when it didn't use authentication. diff --git a/sdk/core/azure-core-http-netty/pom.xml b/sdk/core/azure-core-http-netty/pom.xml index df7b0da25ace..eaf5d102edaa 100644 --- a/sdk/core/azure-core-http-netty/pom.xml +++ b/sdk/core/azure-core-http-netty/pom.xml @@ -15,7 +15,7 @@ com.azure azure-core-http-netty jar - 1.5.2 + 1.6.0-beta.1 Microsoft Azure Netty HTTP Client Library This package contains the Netty HTTP client plugin for azure-core. diff --git a/sdk/core/azure-core-management/pom.xml b/sdk/core/azure-core-management/pom.xml index 76fc4efc1570..28001c331c4a 100644 --- a/sdk/core/azure-core-management/pom.xml +++ b/sdk/core/azure-core-management/pom.xml @@ -84,7 +84,7 @@ com.azure azure-core-http-netty - 1.5.2 + 1.6.0-beta.1 test diff --git a/sdk/core/azure-core-tracing-opentelemetry/CHANGELOG.md b/sdk/core/azure-core-tracing-opentelemetry/CHANGELOG.md index aebf5ac09bd9..490bd7d792b3 100644 --- a/sdk/core/azure-core-tracing-opentelemetry/CHANGELOG.md +++ b/sdk/core/azure-core-tracing-opentelemetry/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 1.0.0-beta.6 (Unreleased) + + ## 1.0.0-beta.5 (2020-06-08) - Changed `Tracer` loading logic to only use first in classpath instead of all in classpath. diff --git a/sdk/core/azure-core-tracing-opentelemetry/pom.xml b/sdk/core/azure-core-tracing-opentelemetry/pom.xml index c292b7a114ce..e83c33167ebb 100644 --- a/sdk/core/azure-core-tracing-opentelemetry/pom.xml +++ b/sdk/core/azure-core-tracing-opentelemetry/pom.xml @@ -12,7 +12,7 @@ com.azure azure-core-tracing-opentelemetry - 1.0.0-beta.5 + 1.0.0-beta.6 Microsoft Azure OpenTelemetry tracing plugin This package contains the OpenTelemetry tracing plugin for Azure client libraries. @@ -53,7 +53,7 @@ com.azure azure-core-http-netty - 1.5.2 + 1.6.0-beta.1 test diff --git a/sdk/e2e/pom.xml b/sdk/e2e/pom.xml index 1228e350571d..922fc2b0e9b2 100644 --- a/sdk/e2e/pom.xml +++ b/sdk/e2e/pom.xml @@ -28,7 +28,7 @@ com.azure azure-core-http-netty - 1.5.2 + 1.6.0-beta.1 com.azure diff --git a/sdk/eventhubs/azure-messaging-eventhubs/pom.xml b/sdk/eventhubs/azure-messaging-eventhubs/pom.xml index 2c0c67e20add..df8bd06596a4 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs/pom.xml +++ b/sdk/eventhubs/azure-messaging-eventhubs/pom.xml @@ -42,7 +42,7 @@ com.azure azure-core-amqp - 1.2.0 + 1.2.0 diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/pom.xml b/sdk/formrecognizer/azure-ai-formrecognizer/pom.xml index 7595c4c89376..4faed2cf6f0f 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/pom.xml +++ b/sdk/formrecognizer/azure-ai-formrecognizer/pom.xml @@ -41,14 +41,14 @@ com.azure azure-core-http-netty - 1.5.1 + 1.5.2 com.azure azure-core-test - 1.3.0 + 1.3.0 test diff --git a/sdk/identity/azure-identity/pom.xml b/sdk/identity/azure-identity/pom.xml index 09eb2b48475a..6763fc7bbff5 100644 --- a/sdk/identity/azure-identity/pom.xml +++ b/sdk/identity/azure-identity/pom.xml @@ -88,7 +88,7 @@ com.azure azure-core-http-netty - 1.5.1 + 1.5.2 test diff --git a/sdk/keyvault/azure-security-keyvault-certificates/pom.xml b/sdk/keyvault/azure-security-keyvault-certificates/pom.xml index e46b4c6ae3a7..abc96d6e3134 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/pom.xml +++ b/sdk/keyvault/azure-security-keyvault-certificates/pom.xml @@ -42,7 +42,7 @@ com.azure azure-core-http-netty - 1.5.1 + 1.5.2 diff --git a/sdk/keyvault/azure-security-keyvault-keys/pom.xml b/sdk/keyvault/azure-security-keyvault-keys/pom.xml index 24a16d4a1842..4bc6ca6b6371 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/pom.xml +++ b/sdk/keyvault/azure-security-keyvault-keys/pom.xml @@ -56,7 +56,7 @@ com.azure azure-core-http-netty - 1.5.1 + 1.5.2 diff --git a/sdk/keyvault/azure-security-keyvault-secrets/pom.xml b/sdk/keyvault/azure-security-keyvault-secrets/pom.xml index 567a2f0576d1..d537bd4d513a 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/pom.xml +++ b/sdk/keyvault/azure-security-keyvault-secrets/pom.xml @@ -53,7 +53,7 @@ com.azure azure-core-http-netty - 1.5.1 + 1.5.2 diff --git a/sdk/schemaregistry/azure-data-schemaregistry/pom.xml b/sdk/schemaregistry/azure-data-schemaregistry/pom.xml index 3d2a16640f88..4ea92ac206f7 100644 --- a/sdk/schemaregistry/azure-data-schemaregistry/pom.xml +++ b/sdk/schemaregistry/azure-data-schemaregistry/pom.xml @@ -52,7 +52,7 @@ com.azure azure-core-http-netty - 1.5.1 + 1.5.2 diff --git a/sdk/search/azure-search-documents/pom.xml b/sdk/search/azure-search-documents/pom.xml index 36f9c4800f2a..7a0dd580aac0 100644 --- a/sdk/search/azure-search-documents/pom.xml +++ b/sdk/search/azure-search-documents/pom.xml @@ -34,7 +34,7 @@ com.azure azure-core-http-netty - 1.5.1 + 1.5.2 + 1.5.1 com.azure azure-core-amqp - 1.2.0 + 1.2.0 com.azure azure-core-http-netty - 1.5.1 + 1.5.2 diff --git a/sdk/storage/azure-storage-blob-batch/pom.xml b/sdk/storage/azure-storage-blob-batch/pom.xml index c489634d3d46..e1ec0da63a54 100644 --- a/sdk/storage/azure-storage-blob-batch/pom.xml +++ b/sdk/storage/azure-storage-blob-batch/pom.xml @@ -60,7 +60,7 @@ com.azure azure-core-http-netty - 1.5.1 + 1.5.2 com.azure diff --git a/sdk/storage/azure-storage-blob-cryptography/pom.xml b/sdk/storage/azure-storage-blob-cryptography/pom.xml index 21cf2d574ce5..79695e3b560e 100644 --- a/sdk/storage/azure-storage-blob-cryptography/pom.xml +++ b/sdk/storage/azure-storage-blob-cryptography/pom.xml @@ -46,7 +46,7 @@ com.azure azure-core-http-netty - 1.5.1 + 1.5.2 com.azure diff --git a/sdk/storage/azure-storage-blob/pom.xml b/sdk/storage/azure-storage-blob/pom.xml index 7577fd200f1b..4b899f8b90a9 100644 --- a/sdk/storage/azure-storage-blob/pom.xml +++ b/sdk/storage/azure-storage-blob/pom.xml @@ -81,7 +81,7 @@ com.azure azure-core-http-netty - 1.5.1 + 1.5.2 test diff --git a/sdk/storage/azure-storage-common/pom.xml b/sdk/storage/azure-storage-common/pom.xml index 188ba933b6d5..133d9023f46c 100644 --- a/sdk/storage/azure-storage-common/pom.xml +++ b/sdk/storage/azure-storage-common/pom.xml @@ -46,7 +46,7 @@ com.azure azure-core-http-netty - 1.5.1 + 1.5.2 + 1.5.2 test diff --git a/sdk/storage/azure-storage-file-share/pom.xml b/sdk/storage/azure-storage-file-share/pom.xml index 071f3c80c38d..43aee3bea21d 100644 --- a/sdk/storage/azure-storage-file-share/pom.xml +++ b/sdk/storage/azure-storage-file-share/pom.xml @@ -62,7 +62,7 @@ com.azure azure-core-http-netty - 1.5.1 + 1.5.2 test diff --git a/sdk/storage/azure-storage-queue/pom.xml b/sdk/storage/azure-storage-queue/pom.xml index ae691c002c1c..4b207c092cbc 100644 --- a/sdk/storage/azure-storage-queue/pom.xml +++ b/sdk/storage/azure-storage-queue/pom.xml @@ -52,7 +52,7 @@ com.azure azure-core-http-netty - 1.5.1 + 1.5.2 test diff --git a/sdk/textanalytics/azure-ai-textanalytics/pom.xml b/sdk/textanalytics/azure-ai-textanalytics/pom.xml index 72c404de4d43..cd7b4861e070 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/pom.xml +++ b/sdk/textanalytics/azure-ai-textanalytics/pom.xml @@ -41,7 +41,7 @@ com.azure azure-core-http-netty - 1.5.1 + 1.5.2