Skip to content

Releases: Azure/azure-sdk-for-cpp

azure-messaging-eventhubs-checkpointstore-blob_1.0.0-beta.2

19 May 01:07
ae6c51f

Choose a tag to compare

1.0.0-beta.2 (2026-05-15)

Breaking Changes

  • Changed type of EventHubs Offset from std::int64_t to std::string.

azure-core-amqp_1.0.0-beta.12

15 May 19:13
549cc91

Choose a tag to compare

Pre-release

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

15 May 00:58
7ce20e7

Choose a tag to compare

Pre-release

1.0.0-beta.11 (2026-05-14)

Breaking Changes

  • Changed the EventData::CorrelationId and EventData::MessageId fields from Azure::Nullable<AmqpValue> to AmqpValue since AmqpValue embeds 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

13 May 01:15

Choose a tag to compare

12.7.0 (2026-05-12)

Features Added

  • New features in 12.7.0-beta.1 are now generally available.

azure-storage-files-shares_12.17.0

13 May 00:56

Choose a tag to compare

12.17.0 (2026-05-12)

Features Added

  • Features in 12.17.0-beta.1 are now generally available.

azure-storage-files-datalake_12.15.0

13 May 00:32

Choose a tag to compare

12.15.0 (2026-05-12)

Features Added

  • Features in 12.15.0-beta.1 are now generally available.

azure-storage-common_12.13.0

12 May 23:56

Choose a tag to compare

12.13.0 (2026-05-12)

Features Added

  • Features in 12.13.0-beta.1 are now generally available.

azure-storage-blobs_12.17.0

13 May 00:14

Choose a tag to compare

12.17.0 (2026-05-12)

Features Added

  • Features in 12.17.0-beta.1 are now generally available.

azure-core_1.16.3

02 Apr 20:27
3522b70

Choose a tag to compare

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

26 Mar 05:35
5d104fe

Choose a tag to compare

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 FilePropertySemantics option when creating files or directories.