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

[Service Bus] Update changelog for 7.0.1 #12989

Merged
1 commit merged into from
Dec 21, 2020
Merged
Changes from all commits
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
5 changes: 3 additions & 2 deletions sdk/servicebus/service-bus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

## 7.0.1 (Unreleased)

- Fix the `isNode` check to allow the package to be usable in Electron. [Bug 12983](https://github.com/Azure/azure-sdk-for-js/issues/12983)
- Fix issue where receiveMessages might return fewer messages than were received, causing them to be potentially locked or lost.
[PR 12772](https://github.com/Azure/azure-sdk-for-js/pull/12772)
- Updates documentation for `ServiceBusMessage` to call out that the `body` field
must be converted to a byte array or `Buffer` when cross-language
compatibility while receiving events is required.
- Fix issue where receiveMessages might return fewer messages than were received, causing them to be potentially locked or lost.
[PR 12772](https://github.com/Azure/azure-sdk-for-js/pull/12772)

## 7.0.0 (2020-11-23)

Expand Down