From 2e267bbac21e8b712f406749201e98aa533a5695 Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Thu, 6 Apr 2023 15:10:14 -0700 Subject: [PATCH] Core April Beta Release (#4516) Co-authored-by: Anton Kolesnyk --- sdk/core/azure-core/CHANGELOG.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index a5887d8b5..208c99760 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.9.0-beta.1 (Unreleased) +## 1.9.0-beta.1 (2023-04-06) ### Features Added @@ -9,7 +9,17 @@ - Added `TokenCredential::GetCredentialName()` to be utilized in diagnostic messages. If you have any custom implementations of `TokenCredential`, it is recommended to pass the name of your credential to `TokenCredential` constructor. The old parameterless constructor is deprecated. - Added support for challenge-based and multi-tenant authentication. -### Breaking Changes +### Other Changes + +- [[#4352]](https://github.com/Azure/azure-sdk-for-cpp/pull/4352) Fixed compilation error on Visual Studio 2017. (A community contribution, courtesy of _[jorgen](https://github.com/jorgen)_) + +### Acknowledgments + +Thank you to our developer community members who helped to make Azure Core better with their contributions to this release: + +- Jorgen Lind _([GitHub](https://github.com/jorgen))_ + +## 1.8.1 (2023-04-06) ### Bugs Fixed @@ -18,15 +28,8 @@ ### Other Changes -- [[#4352]](https://github.com/Azure/azure-sdk-for-cpp/pull/4352) Fixed compilation error on Visual Studio 2017. (A community contribution, courtesy of _[jorgen](https://github.com/jorgen)_) - Libcurl transport doesn't add `Content-Length` request header for GET/HEAD/DELETE requests anymore. -### Acknowledgments - -Thank you to our developer community members who helped to make Azure Core better with their contributions to this release: - -- Jorgen Lind _([GitHub](https://github.com/jorgen))_ - ## 1.8.0 (2023-02-02) ### Features Added