Azure SDK for C++ (April 2022)
The Azure SDK team is pleased to announce our April 2022 client library releases.
6 packages released this month.
Stable Packages (3)
-
Core
-
Storage - Blobs
-
Storage - Queues
Patch Updates (1)
- Storage - Common
Beta Packages (2)
-
Attestation
-
Identity
Release highlights
Attestation 1.0.0-beta.1 Changelog
Features Added
- Attestation Package creation
Core 1.5.0 Changelog
Breaking Changes
- Enforce TLS 1.2 or greater for
CurlTransport
andWinHttpTransport
.
Features Added
- When a
RequestFailedException
exception is thrown, thewhat()
method now includes information about the HTTP request which failed. - Adding option
WinHttpTransportOptions.IgnoreUnknownCertificateAuthority
. It can be used to disable verifying server certificate for theWinHttpTransport
.
Identity 1.3.0-beta.1 Changelog
Features Added
- Added
ChainedTokenCredential
.
Storage - Blobs 12.4.0 Changelog
Other changes
- No public changes in this release.
Storage - Common 12.2.3 Changelog
Bugs Fixed
- Fixed a bug where we got error when XML request body is too big.
Storage - Queues 12.0.0 Changelog
New Features
- This release includes all features from beta.1 to beta.4. This is the first stable release of a ground-up rewrite of our client libraries to ensure consistency, idiomatic design, productivity and an excellent developer experience. It was created following the Azure SDK Design Guideline for C++.
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.