Releases: Azure/azure-sdk-for-cpp
Releases · Azure/azure-sdk-for-cpp
azure-storage-files-shares_12.5.0-beta.1
12.5.0-beta.1 (2023-04-11)
Features Added
- Added support for OAuth:
- New field
ShareTokenIntentin ShareClientOptions. - New constructor with
TokenCredentialinShareServiceClient,ShareClient,ShareDirectoryClient,ShareFileClient.
- New field
- Added support for trailing dot:
- New field
AllowTrailingDot,AllowSourceTrailingDotinShareClientOptions.
- New field
azure-storage-files-datalake_12.6.0-beta.1
12.6.0-beta.1 (2023-04-11)
Features Added
- Added support for encryption context:
- new filed
EncryptionContextinCreatePathOptions,PathItem,PathProperties,DownloadFileDetails.
- new filed
azure-security-keyvault-secrets_4.2.0-beta.1
4.2.0-beta.1 (2023-04-11)
Features Added
- Added support for challenge-based and multi-tenant authentication.
azure-security-keyvault-keys_4.4.0-beta.1
4.4.0-beta.1 (2023-04-11)
Features Added
- Added support for challenge-based and multi-tenant authentication.
Bugs Fixed
- [#4466] Fixed the user-agent string sent to the service to include the "keys" suffix in the value, when using
CryptographyClient.
azure-security-keyvault-certificates_4.2.0-beta.1
4.2.0-beta.1 (2023-04-11)
Features Added
- Added support for challenge-based and multi-tenant authentication.
azure-security-keyvault-administration_4.0.0-beta.3
4.0.0-beta.3 (2023-04-11)
Features Added
- Added support for challenge-based and multi-tenant authentication.
azure-core_1.8.1
azure-identity_1.5.0-beta.2
1.5.0-beta.2 (2023-04-06)
Features Added
- Added support for challenge-based and multi-tenant authentication.
Bugs Fixed
- [#4443] Fixed potentially high CPU usage on Windows.
Other Changes
- Improved diagnostics to utilize
Azure::Core::Credentials::TokenCredential::GetCredentialName().
azure-core_1.9.0-beta.1
1.9.0-beta.1 (2023-04-06)
Features Added
- Added the ability to ignore invalid certificate common name for TLS connections in WinHTTP transport.
- Added
DisableTlsCertificateValidationinTransportOptions. - Added
TokenCredential::GetCredentialName()to be utilized in diagnostic messages. If you have any custom implementations ofTokenCredential, it is recommended to pass the name of your credential toTokenCredentialconstructor. The old parameterless constructor is deprecated. - Added support for challenge-based and multi-tenant authentication.
Other Changes
- [#4352] Fixed compilation error on Visual Studio 2017. (A community contribution, courtesy of jorgen)
Acknowledgments
Thank you to our developer community members who helped to make Azure Core better with their contributions to this release:
- Jorgen Lind (GitHub)
azure-security-keyvault-administration_4.0.0-beta.2
4.0.0-beta.2 (2023-03-07)
Features Added
- Initial preview of Settings API.