Skip to content

Releases: Azure/azure-sdk-for-cpp

azure-storage-files-shares_12.13.0

12 Mar 05:46
1674d80
Compare
Choose a tag to compare

12.13.0 (2025-03-11)

Features Added

  • Features in 12.13.0-beta.1 are now generally available.

azure-storage-common_12.10.0

12 Mar 05:33
1674d80
Compare
Choose a tag to compare

12.10.0 (2025-03-11)

Features Added

  • Features in 12.10.0-beta.1 are now generally available.

azure-identity_1.11.0-beta.1

11 Mar 19:23
1c1f500
Compare
Choose a tag to compare
Pre-release

1.11.0-beta.1 (2025-03-11)

Features Added

  • Added Subscription to AzureCliCredentialOptions which allows the caller to specify an Azure subscription that does not match the current Azure CLI subscription.
  • [#6321] Log Client ID used in ManagedIdentityCredential.

Bugs Fixed

  • [#5235] Warnings in azure/identity.hpp cause strict builds to fail.

azure-core_1.15.0

06 Mar 21:15
b6e7a28
Compare
Choose a tag to compare

1.15.0 (2025-03-06)

Features Added

  • Made default constructor for Azure::Core::Uuid implicit.
  • Added mTLS support to WinHTTP transport.
    • To enable mTLS, first create an appropriate Windows PCCERT_CONTEXT object and set the TlsClientCertificate field in WinHttpTransportOptions to that certificate before creating the WinHttpTransport object.

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

12 Feb 08:32
07cc2b1
Compare
Choose a tag to compare

12.13.0-beta.1 (2025-02-11)

Features Added

  • Bumped up API version to 2025-05-05.
  • Added support for NFS over REST.

Breaking Changes

  • The following APIs no longer send the x-ms-file-permission-key, x-ms-file-attributes, x-ms-file-creation-time, and x-ms-file-last-write-time request headers by default. These headers have been optional in the REST API since x-ms-version 2021-06-08:
    • ShareFileClient::Create()
    • ShareFileClient::SetProperties()
    • ShareDirectoryClient::Create()
    • ShareDirectoryClient::SetProperties()

azure-storage-common_12.10.0-beta.1

12 Feb 08:14
07cc2b1
Compare
Choose a tag to compare
Pre-release

12.10.0-beta.1 (2025-02-11)

Features Added

  • Bumped up Account SAS version to 2025-05-05.

azure-data-tables_1.0.0-beta.6

22 Jan 20:00
03ef1c7
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.6 (2025-01-22)

Breaking Changes

  • Removed constructor for SAS token authentication in TableServiceClient and TableClient.
  • Simplified APIs by removing redundant structures.
  • Changes to the Update/Upsert APIs.

azure-core_1.15.0-beta.2

10 Jan 19:25
47007a6
Compare
Choose a tag to compare
Pre-release

1.15.0-beta.2 (2025-01-09)

Features Added

  • Made default constructor for Azure::Core::Uuid implicit.

azure-data-tables_1.0.0-beta.5

22 Nov 21:49
aa7e64c
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.5 (2024-11-22)

Breaking Changes

  • Renamed tables_clients.hpp to table_client.hpp and split TableServiceClient into its own file, table_service_client.hpp.
  • Removed the TablesAudience field from TableClientOptions since it is not required.
  • Removed ServiceVersion type and changed the ApiVersion field within TableClientOptions to be std::string.
  • Removed the TableServiceClient constructor that only accepts one defaulted options parameter.

Bugs Fixed

  • Use the package version for telemetry, rather than API version.

Other Changes

  • Updated samples to reflect the changes in the client.

azure-storage-files-shares_12.12.0

14 Nov 06:37
7469049
Compare
Choose a tag to compare

12.12.0 (2024-11-12)

Features Added

  • Features in 12.12.0-beta.1 are now generally available.