The Azure SDK team is pleased to announce our June 2024 client library releases.

13 packages released this month.

Stable Packages (1)

  • Identity

Beta Packages (12)

  • AMQP

  • Core

  • Event Hubs

  • Key Vault - Certificates

  • Key Vault - Keys

  • Key Vault - Secrets

  • Storage - Blobs

  • Storage - Common

  • Storage - Files Data Lake

  • Storage - Files Share

  • Storage - Queues

  • Tables

Release highlights

AMQP 1.0.0-beta.10 Changelog

Bugs Fixed

  • [#5536] Fixed use-after free in MessageSender and MessageReceiver when opening a connection.

Core 1.13.0-beta.1 Changelog

Bugs Fixed

  • [#5589] Fix possible endless loop while polling curl socket. (A community contribution, courtesy of CurtizJ)

Event Hubs 1.0.0-beta.9 Changelog

Bugs Fixed

  • Fixed eventhub connection properties to better align with the names used by other Azure SDKs.

Identity 1.8.0 Changelog

Bugs Fixed

  • Managed identity bug fixes.

Features Added

  • [#4474] Enable proactive renewal of Managed Identity tokens.
  • [#5116] AzureCliCredential: Added support for the new response field which represents token expiration timestamp as time zone agnostic value.

Key Vault - Certificates 4.3.0-beta.2 Changelog

Other Changes

  • Relocated samples to the samples directory.
  • Updated the README.md file with the latest information.
  • Updated samples.

Key Vault - Keys 4.5.0-beta.2 Changelog

Breaking Changes

  • Deprecated KeyEncryptionAlgorithm::CKM_RSA_AES_KEY_WRAP in favor of KeyEncryptionAlgorithm::CkmRsaAesKeyWrap.
  • Deprecated KeyEncryptionAlgorithm::RSA_AES_KEY_WRAP_256 in favor of KeyEncryptionAlgorithm::RsaAesKeyWrap256.
  • Deprecated KeyEncryptionAlgorithm::RSA_AES_KEY_WRAP_384 in favor of KeyEncryptionAlgorithm::RsaAesKeyWrap384.

Key Vault - Secrets 4.3.0-beta.2 Changelog

Other Changes

  • Relocated samples to the samples directory.
  • Updated the README.md file with the latest information.
  • Updated samples.

Storage - Blobs 12.12.0-beta.1 Changelog

Features Added

  • Bumped up API version to 2024-08-04.
  • Added BlobContainerClient::GetAccountInfo() and BlobClient::GetAccountInfo APIs.
  • Added more detailed messaging for authorization failure cases.

Storage - Common 12.7.0-beta.1 Changelog

Features Added

  • Bumped up Account SAS version to 2024-08-04.

Storage - Files Data Lake 12.11.0-beta.1 Changelog

Features Added

  • Bumped up API version to 2024-08-04.
  • Added more detailed messaging for authorization failure cases.

Storage - Files Share 12.10.0-beta.1 Changelog

Features Added

  • Bumped up API version to 2024-08-04.
  • Added more detailed messaging for authorization failure cases.
  • Added support for snapshot management on NFS shares.

Storage - Queues 12.3.0-beta.1 Changelog

Features Added

  • Bumped up API version to 2024-08-04.
  • Added more detailed messaging for authorization failure cases.

Tables 1.0.0-beta.3 Changelog

Bugs Fixed

  • Fixed an issue where the TableServiceClient was not correctly handling the nextPartitionKey and nextRowKey continuation tokens when iterating over tables.
  • Fixed an issue around InsertReplace transactions.

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.