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

4 packages released this month.

Stable Packages (2)

  • Storage - Blobs

  • Storage - Common

Patch Updates (1)

  • Core

Beta Packages (1)

  • Storage - Files Shares

Release highlights

Core 1.7.2 Changelog

Bugs Fixed

  • WinHTTP Transport Adapter: Fixed missing reason phrase handling for HTTP/2 responses.

Storage - Blobs 12.6.0 Changelog

Features Added

  • Features in 12.6.0.beta.1 are now generally available.

Bugs Fixed

  • Empty file or existing file won’t be created/overwritten if the blob to be downloaded doesn’t exist.

Storage - Common 12.3.0 Changelog

Features Added

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

Storage - Files Shares 12.3.0-beta.1 Changelog

Features Added

  • Bumped up API version to 2021-06-08.
  • Added fields ProvisionedBandwidthMBps, EnabledProtocols and RootSquash in ShareItemDetails and ShareProperties.
  • Added support for listing files with extended information.
  • Added new APIs:
  • ShareDirectoryClient::RenameFile()
  • ShareDirectoryClient::RenameSubdirectory()
  • ShareLeaseClient::Renew()
  • Added support for specifying last written time when uploading file range.
  • Added support for specifying file changed time when creating/copying file or setting file properties.

Bugs Fixed

  • Empty file or existing file won’t be created/overwritten if the file to be downloaded doesn’t exist.

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.