Azure SDK for C++ (November 2022)
The Azure SDK team is pleased to announce our November 2022 client library releases.
4 packages released this month.
Stable Packages (1)
- Storage - Files Data Lake
Beta Packages (3)
-
Core
-
Identity
-
Storage - Files Data Lake
Release highlights
Core 1.8.0-beta.2 Changelog
Other Changes
- Added the ability to consume version 1.1.1n of OpenSSL.
- Added support for Identity token caching, and for configuring token refresh offset in
BearerTokenAuthenticationPolicy
. - Improved cancellation support for WinHTTP transport.
Identity 1.4.0-beta.2 Changelog
Features Added
- Added token caching.
Storage - Files Data Lake 12.4.0 Changelog
- New features in
12.4.0-beta.1
are now generally available.
Storage - Files Data Lake 12.5.0-beta.1 Changelog
Features Added
- Added support for encryption scope:
- Added new fields
DefaultEncryptionScope
andPreventEncryptionScopeOverride
inFileSystemItemDetails
,FileSystemProperties
andCreateFileSystemOptions
. - Added new field
EncryptionScope
inPathProperties
.
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.