Releases: Azure/azure-sdk-for-cpp
Releases · Azure/azure-sdk-for-cpp
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)
azure-identity_1.9.0
1.9.0 (2024-08-06)
Features Added
- Added
AzurePipelinesCredentialfor authenticating an Azure Pipelines service connection with workload identity federation. - Added
ClientAssertionCredentialto enable applications to authenticate with custom client assertions.
azure-security-keyvault-administration_4.0.0-beta.5
4.0.0-beta.5 (2024-08-06)
Features Added
- Add support for Backup/Restore operations for Key Vault HSM.
azure-data-tables_1.0.0-beta.4
1.0.0-beta.4 (2024-08-06)
Bugs Fixed
- [#5781] Fixed exception when deserializing numeric values from JSON. (A community contribution, courtesy of 0xar1)
Acknowledgments
Thank you to our developer community members who helped to make Azure Data Tables better with their contributions to this release:
- arwell (GitHub)
azure-core_1.14.0-beta.1
1.14.0-beta.1 (2024-08-01)
Features Added
- Added a new constructor for
Azure::Core::Contextthat takes anAzure::DateTimedeadline. This enables creating a new context directly with a deadline.
Breaking Changes
- Deprecated the
Azure::Core::Context::ApplicationContextobject.- If customer code is using
Azure::Core::Context::ApplicationContext, the customer should instead create their own root context object which is used
wherever the customer would have previously usedAzure::Core::Context::ApplicationContext, i.e.Azure::Core::Context(deadline)instead ofAzure::Core::Context::ApplicationContext.WithDeadline(deadline).
- If customer code is using
Other Changes
Acknowledgments
Thank you to our developer community members who helped to make Azure Core better with their contributions to this release:
- Robert Schulze (GitHub)
azure-identity_1.9.0-beta.2
1.9.0-beta.2 (2024-07-22)
Features Added
- Added
ClientAssertionCredentialto enable applications to authenticate with custom client assertions. - Added support for providing a Resource ID to
ManagedIdentityCredential. - Added support for customizing the IMDS endpoint within
ManagedIdentityCredential.
azure-storage-queues_12.3.0
12.3.0 (2024-07-16)
Features Added
- New features in
12.3.0-beta.1are now generally available.