Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EventHub&ServiceBus] Prepare for release #18527

Merged
3 commits merged into from
May 6, 2021
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)
yunhaoling marked this conversation as resolved.
Show resolved Hide resolved

**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)
yunhaoling marked this conversation as resolved.
Show resolved Hide resolved

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