diff --git a/sdk/eventhub/azure-eventhub/CHANGELOG.md b/sdk/eventhub/azure-eventhub/CHANGELOG.md index 7cfaa94d44c6..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 (Unreleased) +## 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 0643f0e85ab4..2b6d2e0b778c 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-11) The preview features related to AMQPAnnotatedMessage introduced in 7.2.0b1 are not included in this version. @@ -14,17 +14,14 @@ The preview features related to AMQPAnnotatedMessage introduced in 7.2.0b1 are n * 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. * Improved the `repr` on `ServiceBusMessage` and `ServiceBusReceivedMessage` to show more meaningful text. +* 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**