Releases: Azure/azure-sdk-for-cpp
Releases · Azure/azure-sdk-for-cpp
azure-messaging-eventhubs-checkpointstore-blob_1.0.0-beta.2
1.0.0-beta.2 (2026-05-15)
Breaking Changes
- Changed type of EventHubs Offset from
std::int64_ttostd::string.
azure-core-amqp_1.0.0-beta.12
1.0.0-beta.12 (2026-05-14)
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-messaging-eventhubs_1.0.0-beta.11
1.0.0-beta.11 (2026-05-14)
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.
Bugs Fixed
- [#6957] Do not throw exceptions past destructors.
azure-storage-queues_12.7.0
12.7.0 (2026-05-12)
Features Added
- New features in
12.7.0-beta.1are now generally available.
azure-storage-files-shares_12.17.0
12.17.0 (2026-05-12)
Features Added
- Features in
12.17.0-beta.1are now generally available.
azure-storage-files-datalake_12.15.0
12.15.0 (2026-05-12)
Features Added
- Features in
12.15.0-beta.1are now generally available.
azure-storage-common_12.13.0
12.13.0 (2026-05-12)
Features Added
- Features in
12.13.0-beta.1are now generally available.
azure-storage-blobs_12.17.0
12.17.0 (2026-05-12)
Features Added
- Features in
12.17.0-beta.1are now generally available.
azure-core_1.16.3
1.16.3 (2026-04-02)
Bugs Fixed
- [#7017] Fix type mismatch bugs in libcurl HTTP transport implementation.
azure-storage-files-shares_12.18.0-beta.1
12.18.0-beta.1 (2026-03-25)
Features Added
- Bumped up API version to
2026-06-06. - Added support for creating files with data.
- Added
FilePropertySemanticsoption when creating files or directories.