Azure SDK for C++ (June 2026)
The Azure SDK team is pleased to announce our June 2026 client library releases.
12 packages released this month.
Stable Packages (5)
-
Storage - Blobs
-
Storage - Common
-
Storage - Files Data Lake
-
Storage - Files Share
-
Storage - Queues
Beta Packages (3)
-
AMQP
-
Azure Blob Storage Checkpoint Store
-
Event Hubs
Release highlights
AMQP 1.0.0-beta.12 Changelog
Features Added
Rust based AMQP library is now available for use in the Azure SDK for C++. This replaces the uAMQP library with a library based on the azure_core_amqp Rust crate.
Breaking Changes
Updated MessageProperties to remove Azure::Nullable from the types which are an AmqpValue because the AmqpValue already embeds the concept of nullability.
Azure Blob Storage Checkpoint Store 1.0.0-beta.2 Changelog
Breaking Changes
- Changed type of EventHubs Offset from
std::int64_ttostd::string.
Event Hubs 1.0.0-beta.11 Changelog
Bugs Fixed
- [#6957] Do not throw exceptions past destructors.
Breaking Changes
- Changed the
EventData::CorrelationIdandEventData::MessageIdfields fromAzure::Nullable<AmqpValue>toAmqpValuesinceAmqpValueembeds the concept of nullability already. - Removed the connection string authentication mechanism from the EventHubs clients.
Storage - Blobs 12.17.0 Changelog
Features Added
- Features in
12.17.0-beta.1are now generally available.
Storage - Blobs 12.18.0 Changelog
Features Added
- Features in
12.18.0-beta.1are now generally available.
Storage - Common 12.13.0 Changelog
Features Added
- Features in
12.13.0-beta.1are now generally available.
Storage - Common 12.14.0 Changelog
Features Added
- Features in
12.14.0-beta.1are now generally available.
Storage - Files Data Lake 12.15.0 Changelog
Features Added
- Features in
12.15.0-beta.1are now generally available.
Storage - Files Data Lake 12.16.0 Changelog
Features Added
- Features in
12.16.0-beta.1are now generally available.
Storage - Files Share 12.17.0 Changelog
Features Added
- Features in
12.17.0-beta.1are now generally available.
Storage - Files Share 12.18.0 Changelog
Features Added
- Features in
12.18.0-beta.1are now generally available.
Storage - Queues 12.7.0 Changelog
Features Added
- New features in
12.7.0-beta.1are now generally available.
Latest Releases
View all the latest versions of C++ packages here.
Installation Instructions
To install the packages, copy and paste the following commands into a terminal:
$> vcpkg add port azure-core-amqp-cpp
$> vcpkg add port azure-messaging-eventhubs-cpp
$> vcpkg add port azure-messaging-eventhubs-checkpointstore-blob-cpp
$> vcpkg add port azure-storage-blobs-cpp
$> vcpkg add port azure-storage-common-cpp
$> vcpkg add port azure-storage-files-datalake-cpp
$> vcpkg add port azure-storage-files-shares-cpp
$> vcpkg add port azure-storage-queues-cpp
You can also install the packages from source:
# 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.