Skip to content

Releases: Azure/azure-sdk-for-cpp

azure-security-keyvault-secrets_4.2.0

09 May 17:28
abf6be6

Choose a tag to compare

4.2.0 (2023-05-09)

Features Added

  • Added support for challenge-based and multi-tenant authentication.

azure-security-keyvault-keys_4.4.0

09 May 17:28
abf6be6

Choose a tag to compare

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

09 May 17:28
abf6be6

Choose a tag to compare

4.2.0 (2023-05-09)

Features Added

  • Added support for challenge-based and multi-tenant authentication.

azure-storage-files-shares_12.5.0

09 May 10:40
d693099

Choose a tag to compare

12.5.0 (2023-05-09)

Features Added

  • New features in 12.5.0-beta.1 are now generally available.

Bugs Fixed

  • Fixed a bug where ShareFileClient::ListHandles and ShareDirectoryClient::ListHandles always return empty list.

azure-storage-files-datalake_12.6.0

09 May 10:31
d693099

Choose a tag to compare

12.6.0 (2023-05-09)

  • New features in 12.6.0-beta.1 are now generally available.

azure-storage-common_12.3.2

09 May 10:23
d693099

Choose a tag to compare

12.3.2 (2023-05-09)

Features Added

  • Bumped up Account SAS version to 2022-11-02.

azure-identity_1.5.0

04 May 19:11
e534c3e

Choose a tag to compare

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

04 May 19:11
7669d8a

Choose a tag to compare

1.9.0 (2023-05-04)

Features Added

  • Added the ability to ignore invalid certificate common name for TLS connections in WinHTTP transport.
  • Added DisableTlsCertificateValidation in TransportOptions.
  • Added TokenCredential::GetCredentialName() to be utilized in diagnostic messages. If you have any custom implementations of TokenCredential, it is recommended to pass the name of your credential to TokenCredential constructor. 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:

azure-core_1.10.0-beta.1

04 May 21:22
96da379

Choose a tag to compare

Pre-release

1.10.0-beta.1 (2023-05-04)

Features Added

  • Added Azure::Core::Uuid::AsArray() and Azure::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.

azure-core_1.8.2

24 Apr 22:47
aa49502

Choose a tag to compare

1.8.2 (2023-04-24)

Bugs Fixed

  • [#4490] Fixed WinHTTP memory leak during failed requests.