Skip to content

Releases: Azure/azure-sdk-for-cpp

azure-core_1.14.0-beta.1

01 Aug 22:12
8fdb1fc
Compare
Choose a tag to compare
Pre-release

1.14.0-beta.1 (2024-08-01)

Features Added

  • Added a new constructor for Azure::Core::Context that takes an Azure::DateTime deadline. This enables creating a new context directly with a deadline.

Breaking Changes

  • Deprecated the Azure::Core::Context::ApplicationContext object.
    • If customer code is using Azure::Core::Context::ApplicationContext, the customer should instead create their own root context object which is used
      wherever the customer would have previously used Azure::Core::Context::ApplicationContext, i.e. Azure::Core::Context(deadline) instead of Azure::Core::Context::ApplicationContext.WithDeadline(deadline).

Other Changes

  • [#5851] Remove unneeded <regex> includes. (A community contribution, courtesy of rschu1ze)

Acknowledgments

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

azure-identity_1.9.0-beta.2

23 Jul 02:36
b167447
Compare
Choose a tag to compare
Pre-release

1.9.0-beta.2 (2024-07-22)

Features Added

  • Added ClientAssertionCredential to enable applications to authenticate with custom client assertions.
  • Added support for providing a Resource ID to ManagedIdentityCredential.
  • Added support for customizing the IMDS endpoint within ManagedIdentityCredential.

azure-storage-queues_12.3.0

17 Jul 11:26
fbccfdd
Compare
Choose a tag to compare

12.3.0 (2024-07-16)

Features Added

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

azure-storage-files-shares_12.10.0

17 Jul 11:17
fbccfdd
Compare
Choose a tag to compare

12.10.0 (2024-07-16)

Features Added

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

azure-storage-files-datalake_12.11.0

17 Jul 11:03
fbccfdd
Compare
Choose a tag to compare

12.11.0 (2024-07-16)

Features Added

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

azure-storage-common_12.7.0

17 Jul 10:28
fbccfdd
Compare
Choose a tag to compare

12.7.0 (2024-07-16)

Features Added

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

azure-storage-blobs_12.12.0

17 Jul 10:45
fbccfdd
Compare
Choose a tag to compare

12.12.0 (2024-07-16)

Features Added

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

azure-core_1.13.0

12 Jul 21:07
6b9e1cc
Compare
Choose a tag to compare

1.13.0 (2024-07-12)

Bugs Fixed

  • [#5589] Fix possible endless loop while polling curl socket. (A community contribution, courtesy of CurtizJ)

Other Changes

  • Updated JSON library to 3.11.3.
  • [#5622] Documentation fix for building the SDK with specific OpenSSL version. (A community contribution, courtesy of ByteYue)
  • [#5766] Add missing include. (A community contribution, courtesy of rschu1ze)

Acknowledgments

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

azure-identity_1.9.0-beta.1

21 Jun 22:19
dd83659
Compare
Choose a tag to compare
Pre-release

1.9.0-beta.1 (2024-06-21)

Features Added

  • Added AzurePipelinesCredential for authenticating an Azure Pipelines service connection with workload identity federation.

azure-storage-queues_12.3.0-beta.1

12 Jun 04:42
ad744e2
Compare
Choose a tag to compare
Pre-release

12.3.0-beta.1 (2024-06-11)

Features Added

  • Bumped up API version to 2024-08-04.
  • Added more detailed messaging for authorization failure cases.