Skip to content

Releases: Azure/azure-sdk-for-cpp

azure-storage-blobs_12.10.0-beta.1

17 Oct 03:47
6b66a9d

Choose a tag to compare

Pre-release

12.10.0-beta.1 (2023-10-17)

Features Added

  • Added new extendable enum BlobAudience
  • Added new field Audience in BlobClientOptions

azure-template_1.1.0-beta.3160920

12 Oct 16:04
234593f

Choose a tag to compare

Pre-release

1.1.0-beta.3160920 (2023-10-12)

  • Validate template project ahead of release

azure-identity_1.6.0-beta.3

12 Oct 20:18
e89625e

Choose a tag to compare

Pre-release

1.6.0-beta.3 (2023-10-12)

Bugs Fixed

  • Change the default value for the authority host option to be read from the environment variable first.
  • Do not throw an exception during AzureCliCredential construction, but rather delay it to the GetToken() call.

azure-messaging-eventhubs_1.0.0-beta.3

10 Oct 19:56
60a8057

Choose a tag to compare

Pre-release

1.0.0-beta.3 (2023-10-10)

Breaking Changes

  • Removed all direct dependencies on Azure Blob Storage and moved those dependencies into a helper package (azure-messaging-eventhubs-checkpointstore-blob-cpp).

azure-messaging-eventhubs-checkpointstore-blob_1.0.0-beta.1

10 Oct 20:04
60a8057

Choose a tag to compare

1.0.0-beta.1 (2023-10-10)

Features Added

  • Initial release. Split from the azure-messaging-eventubs-cpp package.

azure-template_1.1.0-beta.3144289

06 Oct 18:15

Choose a tag to compare

Pre-release

1.1.0-beta.3144289 (2023-10-06)

  • Validate template project ahead of release

azure-core_1.10.3

05 Oct 20:07
12407e8

Choose a tag to compare

1.10.3 (2023-10-05)

Bugs Fixed

  • Concurrency issues in Azure::Core::Diagnostics::_internal::Log::Stream have been fixed.

Other Changes

  • SDK consumption documentation improvement. (A community contribution, courtesy of kou)
  • Fixed GCC 13 compilation error. (A community contribution, courtesy of adamdebreceni)

Acknowledgments

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

azure-core_1.11.0-beta.1

05 Oct 22:03
9d88aeb

Choose a tag to compare

Pre-release

1.11.0-beta.1 (2023-10-05)

Features Added

  • [#4983] Added support for setting CURLOPT_CAPATH libcurl option on Linux. (A community contribution, courtesy of phoebusm)

Acknowledgments

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

azure-core-amqp_1.0.0-beta.4

05 Oct 22:41
9d88aeb

Choose a tag to compare

Pre-release

1.0.0-beta.4 (2023-10-05)

Features Added

  • AMQP moved from a polling model to an asynchronous model.
  • Added a new MessageReceiver::TryWaitForIncomingMessage API which allows callers to "peek" at the contents of
    the incoming message queue, returning an already received message or an empty message if none is available.

Breaking Changes

  • Removed the QueueSend API from MessageSender because it was not compatible with the new asynchronous model.
  • The new asynchronous model requires the user to call Close() on the MessageSender and MessageReceiver
    to ensure operations have stabilized before destroying the object.
  • For connection listeners (primarily test scenarios), if you call Open() or Listen() on a connection, you MUST call Close()
    before the connection is destroyed.
  • The Connection::Close() method no longer requires that the caller provide connection disconnect information.
  • The Session::End() method no longer requires that the caller provide session disconnect information.
  • Several asserts have been added which will force termination of the running application if invariants have not been met.

Bugs Fixed

  • Several fixes related to the new asynchronous model. Ensures that message senders and receivers are always closed,
    and that resources are released.

azure-storage-queues_12.1.0

13 Sep 04:38
2243321

Choose a tag to compare

12.1.0 (2023-09-12)

Features Added

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