Skip to content

Releases: Azure/azure-sdk-for-cpp

azure-storage-files-shares_12.14.0

22 Jul 08:53
551ae55

Choose a tag to compare

12.14.0 (2025-07-21)

Features Added

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

azure-storage-blobs_12.14.0

22 Jul 07:09
551ae55

Choose a tag to compare

12.14.0 (2025-07-21)

Features Added

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

azure-identity_1.13.0-beta.1

15 Jul 17:52
95b9f6e

Choose a tag to compare

Pre-release

1.13.0-beta.1 (2025-07-15)

Features Added

  • Added support for more AZURE_TOKEN_CREDENTIALS environment variable values to specify a single credential type to use in DefaultAzureCredential. In addition to dev and prod, possible values now include EnvironmentCredential, WorkloadIdentityCredential, ManagedIdentityCredential, and AzureCliCredential - each for the corresponding credential type.

azure-identity_1.12.0

10 Jul 17:25
de3cc64

Choose a tag to compare

1.12.0 (2025-07-10)

Features Added

  • Added support for the AZURE_TOKEN_CREDENTIALS environment variable to DefaultAzureCredential, which allows for choosing between 'deployed service' and 'developer tool' credentials. Valid values are 'dev' for developer tools and 'prod' for deployed service.

Bugs Fixed

  • [#4952] Fixed ManagedIdentityCredential to fail fast if IMDS authentication is not available.
  • [#4669] Fixed the order of credentials in DefaultAzureCredential: ManagedIdentityCredential before AzureCliCredential.

Other Changes

  • Added support for overriding IMDS authority host in the ManagedIdentityCredential via AZURE_POD_IDENTITY_AUTHORITY_HOST environment variable.

azure-core_1.16.0

10 Jul 17:12
de3cc64

Choose a tag to compare

1.16.0 (2025-07-10)

Features Added

  • [#6535] Enable SSL caching for libcurl transport by default, which is backwards compatible behavior with older libcurl versions, so using the default settings won't result in transport error when using libcurl >= 8.12. The option is controlled by CurlTransportOptions::EnableCurlSslCaching, and is on by default. (A community contribution, courtesy of sushshring)

Bugs Fixed

  • Fixed WinHTTP FailFast exception raised when a request is cancelled before the request is actually sent on the wire.

Other Changes

  • [#4952] Added internal support to pass connection timeout via context.

Acknowledgments

Thank you to our developer community members who helped to make Azure Core better with their contributions to this release:

  • Sushrut Shringarputale (GitHub)

azure-storage-queues_12.5.0-beta.1

25 Jun 09:00
30c682b

Choose a tag to compare

Pre-release

12.5.0-beta.1 (2025-06-24)

Features Added

  • Added more useful error message when the SDK encounters an x-ms-version mis-match issue.

Breaking Changes

  • QueueProperties.ApproximateMessageCount is deprecated. The value is -1 if the value exceeds INT32_MAX. Use QueueProperties.ApproximateMessageCountLong instead.

azure-storage-files-shares_12.15.0-beta.1

25 Jun 08:46
30c682b

Choose a tag to compare

12.15.0-beta.1 (2025-06-24)

Features Added

  • ShareClient::DeleteIfExists() will return false when error code is ShareSnapshotNotFound.
  • Added more useful error message when the SDK encounters an x-ms-version mis-match issue.

azure-storage-files-datalake_12.13.0-beta.1

25 Jun 08:21
30c682b

Choose a tag to compare

12.13.0-beta.1 (2025-06-24)

Features Added

  • Added more useful error message when the SDK encounters an x-ms-version mis-match issue.

azure-storage-common_12.11.0-beta.1

25 Jun 06:24
30c682b

Choose a tag to compare

Pre-release

12.11.0-beta.1 (2025-06-24)

Features Added

  • Added more useful error message when the SDK encounters an x-ms-version mis-match issue.
  • Bumped up Account SAS version to 2025-07-05.

Other Changes

  • Added support for ICU 75.1 or later. (A community contribution, courtesy of kou)

Acknowledgments

Thank you to our developer community members who helped to make Azure Storage better with their contributions to this release:

azure-storage-blobs_12.15.0-beta.1

25 Jun 06:45
30c682b

Choose a tag to compare

Pre-release

12.15.0-beta.1 (2025-06-24)

Features Added

  • Added more useful error message when the SDK encounters an x-ms-version mis-match issue.