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

5 packages released this month.

Stable Packages (1)

  • Storage - Blobs

Patch Updates (1)

  • Core

Beta Packages (3)

  • Storage - Blobs

  • Storage - Common

  • Tracing

Release highlights

Core 1.7.1 Changelog

Bugs Fixed

  • [#3794] Fix memory leak in CurlTransport.
  • [#3692] Interrupted poll calls cause spurious HTTP request failures. (A community contribution, courtesy of johnwheffner)

Storage - Blobs 12.5.0 Changelog

Features Added

  • Features in 12.5.0.beta1 and 12.5.0.beta2 are now generally available.

Storage - Blobs 12.6.0-beta.1 Changelog

Features Added

  • Bumped up API version to 2021-04-10.
  • Added support for encryption scope SAS (ses query parameter in SAS token).
  • Added encryption scope support for BlobClient::CopyFromUri().
  • Added support for filtering blobs on container level.
  • Added support for tags copy mode (replace or copy from source) when copying blobs from URL.
  • Added support for permanent delete permission in SAS.

Bugs Fixed

  • Fixed listing blobs failure when blob name contains invalid characters in xml.

Storage - Common 12.3.0-beta.1 Changelog

Features Added

  • Added support for encryption scope SAS (ses query parameter in SAS token).
  • Added support for permanent delete permission in SAS.

Tracing 1.0.0-beta.3 Changelog

Other Changes

  • Removed hard dependency on opentelemetry-cpp package version.

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.