Skip to content
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