Azure SDK for C++ (July 2024)
The Azure SDK team is pleased to announce our July 2024 client library releases.
8 packages released this month.
Stable Packages (6)
-
Core
-
Storage - Blobs
-
Storage - Common
-
Storage - Files Data Lake
-
Storage - Files Share
-
Storage - Queues
Beta Packages (1)
- Identity
Release highlights
Core 1.13.0 Changelog
Bugs Fixed
- [#5589] Fix possible endless loop while polling curl socket. (A community contribution, courtesy of CurtizJ)
Identity 1.9.0-beta.1 Changelog
Features Added
- Added
AzurePipelinesCredential
for authenticating an Azure Pipelines service connection with workload identity federation.
Identity 1.9.0-beta.2 Changelog
Features Added
- Added
ClientAssertionCredential
to enable applications to authenticate with custom client assertions. - Added support for providing a Resource ID to
ManagedIdentityCredential
. - Added support for customizing the IMDS endpoint within
ManagedIdentityCredential
.
Storage - Blobs 12.12.0 Changelog
Features Added
- Features in
12.12.0-beta.1
are now generally available.
Storage - Common 12.7.0 Changelog
Features Added
- Features in
12.7.0-beta.1
are now generally available.
Storage - Files Data Lake 12.11.0 Changelog
Features Added
- Features in
12.11.0-beta.1
are now generally available.
Storage - Files Share 12.10.0 Changelog
Features Added
- Features in
12.10.0-beta.1
are now generally available.
Storage - Queues 12.3.0 Changelog
Features Added
- New features in
12.3.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.