From 8558d3ab34bf86f4e802dc6060b4a97c55d9eb7e Mon Sep 17 00:00:00 2001 From: "Adam Ling (MSFT)" Date: Wed, 5 May 2021 23:07:52 -0700 Subject: [PATCH 1/2] update changelog --- sdk/eventhub/azure-eventhub/CHANGELOG.md | 2 +- sdk/servicebus/azure-servicebus/CHANGELOG.md | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/sdk/eventhub/azure-eventhub/CHANGELOG.md b/sdk/eventhub/azure-eventhub/CHANGELOG.md index 7cfaa94d44c6..3e45c8c53a03 100644 --- a/sdk/eventhub/azure-eventhub/CHANGELOG.md +++ b/sdk/eventhub/azure-eventhub/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 5.5.0 (Unreleased) +## 5.5.0 (2021-05-05) **New Features** diff --git a/sdk/servicebus/azure-servicebus/CHANGELOG.md b/sdk/servicebus/azure-servicebus/CHANGELOG.md index d07bd52f5439..6b6d16837ac9 100644 --- a/sdk/servicebus/azure-servicebus/CHANGELOG.md +++ b/sdk/servicebus/azure-servicebus/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 7.2.0 (Unreleased) +## 7.2.0 (2021-05-05) The preview features related to AMQPAnnotatedMessage introduced in 7.2.0b1 are not included in this version. @@ -13,17 +13,14 @@ The preview features related to AMQPAnnotatedMessage introduced in 7.2.0b1 are n **Bug Fixes** * Fixed a bug where `update_queue` and `update_subscription` methods were mutating the properties `forward_to` and `forward_dead_lettered_messages_to` of the model instance when those properties are entities instead of full paths. +* Updated uAMQP dependency to 1.4.0. + - Fixed memory leaks in the process of link attach where source and target cython objects are not properly deallocated (#15747). + - Improved management operation callback not to parse description value of non AMQP_TYPE_STRING type as string (#18361). **Notes** * Updated azure-core dependency to 1.14.0. -**Bug Fixes** - -- Updated uAMQP dependency to 1.4.0. - - Fixed memory leaks in the process of link attach where source and target cython objects are not properly deallocated (#15747). - - Improved management operation callback not to parse description value of non AMQP_TYPE_STRING type as string (#18361). - ## 7.2.0b1 (2021-04-07) **New Features** From 32d92b68f0ef20e7a6ed0dcf031ff07ab196c0cf Mon Sep 17 00:00:00 2001 From: "Adam Ling (MSFT)" Date: Fri, 7 May 2021 01:08:43 +0800 Subject: [PATCH 2/2] Apply suggestions from code review --- sdk/eventhub/azure-eventhub/CHANGELOG.md | 2 +- sdk/servicebus/azure-servicebus/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/eventhub/azure-eventhub/CHANGELOG.md b/sdk/eventhub/azure-eventhub/CHANGELOG.md index 3e45c8c53a03..0e8ea93eaf0a 100644 --- a/sdk/eventhub/azure-eventhub/CHANGELOG.md +++ b/sdk/eventhub/azure-eventhub/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 5.5.0 (2021-05-05) +## 5.5.0 (2021-05-11) **New Features** diff --git a/sdk/servicebus/azure-servicebus/CHANGELOG.md b/sdk/servicebus/azure-servicebus/CHANGELOG.md index 6b6d16837ac9..64216ed81b92 100644 --- a/sdk/servicebus/azure-servicebus/CHANGELOG.md +++ b/sdk/servicebus/azure-servicebus/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 7.2.0 (2021-05-05) +## 7.2.0 (2021-05-11) The preview features related to AMQPAnnotatedMessage introduced in 7.2.0b1 are not included in this version.