Skip to content

Releases: Azure/azure-sdk-for-cpp

azure-storage-files-shares_12.5.0-beta.1

11 Apr 05:33
c9ccc78

Choose a tag to compare

12.5.0-beta.1 (2023-04-11)

Features Added

  • Added support for OAuth:
    • New field ShareTokenIntent in ShareClientOptions.
    • New constructor with TokenCredential in ShareServiceClient, ShareClient, ShareDirectoryClient, ShareFileClient.
  • Added support for trailing dot:
    • New field AllowTrailingDot, AllowSourceTrailingDot in ShareClientOptions.

azure-storage-files-datalake_12.6.0-beta.1

11 Apr 05:18
c9ccc78

Choose a tag to compare

12.6.0-beta.1 (2023-04-11)

Features Added

  • Added support for encryption context:
    • new filed EncryptionContext in CreatePathOptions , PathItem, PathProperties, DownloadFileDetails.

azure-security-keyvault-secrets_4.2.0-beta.1

11 Apr 22:23
e7995c0

Choose a tag to compare

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

11 Apr 22:22
e7995c0

Choose a tag to compare

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

11 Apr 22:23
e7995c0

Choose a tag to compare

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

11 Apr 22:23
e7995c0

Choose a tag to compare

4.0.0-beta.3 (2023-04-11)

Features Added

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

azure-core_1.8.1

06 Apr 21:34

Choose a tag to compare

1.8.1 (2023-04-06)

Bugs Fixed

  • [#4213] Fixed a bug where Host request header is not set for non-default port (80, 443).
  • [#4443] Fixed potentially high CPU usage on Windows.

Other Changes

  • Libcurl transport doesn't add Content-Length request header for GET/HEAD/DELETE requests anymore.

azure-identity_1.5.0-beta.2

07 Apr 00:21
42efceb

Choose a tag to compare

Pre-release

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

06 Apr 23:11
2e267bb

Choose a tag to compare

Pre-release

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 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.

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-security-keyvault-administration_4.0.0-beta.2

08 Mar 02:47
3bebe6f

Choose a tag to compare

4.0.0-beta.2 (2023-03-07)

Features Added

  • Initial preview of Settings API.