Releases: Azure/azure-sdk-for-cpp
Releases · Azure/azure-sdk-for-cpp
azure-storage-common_12.6.0
12.6.0 (2024-05-07)
Features Added
- Features in
12.6.0-beta.1
are now generally available. - Bumped up Account SAS version to
2024-05-04
.
azure-storage-blobs_12.11.0
12.11.0 (2024-05-07)
Features Added
- Features in
12.11.0-beta.1
are now generally available.
azure-messaging-eventhubs_1.0.0-beta.8
1.0.0-beta.8 (2024-05-07)
Features Added
- Added new features for upcoming Event Hubs service release.
azure-core-amqp_1.0.0-beta.9
1.0.0-beta.9 (2024-05-06)
Bugs Fixed
- Fixed a potential deadlock where a message receiver Open call could block indefinitely when adding the Link to the Pollables.
azure-storage-files-shares_12.9.0-beta.1
12.9.0-beta.1 (2024-04-17)
Features Added
- Added new field
ClientName
inHandleItem
. - Added new field
IncludeRenames
inGetFileRangeListOptions
.
azure-storage-files-datalake_12.10.0-beta.1
12.10.0-beta.1 (2024-04-17)
Features Added
- Bumped up API version to
2023-11-03
. - Added new field
IncludeUserPrincipalName
inGetPathAccessControlListOptions
,GetPathPropertiesOptions
andDownloadFileOptions
. - Added new field
Acls
inPathProperties
andDownloadFileDetails
.
azure-storage-common_12.6.0-beta.1
12.6.0-beta.1 (2024-04-17)
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.
Acknowledgments
Thank you to our developer community members who helped to make Azure Storage better with their contributions to this release:
- Theodore Tsirpanis (GitHub)
azure-storage-blobs_12.11.0-beta.1
12.11.0-beta.1 (2024-04-17)
Features Added
- Bumped up API version to
2023-11-03
.
azure-template_1.1.0-beta.3687928
1.1.0-beta.3687928 (2024-04-11)
- Validate template project ahead of release
azure-core_1.11.3
1.11.3 (2024-04-09)
Bugs Fixed
- [#5450] Reverted libcurl connection pool to use more conservative caching strategy.
- [#5371] Fix use of namespace qualifiers that have not been explicitly introduced. (A community contribution, courtesy of morten-ofstad)
Acknowledgments
Thank you to our developer community members who helped to make Azure Core better with their contributions to this release:
- Morten Ofstad (GitHub)