Azure SDK for C++ (March 2025)
The Azure SDK team is pleased to announce our March 2025 client library releases.
4 packages released this month.
Stable Packages (3)
-
Core
-
Storage - Common
-
Storage - Files Share
Beta Packages (1)
- Identity
Release highlights
Core 1.15.0 Changelog
Features Added
- Made default constructor for
Azure::Core::Uuid
implicit. - Added mTLS support to WinHTTP transport.
- To enable mTLS, first create an appropriate Windows
PCCERT_CONTEXT
object and set theTlsClientCertificate
field inWinHttpTransportOptions
to that certificate before creating theWinHttpTransport
object.
Identity 1.11.0-beta.1 Changelog
Features Added
- Added
Subscription
toAzureCliCredentialOptions
which allows the caller to specify an Azure subscription that does not match the current Azure CLI subscription. - [#6321] Log Client ID used in
ManagedIdentityCredential
.
Bugs Fixed
- [#5235] Warnings in
azure/identity.hpp
cause strict builds to fail.
Storage - Common 12.10.0 Changelog
Features Added
- Features in
12.10.0-beta.1
are now generally available.
Storage - Files Share 12.13.0 Changelog
Features Added
- Features in
12.13.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.