Releases: Azure/azure-sdk-for-cpp
Releases · Azure/azure-sdk-for-cpp
azure-security-keyvault-secrets_4.2.0
4.2.0 (2023-05-09)
Features Added
- Added support for challenge-based and multi-tenant authentication.
azure-security-keyvault-keys_4.4.0
4.4.0 (2023-05-09)
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
4.2.0 (2023-05-09)
Features Added
- Added support for challenge-based and multi-tenant authentication.
azure-storage-files-shares_12.5.0
12.5.0 (2023-05-09)
Features Added
- New features in
12.5.0-beta.1are now generally available.
Bugs Fixed
- Fixed a bug where
ShareFileClient::ListHandlesandShareDirectoryClient::ListHandlesalways return empty list.
azure-storage-files-datalake_12.6.0
12.6.0 (2023-05-09)
- New features in
12.6.0-beta.1are now generally available.
azure-storage-common_12.3.2
12.3.2 (2023-05-09)
Features Added
- Bumped up Account SAS version to
2022-11-02.
azure-identity_1.5.0
1.5.0 (2023-05-04)
Features Added
- Added support for challenge-based and multi-tenant authentication.
- Added
DefaultAzureCredential.
Bugs Fixed
- [#4443] Fixed potentially high CPU usage on Windows.
Other Changes
- Improved diagnostics to utilize
Azure::Core::Credentials::TokenCredential::GetCredentialName(). - Improved log messages.
azure-core_1.9.0
1.9.0 (2023-05-04)
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.
Bugs Fixed
- Fixed the UUID generation so the variant is RFC 4122 conforming.
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-core_1.10.0-beta.1
1.10.0-beta.1 (2023-05-04)
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.