From 2e9f0472b43f0ea334514bd61a20b2c7cafced59 Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Thu, 5 Jun 2025 07:03:18 -0700 Subject: [PATCH] Core and Identity June Beta releases (#6605) Co-authored-by: Anton Kolesnyk --- sdk/core/azure-core/CHANGELOG.md | 10 +++------- sdk/identity/azure-identity/CHANGELOG.md | 4 +--- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index c29d3082d..f4867b336 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -1,19 +1,15 @@ # Release History -## 1.16.0-beta.1 (Unreleased) +## 1.16.0-beta.1 (2025-06-05) ### Features Added - [[#6535]](https://github.com/Azure/azure-sdk-for-cpp/issues/6535) Enable SSL caching for libcurl transport by default, which is backwards compatible behavior with older libcurl versions, so using the default settings won't result in transport error when using libcurl >= 8.12. The option is controlled by `CurlTransportOptions::EnableCurlSslCaching`, and is on by default. (A community contribution, courtesy of _[sushshring](https://github.com/sushshring)_) -### Breaking Changes - -### Bugs Fixed - -- [[#4952]](https://github.com/Azure/azure-sdk-for-cpp/issues/4952) Improved HTTP Transport implementations' request timeouts to not exceed context deadlines. - ### Other Changes +- [[#4952]](https://github.com/Azure/azure-sdk-for-cpp/issues/4952) Added internal support to pass connection timeout via context. + ### Acknowledgments Thank you to our developer community members who helped to make Azure Core better with their contributions to this release: diff --git a/sdk/identity/azure-identity/CHANGELOG.md b/sdk/identity/azure-identity/CHANGELOG.md index b14883724..a5d786bd2 100644 --- a/sdk/identity/azure-identity/CHANGELOG.md +++ b/sdk/identity/azure-identity/CHANGELOG.md @@ -1,13 +1,11 @@ # Release History -## 1.12.0-beta.1 (Unreleased) +## 1.12.0-beta.1 (2025-06-05) ### Features Added - Added support for the `AZURE_TOKEN_CREDENTIALS` environment variable to `DefaultAzureCredential`, which allows for choosing between 'deployed service' and 'developer tool' credentials. Valid values are 'dev' for developer tools and 'prod' for deployed service. -### Breaking Changes - ### Bugs Fixed - [[#4952]](https://github.com/Azure/azure-sdk-for-cpp/issues/4952) Fixed `ManagedIdentityCredential` to fail fast if IMDS authentication is not available.