Releases: Azure/azure-sdk-for-cpp
Releases · Azure/azure-sdk-for-cpp
azure-storage-common_12.6.0-beta.1
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:
- Theodore Tsirpanis (GitHub)
azure-storage-blobs_12.11.0-beta.1
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
1.1.0-beta.3687928 (2024-04-11)
- Validate template project ahead of release
azure-core_1.11.3
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:
- Morten Ofstad (GitHub)
azure-security-keyvault-secrets_4.3.0-beta.1
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
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
4.3.0-beta.1 (2024-04-09)
Features Added
- Updated to API version 7.5.
azure-messaging-eventhubs_1.0.0-beta.7
1.0.0-beta.7 (2024-04-09)
Breaking Changes
- Renamed
EventDataBatch::TryAddMessage
toEventDataBatch::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
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
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 ofstd::runtime_error
. - Added
Cancelled
status toCbsOperationResult
andManagementOperationStatus
.
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.