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

3 packages released this month.

Beta Packages (3)

  • AMQP

  • Core

  • Identity

Release highlights

AMQP 1.0.0-beta.11 Changelog

Bugs Fixed

  • Updated vendored copy of uAMQP to reflect upstream changes.

Core 1.14.0-beta.2 Changelog

Bugs Fixed

  • Throw std::invalid_argument if the value of TimeFractionFormat enum passed in to DateTime::ToString() is invalid.
  • Azure::Core::Uuid::ToString() is now const.

Features Added

  • Request logs to now include the accept-range, content-range, range, WWW-Authenticate, x-ms-date, x-ms-error-code, x-ms-range, and x-ms-version headers.
  • Added default constructor, Parse(), and equality comparison operators to Azure::Core::Uuid.
  • Added an Azure::Core::ResourceIdentifier type.

Identity 1.10.0-beta.1 Changelog

Features Added

  • Added support for providing an object ID to ManagedIdentityCredential.
  • Added support for passing in the x509 certificate and its corresponding private key directly to ClientCertificateCredential, rather than reading from a pem file.
  • Added support for sending an x5c parameter in ClientCertificateCredential.

Breaking Changes

  • Previously, if a clientId was specified for Cloud Shell managed identity, which is not supported, the clientId was passed into the request body. Now, an exception will be thrown if a clientId is specified for Cloud Shell managed identity.

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.