Skip to content

@azure/service-bus_7.4.0

Choose a tag to compare

@azure-sdk azure-sdk released this 09 Nov 23:38
7c0b67c

7.4.0 (2021-11-08)

Features Added

  • Allowing the service API version to be configurable when using ServiceBusAdministrationClient as part of the constructor client options.
    Supported versions being "2021-05" and "2017-04".
    #18254

Bugs Fixed

  • Resolves an issue (#17932) of receivers not being closed correctly when service bus client is closed.