Skip to content

Commit

Permalink
[azure-core-amqp-cpp] Update to 1.0.0-beta.6
Browse files Browse the repository at this point in the history
## 1.0.0-beta.6 (2024-01-11)

### Features Added

- AMQP Value reference counts are now atomic, this fixes several AMQP related crashes.

### Breaking Changes

- `MessageReceiver` returns a pointer to the received message instead of a copy.

### Bugs Fixed

- Fixed several memory leaks.
- AMQP Link Credits now work as expected.
- Integrated the fix for NVD - CVE-2024-21646.
  • Loading branch information
azure-sdk committed Jan 11, 2024
1 parent 6b6faf7 commit 84743c6
Show file tree
Hide file tree
Showing 4 changed files with 13 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.5
SHA512 d9a75d1cdac2a58b2064f12c4f61adfc9969d4fd860146d6de398eb466e61602d6ce6db4a69554aadaa4f77105b8b746f51ca4a80758981895bb0a82cdf5aa70
REF azure-core-amqp_1.0.0-beta.6
SHA512 dd4ad71a1658e79c8abc6beabd78da5281bfba75f80a85a6ec47335ac416c13538b95196fd553c5c4131bdc496b5a43a8653379cca5a9b73d1e5f233fa16940d
)

if(EXISTS "${SOURCE_PATH}/sdk/core/azure-core-amqp")
Expand Down
7 changes: 5 additions & 2 deletions ports/azure-core-amqp-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"$comment": "NOTE: All changes made to this file will get overwritten by the next port release. Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp.",
"$comment": [
"NOTE: All changes made to this file will get overwritten by the next port release.",
"Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp."
],
"name": "azure-core-amqp-cpp",
"version-semver": "1.0.0-beta.5",
"version-semver": "1.0.0-beta.6",
"description": [
"Microsoft Azure AMQP SDK for C++",
"This library provides AMQP functionality to Azure SDK services."
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": "67e6280661e8992e3fd118517ac0f1d0f0cc662e",
"version-semver": "1.0.0-beta.6",
"port-version": 0
},
{
"git-tree": "a5742923375357a52887b2c969db207937b01592",
"version-semver": "1.0.0-beta.5",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@
"port-version": 0
},
"azure-core-amqp-cpp": {
"baseline": "1.0.0-beta.5",
"baseline": "1.0.0-beta.6",
"port-version": 0
},
"azure-core-cpp": {
Expand Down

0 comments on commit 84743c6

Please sign in to comment.