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

4 packages released this month.

Stable Packages (1)

  • Core

Beta Packages (3)

  • Storage - Blobs

  • Storage - Files Data Lake

  • Storage - Files Share

Release highlights

Core 1.10.0 Changelog

Features Added

  • Added Azure::Core::Uuid::AsArray() and Azure::Core::Uuid::CreateFromArray() to enable reading or writing from an existing UUID. This is useful when the UUID was generated outside the Azure SDK, or needs to be used from a component outside the Azure SDK.

Storage - Blobs 12.8.0-beta.1 Changelog

Features Added

  • Bumped up API version to 2022-11-02.
  • Content length limit for AppendBlobClient::AppendBlock() and AppendBlobClient::AppendBlockFromUri() was raised from 4 MiB to 100 MiB.

Storage - Files Data Lake 12.7.0-beta.1 Changelog

Features Added

  • Added new fields Owner, Group and Permissions in PathProperties and DownloadFileDetails.

Storage - Files Share 12.6.0-beta.1 Changelog

Features Added

  • Bumped up API version to 2023-01-03.
  • Added new field AccessRights in HandleItem.

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.