Releases: Azure/azure-sdk-for-cpp
Releases · Azure/azure-sdk-for-cpp
azure-storage-common_12.8.0
12.8.0 (2024-09-17)
Features Added
- Features in
12.8.0-beta.1
are now generally available.
azure-storage-blobs_12.13.0
12.13.0 (2024-09-17)
Features Added
- Features in
12.13.0-beta.1
are now generally available.
azure-identity_1.10.0-beta.1
1.10.0-beta.1 (2024-09-17)
Features Added
- Added support for providing an object ID to
ManagedIdentityCredential
. - Added support for passing in the x509 certificate and its corresponding private key directly to
ClientCertificateCredential
, rather than reading from a pem file. - Added support for sending an x5c parameter in
ClientCertificateCredential
.
Breaking Changes
- Previously, if a clientId was specified for Cloud Shell managed identity, which is not supported, the clientId was passed into the request body. Now, an exception will be thrown if a clientId is specified for Cloud Shell managed identity.
azure-core_1.14.0-beta.2
1.14.0-beta.2 (2024-09-12)
Features Added
- Request logs to now include the
accept-range
,content-range
,range
,WWW-Authenticate
,x-ms-date
,x-ms-error-code
,x-ms-range
, andx-ms-version
headers. - Added default constructor,
Parse()
, and equality comparison operators toAzure::Core::Uuid
. - Added an
Azure::Core::ResourceIdentifier
type.
Bugs Fixed
- Throw
std::invalid_argument
if the value ofTimeFractionFormat
enum passed in toDateTime::ToString()
is invalid. Azure::Core::Uuid::ToString()
is nowconst
.
azure-core-amqp_1.0.0-beta.11
1.0.0-beta.11 (2024-09-12)
Bugs Fixed
- Updated vendored copy of uAMQP to reflect upstream changes.
azure-storage-queues_12.4.0-beta.1
12.4.0-beta.1 (2024-08-07)
Features Added
- Added ability to retrieve SAS string to sign for debugging purposes.
azure-storage-files-shares_12.11.0-beta.1
12.11.0-beta.1 (2024-08-07)
Features Added
- Bumped up API version to
2024-11-04
. - Added support for token-based authentication for all APIs.
- Added support for paid bursting on premium file share accounts.
- Added support for binary format for file permissions.
- Added ability to retrieve SAS string to sign for debugging purposes.
azure-storage-files-datalake_12.12.0-beta.1
12.12.0-beta.1 (2024-08-07)
Features Added
- Added ability to retrieve SAS string to sign for debugging purposes.
azure-storage-common_12.8.0-beta.1
12.8.0-beta.1 (2024-08-07)
Features Added
- Bumped up Account SAS version to
2024-11-04
. - Added ability to retrieve SAS string to sign for debugging purposes.
Other Changes
- [#5767] XML: Use RAII wrappers instead of manual memory management. (A community contribution, courtesy of rschu1ze, alesapin, and CurtizJ)
Acknowledgments
Thank you to our developer community members who helped to make Azure Storage better with their contributions to this release:
azure-storage-blobs_12.13.0-beta.1
12.13.0-beta.1 (2024-08-07)
Features Added
- Added ability to retrieve SAS string to sign for debugging purposes.
Other Changes
Acknowledgments
Thank you to our developer community members who helped to make Azure Storage Blobs better with their contributions to this release:
- Robert Schulze (GitHub)