github Azure/azure-sdk-for-net Azure.Messaging.ServiceBus_7.16.0

latest releases: Microsoft.Azure.Batch_16.3.1, Azure.Messaging.EventGrid_4.26.0, Azure.Communication.Chat_1.3.1...
13 months ago

7.16.0 (2023-08-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:

Features Added

  • ProcessMessageEventArgs provides a MessageLockLostAsync event that can be subscribed to in
    order to be notified when the message lock is lost.
  • ProcessSessionMessageEventArgs provides a SessionLockLostAsync event that can be subscribed to in
    order to be notified when the session lock is lost.
  • A constructor for ServiceBusMessage taking an AmqpAnnotatedMessage has been added.

Bugs Fixed

  • The CancellationTokenSource used by the ServiceBusSessionProcessor in order to renew session
    locks is now disposed when the session is no longer being processed, thereby preventing a memory leak.

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.