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
ProcessMessageEventArgs
provides aMessageLockLostAsync
event that can be subscribed to in
order to be notified when the message lock is lost.ProcessSessionMessageEventArgs
provides aSessionLockLostAsync
event that can be subscribed to in
order to be notified when the session lock is lost.- A constructor for
ServiceBusMessage
taking anAmqpAnnotatedMessage
has been added.
Bugs Fixed
- The
CancellationTokenSource
used by theServiceBusSessionProcessor
in order to renew session
locks is now disposed when the session is no longer being processed, thereby preventing a memory leak.