Azure SDK for C++ (June 2025)
The Azure SDK team is pleased to announce our June 2025 client library releases.
4 packages released this month.
Beta Packages (2)
-
Core
-
Identity
Release highlights
Core 1.16.0-beta.1 Changelog
Features Added
- [#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)
Identity 1.12.0-beta.1 Changelog
Bugs Fixed
- [#4952] Fixed
ManagedIdentityCredential
to fail fast if IMDS authentication is not available. - [#4669] Fixed the order of credentials in
DefaultAzureCredential
:ManagedIdentityCredential
beforeAzureCliCredential
.
Features Added
- Added support for the
AZURE_TOKEN_CREDENTIALS
environment variable toDefaultAzureCredential
, which allows for choosing between ‘deployed service’ and ‘developer tool’ credentials. Valid values are ‘dev’ for developer tools and ‘prod’ for deployed service.
Latest Releases
View all the latest versions of C++ packages here.
Installation Instructions
To install any of our packages, copy and paste the following commands into a terminal:
# From Source
git clone https://github.com/Azure/azure-sdk-for-cpp
# git checkout <tag_name>
# For example:
git checkout azure-storage-blobs_12.0.0
Feedback
If you have a bug or feature request for one of the libraries, please post an issue to GitHub.