Releases: Azure/azure-sdk-for-cpp
Releases · Azure/azure-sdk-for-cpp
azure-storage-blobs_12.12.0-beta.1
12.12.0-beta.1 (2024-06-11)
Features Added
- Bumped up API version to
2024-08-04
. - Added
BlobContainerClient::GetAccountInfo()
andBlobClient::GetAccountInfo
APIs. - Added more detailed messaging for authorization failure cases.
azure-identity_1.8.0
azure-security-keyvault-secrets_4.3.0-beta.2
4.3.0-beta.2 (2024-06-11)
Other Changes
- Relocated samples to the
samples
directory. - Updated the
README.md
file with the latest information. - Updated samples.
azure-security-keyvault-keys_4.5.0-beta.2
4.5.0-beta.2 (2024-06-11)
Breaking Changes
- Deprecated
KeyEncryptionAlgorithm::CKM_RSA_AES_KEY_WRAP
in favor ofKeyEncryptionAlgorithm::CkmRsaAesKeyWrap
. - Deprecated
KeyEncryptionAlgorithm::RSA_AES_KEY_WRAP_256
in favor ofKeyEncryptionAlgorithm::RsaAesKeyWrap256
. - Deprecated
KeyEncryptionAlgorithm::RSA_AES_KEY_WRAP_384
in favor ofKeyEncryptionAlgorithm::RsaAesKeyWrap384
.
Other Changes
- Relocated samples to the
samples
directory. - Updated the
README.md
file with the latest information. - Updated samples.
azure-security-keyvault-certificates_4.3.0-beta.2
4.3.0-beta.2 (2024-06-11)
Other Changes
- Relocated samples to the
samples
directory. - Updated the
README.md
file with the latest information. - Updated samples.
azure-messaging-eventhubs_1.0.0-beta.9
1.0.0-beta.9 (2024-06-11)
Bugs Fixed
- Fixed eventhub connection properties to better align with the names used by other Azure SDKs.
azure-data-tables_1.0.0-beta.3
1.0.0-beta.3 (2024-06-11)
Bugs Fixed
- Fixed an issue where the
TableServiceClient
was not correctly handling thenextPartitionKey
andnextRowKey
continuation tokens when iterating over tables. - Fixed an issue around InsertReplace transactions.
azure-core_1.13.0-beta.1
1.13.0-beta.1 (2024-06-06)
Bugs Fixed
- [#5589] Fix possible endless loop while polling curl socket. (A community contribution, courtesy of CurtizJ)
Other Changes
- [#5622] Documentation fix for building the SDK with specific OpenSSL version. (A community contribution, courtesy of ByteYue)
- [#5515] Add a
ShouldRetry
virtual method to the retry policy to enable customization of service-specific retry logic.
Acknowledgments
Thank you to our developer community members who helped to make Azure Core better with their contributions to this release:
azure-core-amqp_1.0.0-beta.10
1.0.0-beta.10 (2024-06-06)
Bugs Fixed
- [#5536] Fixed use-after free in MessageSender and MessageReceiver when opening a connection.
azure-template_1.1.0-beta.3826333
1.1.0-beta.3826333 (2024-05-29)
- Validate template project ahead of release