From cda5d62b83d035ba6ae8c4f6dc193a4cf70e22c3 Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Tue, 9 Feb 2021 11:44:41 -0800 Subject: [PATCH] Add details to the Azure Core beta 6 changelog (#1645) Reviewed the commits since the last release: https://github.com/Azure/azure-sdk-for-cpp/compare/9b7849c155ffd89acf9cd00152b74446287d61ef...3e543f9a736a4394030c32e3273aeaec3c72ec41 --- sdk/core/azure-core/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index 5423c80a8..f3671b012 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -9,12 +9,14 @@ ### Breaking Changes -- Remove `Context::CancelWhen()`. +- Removed `Context::CancelWhen()`. - Removed `LogClassification` and related functionality, added `LogLevel` instead. ### Bug Fixes - Fixed computation of the token expiration time in `BearerTokenAuthenticationPolicy`. +- Fixed compilation dependency issue for MacOS when consuming the SDK from VcPkg. +- Fixed support for sending requests to endpoints with a custom port within the url on Windows when using the WinHttp transport. ## 1.0.0-beta.5 (2021-02-02)