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

Add release date, re-order features in changelog #11689

Merged
merged 1 commit into from
Oct 7, 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
13 changes: 7 additions & 6 deletions sdk/servicebus/service-bus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Release History

## 7.0.0-preview.7 (Unreleased)
## 7.0.0-preview.7 (2020-10-07)

### New features:

- Options to create/update a queue, topic and subscription now support `availabilityStatus` property. `availabilityStatus` indicates the status of entity availability. Possible values are: Available, Limited, Renaming, Restoring and Unknown.
[PR 11152](https://github.com/Azure/azure-sdk-for-js/pull/11152)
- Message locks can be auto-renewed in all receive methods (receiver.receiveMessages, receiver.subcribe
and receiver.getMessageIterator). This can be configured in options when calling `ServiceBusClient.createReceiver()`.
[PR 11658](https://github.com/Azure/azure-sdk-for-js/pull/11658)
- `ServiceBusClient` now supports authentication with AAD credentials in the browser(can use `InteractiveBrowserCredential` from `@azure/identity`).
[PR 11250](https://github.com/Azure/azure-sdk-for-js/pull/11250)
- Options to create/update a queue, topic and subscription now support `availabilityStatus` property. `availabilityStatus` indicates the status of entity availability. Possible values are: Available, Limited, Renaming, Restoring and Unknown.
[PR 11152](https://github.com/Azure/azure-sdk-for-js/pull/11152)
- "properties" in the correlation rule filter now supports `Date`.
[PR 11117](https://github.com/Azure/azure-sdk-for-js/pull/11117)
- Message locks can be auto-renewed in all receive methods (receiver.receiveMessages, receiver.subcribe
and receiver.getMessageIterator). This can be configured in options when calling `ServiceBusClient.createReceiver()`.
[PR 11658](https://github.com/Azure/azure-sdk-for-js/pull/11658)


### Breaking changes

Expand Down