Core and Identity June Beta releases (#6605)

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2025-06-05 07:03:18 -07:00 committed by GitHub
parent 2957f8140d
commit 2e9f0472b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 10 deletions

View File

@ -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:

View File

@ -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.