github Azure/azure-sdk-for-js @azure/service-bus_7.0.0-preview.7

latest releases: @azure-rest/ai-inference_1.0.0-beta.1, @azure-rest/ai-translation-document_1.0.0-beta.1, @azure/arm-storage_18.3.0...
pre-release3 years ago

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

New features:

  • 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
  • ServiceBusClient now supports authentication with AAD credentials in the browser(can use InteractiveBrowserCredential from @azure/identity).
    PR 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
  • "properties" in the correlation rule filter now supports Date.
    PR 11117

Breaking changes

  • ServiceBusClient.createSessionReceiver has been split into two methods:
    • acceptSession, which opens a session by name
    • acceptNextSession, which opens the next available session, determined by Service Bus.
    • as part of this CreateSessionReceiverOptions has been renamed to AcceptSessionReceiverOptions to conform to guidelines.

Don't miss a new azure-sdk-for-js release

NewReleases is sending notifications on new releases.