The Azure SDK team is pleased to announce our February 2022 client library releases.

2 packages released this month.

Beta Packages (2)

  • Core

  • Identity

Release highlights

Core 1.4.0-beta.1 Changelog

Features Added

  • Enabled environment-controlled console logging on UWP.

Breaking Changes

  • Removed the AzureNoReturnPath() function from the global namespace, and deprecated the associated macros, such as AZURE_ASSERT since they are meant for internal use only. If your code was using the AZURE_ASSERT macro, consider using the standard library’s assert as an alternative.
  • Removed the two parameter RequestFailedException ctor, it has no use case and wasn’t intended for public use.

Bugs Fixed

  • Fixed Azure::DateTime::Parse() validation if the result is going to exceed 9999-12-31T23:59:59.9999999 due to time zone, leap second, or fractional digits rounding up adjustments.
  • [#3224] Fixed intermittent crash on macOS when logging is turned on.

Identity 1.2.0-beta.1 Changelog

Features Added

  • Enabled EnvironmentCredential and ManagedIdentityCredential to work on UWP.

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.