Skip to content

Azure.Messaging.ServiceBus_7.7.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 09 Mar 00:09
ec04433

7.7.0 (2022-02-11)

Acknowledgments

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

Features Added

  • Add the ability to manually renew message and session locks when using the processor.

Bugs Fixed

  • Fixed name of ServiceBusAdministrationClient extension method.
  • Fixed entity name validation when passing in a subscription entity path into the
    CreateReceiver method.

Other Changes

  • Removed LINQ allocations when sending messages. (A community contribution, courtesy of danielmarbach)