Skip to content

Releases: Azure/azure-sdk-for-cpp

azure-storage-files-shares_12.7.0

13 Sep 04:30
2243321

Choose a tag to compare

12.7.0 (2023-09-12)

Features Added

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

Bugs Fixed

  • Fixed a bug where ShareServiceClient::SetProperties and ShareServiceClient::GetProperties threw exception if property Protocol is not null.

azure-storage-files-datalake_12.8.0

13 Sep 03:40
2243321

Choose a tag to compare

12.8.0 (2023-09-12)

Features Added

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

azure-storage-common_12.4.0

13 Sep 03:26
2243321

Choose a tag to compare

12.4.0 (2023-09-12)

Features Added

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

azure-storage-blobs_12.9.0

13 Sep 03:33
2243321

Choose a tag to compare

12.9.0 (2023-09-12)

Features Added

  • Features in 12.9.0-beta.1 and 12.9.0-beta.2 are now generally available.

azure-identity_1.6.0-beta.2

14 Sep 00:21
13f1759

Choose a tag to compare

Pre-release

1.6.0-beta.2 (2023-09-13)

Features Added

  • Add support for reading the tenant id, client id, and the token file path for WorkloadIdentityCredential from the environment variables.

Breaking Changes

  • Modify the order of the credentials used within the DefaultAzureCredential to be consistent with other languages.
  • Add WorkloadIdentityCredential to the DefaultAzureCredential.

Bugs Fixed

  • [#4084] Remove OpenSSL dependency on Windows. (A community contribution, courtesy of teo-tsirpanis)

Acknowledgments

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

azure-messaging-eventhubs_1.0.0-beta.2

12 Sep 22:38
308c5a7

Choose a tag to compare

Pre-release

1.0.0-beta.2 (2023-09-12)

Features Added

  • ProducerClient now has convenience methods for sending events without batching.
  • Added std::ostream insertion operators for model types to simplify debugging.

Breaking Changes

  • Storage names used for checkpoint store have been normalized to match behavior of other Azure SDK eventhubs packages.
  • EventDataBatch object can no longer be directly created but instead must be created via ProducerClient::CreateEventDataBatch.
  • EventDataBatch::AddMessage method has been renamed to EventDataBatch::TryAddMessage and it now returns false if the message will not fit.
  • SendEventDataBatch method has been renamed to Send and it now returns a void (throwing an exception of the send fails).

Bugs Fixed

  • Setting PartitionClientOptions::StartPosition::EnqueuedTime now works as expected.
  • Internally restructured how AMQP senders and receivers are configured to simplify code and significantly improve reliability.

Other Changes

  • Azure CLI examples added to README.md file.

azure-core-amqp_1.0.0-beta.3

07 Sep 22:30
93a0942

Choose a tag to compare

Pre-release

1.0.0-beta.3 (2023-09-07)

Bugs Fixed

  • When a message sender is destroyed, close the underlying AMQP link if it hasn't been closed already.

azure-storage-queues_12.1.0-beta.1

12 Aug 05:35
00db04e

Choose a tag to compare

Pre-release

12.1.0-beta.1 (2023-08-12)

Features Added

  • Bumped up API version to 2019-12-12.
  • Bumped up SAS token version to 2019-12-12.
  • TenantId can now be discovered through the service challenge response, when using a TokenCredential for authorization.
    • A new property is now available on QueueClientOptions called EnableTenantDiscovery. If set to true, the client will attempt an initial unauthorized request to the service to prompt a challenge containing the tenantId hint.

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

12 Aug 05:10
00db04e

Choose a tag to compare

12.7.0-beta.1 (2023-08-12)

Features Added

  • TenantId can now be discovered through the service challenge response, when using a TokenCredential for authorization.
    • A new property is now available on ShareClientOptions called EnableTenantDiscovery. If set to true, the client will attempt an initial unauthorized request to the service to prompt a challenge containing the tenantId hint.
  • Added a new field SourceAuthorization in options for copy operations, which can be used to specify authorization for copy source.
  • Added a new field ContentType in RenameFileOptions.

azure-storage-files-datalake_12.8.0-beta.2

12 Aug 05:04
00db04e

Choose a tag to compare

12.8.0-beta.2 (2023-08-12)

Features Added

  • TenantId can now be discovered through the service challenge response, when using a TokenCredential for authorization.
    • A new property is now available on DataLakeClientOptions called EnableTenantDiscovery. If set to true, the client will attempt an initial unauthorized request to the service to prompt a challenge containing the tenantId hint.