Azure.Messaging.ServiceBus_7.16.0
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:
- Daniel Marbach (GitHub)
Features Added
ProcessMessageEventArgsprovides aMessageLockLostAsyncevent that can be subscribed to in
order to be notified when the message lock is lost.ProcessSessionMessageEventArgsprovides aSessionLockLostAsyncevent that can be subscribed to in
order to be notified when the session lock is lost.- A constructor for
ServiceBusMessagetaking anAmqpAnnotatedMessagehas been added.
Bugs Fixed
- The
CancellationTokenSourceused by theServiceBusSessionProcessorin order to renew session
locks is now disposed when the session is no longer being processed, thereby preventing a memory leak.