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

2 packages released this month.

Patch Updates (2)

  • Core

  • Identity

Release highlights

Core 1.16.1 Changelog

Bugs Fixed

  • Fixed DateTime::operator std::chrono::system_clock::time_point() when compiled with Xcode 16.

Identity 1.13.1 Changelog

Bugs Fixed

  • Fixed IMDS token requests for managed identities, which were broken by an invalid URL path in 1.12.0-beta.1. (A community contribution, courtesy of chewi)

Features Added

  • Added a constructor overload for DefaultAzureCredential with a boolean parameter to indicate whether to throw an exception if AZURE_TOKEN_CREDENTIALS environment variable doesn’t have a value.

Latest Releases

View all the latest versions of C++ packages here.

Installation Instructions

To install the packages, copy and paste the following commands into a terminal:

$> vcpkg add port azure-core-cpp
$> vcpkg add port azure-identity-cpp

You can also install the packages from source:

# 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.