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

8 packages released this month.

Stable Packages (2)

  • Storage - Common

  • Storage - Files Share

Patch Updates (2)

  • Core

  • Identity

Beta Packages (2)

  • Core

  • Event Hubs

Release highlights

Core 1.14.1 Changelog

Bugs Fixed

  • Fixed warning for an unused function in curl.cpp when building the SDK using a version of libcurl older than 7.77.0.
  • Invalidate the token cache within BearerTokenAuthenticationPolicy whenever a token request comes back with a 401 response.

Core 1.15.0-beta.1 Changelog

Features Added

  • Added mTLS support to WinHTTP transport.
  • To enable mTLS, first create an appropriate Windows PCCERT_CONTEXT object and set the TlsClientCertificate field in WinHttpTransportOptions to that certificate before creating the WinHttpTransport object.

Event Hubs 1.0.0-beta.10 Changelog

Bugs Fixed

  • [#6064] Utilize new telemetry features from Azure Core.

Identity 1.10.1 Changelog

Bugs Fixed

  • Fix overflow issue in token cache.

Storage - Common 12.9.0 Changelog

Features Added

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

Storage - Files Share 12.12.0 Changelog

Features Added

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

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.