Releases: Azure/azure-sdk-for-cpp
Releases · Azure/azure-sdk-for-cpp
azure-storage-files-datalake_12.7.0
12.7.0 (2023-07-11)
- New features in
12.7.0-beta.1are now generally available.
azure-storage-common_12.3.3
12.3.3 (2023-07-11)
Features Added
- Bumped up Account SAS version to
2023-01-03.
azure-storage-blobs_12.8.0
12.8.0 (2023-07-11)
- Features in
12.8.0-beta.1are now generally available.
azure-identity_1.5.1
azure-core_1.10.1
1.10.1 (2023-07-06)
Breaking Changes
- [#4662]
Azure::Core::Operation<T>::GetRawResponseInternal()is now deprecated and no longer requires an override.
Other Changes
- Empty diagnostic messages will no longer be generated.
azure-core-amqp_1.0.0-beta.1
1.0.0-beta.1 (2023-07-06)
Features Added
- Initial release
azure-core_1.10.0
1.10.0 (2023-06-01)
Features Added
- Added
Azure::Core::Uuid::AsArray()andAzure::Core::Uuid::CreateFromArray()to enable reading or writing from an existing UUID. This is useful when the UUID was generated outside the Azure SDK, or needs to be used from a component outside the Azure SDK.
Other Changes
- [#3964] Ensuring some Azure SDK types have the expected default operations. (A community contribution, courtesy of jnyfah)
Acknowledgments
Thank you to our developer community members who helped to make Azure Core better with their contributions to this release:
- Jennifer Chukwu (GitHub)
azure-storage-files-shares_12.6.0-beta.1
12.6.0-beta.1 (2023-05-31)
Features Added
- Bumped up API version to
2023-01-03. - Added new field
AccessRightsinHandleItem.
azure-storage-files-datalake_12.7.0-beta.1
12.7.0-beta.1 (2023-05-31)
Features Added
- Added new fields
Owner,GroupandPermissionsinPathPropertiesandDownloadFileDetails.
azure-storage-blobs_12.8.0-beta.1
12.8.0-beta.1 (2023-05-31)
Features Added
- Bumped up API version to
2022-11-02. - Content length limit for
AppendBlobClient::AppendBlock()andAppendBlobClient::AppendBlockFromUri()was raised from 4 MiB to 100 MiB.