Skip to content

Commit

Permalink
[azure-core-amqp-cpp] Update to 1.0.0-beta.8
Browse files Browse the repository at this point in the history
## 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
azure-sdk committed Apr 9, 2024
1 parent 935dad0 commit 6721104
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ports/azure-core-amqp-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-core-amqp_1.0.0-beta.7
SHA512 ece00ea8a005cffba9df5e00169d7c1f4d1db75bf4acfab8a5057221c7992886df89882bd5eec146e432a0463f526cd547fa90c7430a0228441762e2ad4513e1
REF azure-core-amqp_1.0.0-beta.8
SHA512 b8a38883a6c400de12098cbae9e925edcd5a0435ff0d153b5e885368cbdd63d7eb4fae330eb18e7c7414a32f7fa50cbb5ed8f69525bbd22fc84e15dff5682339
)

if(EXISTS "${SOURCE_PATH}/sdk/core/azure-core-amqp")
Expand Down
4 changes: 2 additions & 2 deletions ports/azure-core-amqp-cpp/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp."
],
"name": "azure-core-amqp-cpp",
"version-semver": "1.0.0-beta.7",
"version-semver": "1.0.0-beta.8",
"description": [
"Microsoft Azure AMQP SDK for C++",
"This library provides AMQP functionality to Azure SDK services."
Expand All @@ -17,7 +17,7 @@
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.10.0"
"version>=": "1.11.3"
},
"azure-macro-utils-c",
"umock-c",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azure-core-amqp-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b2f819a95cefc81be5129a1380f1c5a2333314b8",
"version-semver": "1.0.0-beta.8",
"port-version": 0
},
{
"git-tree": "ef715da3b8f753c90e4f18df2bb34b9b31749490",
"version-semver": "1.0.0-beta.7",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@
"port-version": 0
},
"azure-core-amqp-cpp": {
"baseline": "1.0.0-beta.7",
"baseline": "1.0.0-beta.8",
"port-version": 0
},
"azure-core-cpp": {
Expand Down

0 comments on commit 6721104

Please sign in to comment.