Skip to content

Azure.Messaging.ServiceBus_7.3.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 07 Sep 22:59
a4781f4

7.3.0 (2021-09-07)

Acknowledgments

Thank you to our developer community members who helped to make the Service Bus client library better with their contributions to this release:

Bugs Fixed

  • Fixed an issue with refreshing authorization where redundant requests were made to acquire AAD tokens that were due to expire. Refreshes will now coordinate to ensure a single AAD token acquisition.

  • Fixed an issue with authorization refresh where attempts may have been made to authorize a faulted link. Links that fail to open are no longer be considered valid for authorization.

Other Changes

  • Serialization of messages read from Service Bus has been tweaked for greater efficiency. (A community contribution, courtesy of johnthcall)