Azure SDK for C++ (August 2025)
The Azure SDK team is pleased to announce our August 2025 client library releases.
3 packages released this month.
Stable Packages (3)
-
Identity
-
Storage - Blobs
-
Storage - Files Share
Release highlights
Identity 1.13.0 Changelog
Features Added
- Added support for more
AZURE_TOKEN_CREDENTIALS
environment variable values to specify a single credential type to use inDefaultAzureCredential
. In addition todev
andprod
, possible values now includeEnvironmentCredential
,WorkloadIdentityCredential
,ManagedIdentityCredential
, andAzureCliCredential
- each for the corresponding credential type.
Storage - Blobs 12.14.0 Changelog
Features Added
- Features in
12.14.0-beta.1
are now generally available.
Storage - Files Share 12.14.0 Changelog
Features Added
- Features in
12.14.0-beta.1
are now generally available.
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.