[azure-*-cpp] Update to April Releases#38085
Conversation
## 1.11.3 (2024-04-09) ### Bugs Fixed - [[microsoft#5450]](Azure/azure-sdk-for-cpp#5450) Reverted libcurl connection pool to use more conservative caching strategy. - [[microsoft#4352]](Azure/azure-sdk-for-cpp#5371) Fixed compilation error on Visual Studio 2017. (A community contribution, courtesy of _[morten-ofstad](https://github.com/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](https://github.com/morten-ofstad))_
|
Adding azure-core to release cc: @antkmsft |
## 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 - [[microsoft#5284]](Azure/azure-sdk-for-cpp#5284) [azure-identity][azure-messaging-eventhubs] Impossible to catch exception resulting in SIGABRT signal. - [[microsoft#5297]](Azure/azure-sdk-for-cpp#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.
|
Adding azure-core-amqp to release cc: @antkmsft |
## 1.0.0-beta.2 (2024-04-09) ### Features Added - Updates to models, transactions and other features.
|
Adding azure-data-tables to release cc: @gearama |
## 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 [microsoft#5297](Azure/azure-sdk-for-cpp#5297). The actual fix for this was to use a single management client per connection.
|
Adding azure-messaging-eventhubs to release cc: @RickWinter @ahsonkhan @antkmsft @gearama @LarryOsterman |
|
@WangWeiLin-MV, thank you for the suggestion, but please allow us to not have that - we have automation that handles generation of this file (we've had similar conversation in the PR with one of your team members about a year ago). Here we had that discussion - #29514. |
|
@WangWeiLin-MV, I am not seeing |
|
@antkmsft Sorry for the long wait |
|
@WangWeiLin-MV No problem. Thank you! |
There was a problem hiding this comment.
There are wrong dependencies here under windows. https://github.com/Azure/azure-sdk-for-cpp/blob/azure-data-tables_1.0.0-beta.2/sdk/tables/azure-data-tables/vcpkg/Config.cmake.in#L11
There was a problem hiding this comment.
@antkmsft Fixed in Azure/azure-sdk-for-cpp#5514.
It could be update newer version or backport the patch to the current version.
|
Wow, thank you so much @WangWeiLin-MV for the deep dive, analysis, and your PRs Azure/azure-sdk-for-cpp#5514 and Azure/azure-sdk-for-cpp#5516! Really over the top, above and beyond! |
|
@WangWeiLin-MV, I have applied your feedback to this PR. |
WangWeiLin-MV
left a comment
There was a problem hiding this comment.
Port usage tests pass with following triplets:
- x64-windows
- x64-windows-static
In #38085, we released 4 azure SDK libraries, and updated port manifest files to use `HEAD_REF` and `${VERSION}`. This PR updates the rest of the https://github.com/Azure/azure-sdk-for-cpp/ ports to have the same changes, and also updates the remaining Azure SDK for C++ ports to have multi-line `$comment`. This will keep all Azure SDK for C++ ports in uniform state when it comes to portfiles, reflects the mainfest changes from the repo, and will help to see minimalistic diffs during the next releases and in daily validation runs (#34835). cc @WangWeiLin-MV --------- Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
Update vcpkg ports for Azure SDK release. This release may contain multiple ports.