Azure SDK for C++ (May 2024)
The Azure SDK team is pleased to announce our May 2024 client library releases.
11 packages released this month.
Stable Packages (5)
-
Core
-
Storage - Blobs
-
Storage - Common
-
Storage - Files Data Lake
-
Storage - Files Share
Beta Packages (6)
-
AMQP
-
Event Hubs
-
Storage - Blobs
-
Storage - Common
-
Storage - Files Data Lake
-
Storage - Files Share
Release highlights
AMQP 1.0.0-beta.9 Changelog
Bugs Fixed
- Fixed a potential deadlock where a message receiver Open call could block indefinitely when adding the Link to the Pollables.
Core 1.12.0 Changelog
Bugs Fixed
- [#5450] Fixed libcurl connection pool to use
Connection
response header values.
Event Hubs 1.0.0-beta.8 Changelog
Features Added
- Added new features for upcoming Event Hubs service release.
Storage - Blobs 12.11.0-beta.1 Changelog
Features Added
- Bumped up API version to
2023-11-03
.
Storage - Blobs 12.11.0 Changelog
Features Added
- Features in
12.11.0-beta.1
are now generally available.
Storage - Common 12.6.0-beta.1 Changelog
Features Added
- Removed unnecessary dependencies on non-Windows platforms. (A community contribution, courtesy of teo-tsirpanis)
Bugs Fixed
- Fixed a bug where exception error code was not parsed for
HEAD
requests.
Storage - Common 12.6.0 Changelog
Features Added
- Features in
12.6.0-beta.1
are now generally available. - Bumped up Account SAS version to
2024-05-04
.
Storage - Files Data Lake 12.10.0-beta.1 Changelog
Features Added
- Bumped up API version to
2023-11-03
. - Added new field
IncludeUserPrincipalName
inGetPathAccessControlListOptions
,GetPathPropertiesOptions
andDownloadFileOptions
. - Added new field
Acls
inPathProperties
andDownloadFileDetails
.
Storage - Files Data Lake 12.10.0 Changelog
Features Added
- Features in
12.10.0-beta.1
are now generally available.
Bugs Fixed
- Fixed a bug where
PathItem::EncryptionContext
returned byDataLakeDirectoryClient::ListPaths
was always null.
Storage - Files Share 12.9.0-beta.1 Changelog
Features Added
- Added new field
ClientName
inHandleItem
. - Added new field
IncludeRenames
inGetFileRangeListOptions
.
Storage - Files Share 12.9.0 Changelog
Features Added
- Features in
12.9.0-beta.1
are now generally available.
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.