Skip to content

Releases: Azure/azure-sdk-for-cpp

azure-storage-common_12.6.0-beta.1

23 Apr 06:13
886f01d
Compare
Choose a tag to compare
Pre-release

12.6.0-beta.1 (2024-04-17)

Features Added

  • Removed unnecessary dependencies on non-Windows platforms. (A community contribution, courtesy of teo-tsirpanis)

Bugs Fixed

  • Fixed a bug where exception error code was not parsed for HEAD requests.

Acknowledgments

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

azure-storage-blobs_12.11.0-beta.1

23 Apr 06:31
886f01d
Compare
Choose a tag to compare
Pre-release

12.11.0-beta.1 (2024-04-17)

Features Added

  • Bumped up API version to 2023-11-03.

azure-template_1.1.0-beta.3687928

11 Apr 15:32
Compare
Choose a tag to compare
Pre-release

1.1.0-beta.3687928 (2024-04-11)

  • Validate template project ahead of release

azure-core_1.11.3

09 Apr 20:41
68d88eb
Compare
Choose a tag to compare

1.11.3 (2024-04-09)

Bugs Fixed

  • [#5450] Reverted libcurl connection pool to use more conservative caching strategy.
  • [#5371] Fix use of namespace qualifiers that have not been explicitly introduced. (A community contribution, courtesy of morten-ofstad)

Acknowledgments

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

azure-security-keyvault-secrets_4.3.0-beta.1

09 Apr 21:10
bd8c5f8
Compare
Choose a tag to compare

4.3.0-beta.1 (2024-04-09)

Features Added

  • Updated to API version 7.5.

azure-security-keyvault-keys_4.5.0-beta.1

09 Apr 20:59
bd8c5f8
Compare
Choose a tag to compare

4.5.0-beta.1 (2024-04-09)

Features Added

  • Updated to API version 7.5.

azure-security-keyvault-certificates_4.3.0-beta.1

09 Apr 21:18
bd8c5f8
Compare
Choose a tag to compare

4.3.0-beta.1 (2024-04-09)

Features Added

  • Updated to API version 7.5.

azure-messaging-eventhubs_1.0.0-beta.7

10 Apr 00:35
4092c2e
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.7 (2024-04-09)

Breaking Changes

  • Renamed EventDataBatch::TryAddMessage to EventDataBatch::TryAdd to better reflect the method's use.

Bugs Fixed

  • Fixed [#5297]. The actual fix for this was to use a single management client per connection.

azure-data-tables_1.0.0-beta.2

09 Apr 21:25
4092c2e
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.2 (2024-04-09)

Features Added

  • Updates to models, transactions and other features.

azure-core-amqp_1.0.0-beta.8

09 Apr 20:41
68d88eb
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.8 (2024-04-09)

Breaking Changes

  • Claims Based Security authentication now longer throws a std::runtime_error, and instead follows the pattern of the rest of the AMQP library and returns an error.
  • Authentication now throws Azure::Core::Credentials::AuthenticationException instead of std::runtime_error.
  • Added Cancelled status to CbsOperationResult and ManagementOperationStatus.

Bugs Fixed

  • [#5284] [azure-identity][azure-messaging-eventhubs] Impossible to catch exception resulting in SIGABRT signal.
  • [#5297]: Enabled multiple simultaneous ExecuteOperation calls.
  • Fixed crash when Link Detach message is received while link is being destroyed.

Other Changes

  • std::ostream inserter for message body no longer prints the body of the message.
  • Tidied up the output of the AmqpMessage std::ostream inserter.
  • Added several std::ostream inserters.
  • Pass numeric values to std::ostream inserters by value not by reference.