Skip to content

Azure.Messaging.EventHubs.Processor_5.6.1

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 08 Sep 17:37
44f8f5f

5.6.1 (2021-09-08)

Acknowledgments

Thank you to our developer community members who helped to make the Event Hubs client libraries 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

  • Documentation has been enhanced to provide additional context for client library types, notably detailing non-obvious validations applied to parameters and options members.