Azure SDK for C++ (August 2022)
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.beta1and12.5.0.beta2are 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 (
sesquery 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 (
sesquery 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-cpppackage version. 
Latest Releases
View all the latest versions of C++ packages here.
Installation Instructions
To install the packages, copy and paste the following commands into a terminal:
$> vcpkg add port azure-core-cpp
$> vcpkg add port azure-core-tracing-opentelemetry-cpp
$> vcpkg add port azure-storage-blobs-cpp
$> vcpkg add port azure-storage-common-cpp
You can also install the packages from source:
# 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.