Skip to content

Azure.Messaging.ServiceBus_7.6.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 10 Feb 00:12
b1e7375

7.6.0 (2022-02-08)

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

  • Fix unnecessary task scheduling in ServiceBusProcessor and ServiceBusSessionProcessor
  • Remove array allocation when creating linked token sources from the ServiceBusProcessor

Features Added

  • The State property has been added to ServiceBusReceivedMessage which indicates whether a message is Active, Scheduled, or Deferred. (A community contribution, courtesy of danielmarbach)

  • Extension methods have been added for registering the ServiceBusAdministrationClient via dependency injection for use in ASP.NET Core applications. (A community contribution, courtesy of kaylumah)

  • Support for cancellation tokens has been improved for AMQP operations, enabling earlier detection of cancellation requests without needing to wait for the configured timeout to elapse.