Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/eventhub/azure-eventhub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 5.5.0 (Unreleased)
## 5.5.0 (2021-05-05)
Comment thread
yunhaoling marked this conversation as resolved.
Outdated

**New Features**

Expand Down
11 changes: 4 additions & 7 deletions sdk/servicebus/azure-servicebus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 7.2.0 (Unreleased)
## 7.2.0 (2021-05-05)
Comment thread
yunhaoling marked this conversation as resolved.
Outdated

The preview features related to AMQPAnnotatedMessage introduced in 7.2.0b1 are not included in this version.

Expand All @@ -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**
Expand Down