Skip to content

Releases: Azure/azure-sdk-for-cpp

azure-storage-files-datalake_12.7.0

12 Jul 04:07
1c89b58

Choose a tag to compare

12.7.0 (2023-07-11)

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

azure-storage-common_12.3.3

12 Jul 03:26
1c89b58

Choose a tag to compare

12.3.3 (2023-07-11)

Features Added

  • Bumped up Account SAS version to 2023-01-03.

azure-storage-blobs_12.8.0

12 Jul 03:59
1c89b58

Choose a tag to compare

12.8.0 (2023-07-11)

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

azure-identity_1.5.1

06 Jul 18:06
c2b2d56

Choose a tag to compare

1.5.1 (2023-07-06)

Bugs Fixed

  • [#4723] Accept a wider variety of token responses.

azure-core_1.10.1

06 Jul 18:07
0dffddb

Choose a tag to compare

1.10.1 (2023-07-06)

Breaking Changes

  • [#4662] Azure::Core::Operation<T>::GetRawResponseInternal() is now deprecated and no longer requires an override.

Other Changes

  • Empty diagnostic messages will no longer be generated.

azure-core-amqp_1.0.0-beta.1

06 Jul 18:08
0dffddb

Choose a tag to compare

Pre-release

1.0.0-beta.1 (2023-07-06)

Features Added

  • Initial release

azure-core_1.10.0

02 Jun 14:50
16a64ab

Choose a tag to compare

1.10.0 (2023-06-01)

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.

Other Changes

  • [#3964] Ensuring some Azure SDK types have the expected default operations. (A community contribution, courtesy of jnyfah)

Acknowledgments

Thank you to our developer community members who helped to make Azure Core better with their contributions to this release:

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

31 May 09:07
10c37ab

Choose a tag to compare

12.6.0-beta.1 (2023-05-31)

Features Added

  • Bumped up API version to 2023-01-03.
  • Added new field AccessRights in HandleItem.

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

31 May 08:58
10c37ab

Choose a tag to compare

12.7.0-beta.1 (2023-05-31)

Features Added

  • Added new fields Owner, Group and Permissions in PathProperties and DownloadFileDetails.

azure-storage-blobs_12.8.0-beta.1

31 May 08:50
10c37ab

Choose a tag to compare

Pre-release

12.8.0-beta.1 (2023-05-31)

Features Added

  • Bumped up API version to 2022-11-02.
  • Content length limit for AppendBlobClient::AppendBlock() and AppendBlobClient::AppendBlockFromUri() was raised from 4 MiB to 100 MiB.