forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[azure-core-amqp-cpp] Update to 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 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.
- Loading branch information
Showing
4 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters