From d88edff69eeecf42d5d313b1165af9fb87e05168 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon, 11 Jan 2021 14:02:53 -0800 Subject: [PATCH] Increment version for core releases (#17891) --- sdk/core/Azure.Core/CHANGELOG.md | 15 +++++++++------ sdk/core/Azure.Core/src/Azure.Core.csproj | 4 ++-- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/sdk/core/Azure.Core/CHANGELOG.md b/sdk/core/Azure.Core/CHANGELOG.md index c386a4ec4c41..11e22cb4cef6 100644 --- a/sdk/core/Azure.Core/CHANGELOG.md +++ b/sdk/core/Azure.Core/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 1.9.0-beta.1 (Unreleased) + + ## 1.8.1 (2020-01-11) ### Key Bug Fixes @@ -80,7 +83,7 @@ When the environment variable or the switch are set the `HttpClientTransport` wo ### Bugfix - Retry server timeouts on .NET Framework. -## 1.2.1 (2020-04-30) +## 1.2.1 (2020-04-30) ### Changed - Read client request ID value used for logging and tracing off the initial request object if available. @@ -111,28 +114,28 @@ When the environment variable or the switch are set the `HttpClientTransport` wo - Add support for retrying on 408, 500, 502, 504 status codes. - Remove commit hash from User-Agent telemetry. -## 1.0.1 +## 1.0.1 - Fix issues with log redaction where first query character was replaced with '?' character. - Exclude EventCounter events from AzureEventSourceListener. - Add `AZURE_TRACING_DISABLED` environment variable support. -## 1.0.0 +## 1.0.0 - Updating versioning and packaging for general availability. - Make types and namespace names consistent. -## 1.0.0-preview.9 +## 1.0.0-preview.9 - Added console and trace logger listener. - Added additional content and header logging options. - Moved commonly used types to Azure namespace. -## 1.0.0-preview.8 +## 1.0.0-preview.8 - Minor improvements and bug fixes. -## 1.0.0-preview.7 +## 1.0.0-preview.7 - Support for distributed tracing added. - Support for TokenCredential in ASP.NET Core integration added. diff --git a/sdk/core/Azure.Core/src/Azure.Core.csproj b/sdk/core/Azure.Core/src/Azure.Core.csproj index 217d9e60cb95..e5bd001daa8a 100644 --- a/sdk/core/Azure.Core/src/Azure.Core.csproj +++ b/sdk/core/Azure.Core/src/Azure.Core.csproj @@ -2,8 +2,8 @@ This is the implementation of the Azure Client Pipeline Microsoft Azure Client Pipeline - 1.8.1 - 1.8.0 + 1.9.0-beta.1 + 1.8.1 Microsoft Azure Client Pipeline enable $(DefineConstants);AZURE_NULLABLE