From f288f55241fb6651f757a02672f0612d35495657 Mon Sep 17 00:00:00 2001 From: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com> Date: Thu, 2 Mar 2023 14:49:28 -0800 Subject: [PATCH] Prepare for release (#34677) --- sdk/core/Azure.Core.Amqp/CHANGELOG.md | 16 +++++++++++++--- .../Azure.Core.Amqp/src/Azure.Core.Amqp.csproj | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/sdk/core/Azure.Core.Amqp/CHANGELOG.md b/sdk/core/Azure.Core.Amqp/CHANGELOG.md index 5d99aef6d30f..4426ae737b16 100644 --- a/sdk/core/Azure.Core.Amqp/CHANGELOG.md +++ b/sdk/core/Azure.Core.Amqp/CHANGELOG.md @@ -1,16 +1,26 @@ # Release History -## 1.3.0-beta.1 (Unreleased) +## 1.3.0 (2023-03-02) + +### Acknowledgments +Thank you to our developer community members who helped to make the Azure.Core.Amqp client library better with their contributions to this release: + +- Daniel Marbach _([GitHub](https://github.com/danielmarbach))_ ### Features Added +- Added `ToBytes` and `FromBytes` methods to `AmqpAnnotatedMessage` to allow for serialization and deserialization of the message. ### Breaking Changes -### Bugs Fixed +- The nullability annotations were updated for the following properties of `AmqpAnnotatedMessage` to allow null values to be set in the dictionary, to comply with the [AMQP specification](https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#section-message-format): + - `ApplicationProperties` + - `DeliveryAnnotations` + - `MessageAnnotations` + - `Footer` ### Other Changes -- Make `AmqpAddress` and `AmqpMessageId` readonly structs +- Make `AmqpAddress` and `AmqpMessageId` readonly structs. _(A community contribution, courtesy of [danielmarbach](https://github.com/danielmarbach))_ ## 1.2.0 (2021-07-06) diff --git a/sdk/core/Azure.Core.Amqp/src/Azure.Core.Amqp.csproj b/sdk/core/Azure.Core.Amqp/src/Azure.Core.Amqp.csproj index 787b0dc88527..18e816282803 100644 --- a/sdk/core/Azure.Core.Amqp/src/Azure.Core.Amqp.csproj +++ b/sdk/core/Azure.Core.Amqp/src/Azure.Core.Amqp.csproj @@ -2,7 +2,7 @@ This library contains AMQP model types used by Azure libraries. Microsoft Azure AMQP - 1.3.0-beta.1 + 1.3.0 1.2.0 Microsoft Azure AMQP