7.14.0 (2023-05-15)
Features Added
- Added
sessionIdleTimeout
method to configure session idle timeout onServiceBusSessionProcessorClientBuilder
. After this time has elapsed,
the processor will close the session and attempt to process another session. (#34700)
Bugs Fixed
- Fixed issue where receiving messages from
ServiceBusSessionReceiverAsyncClient
would never complete. (#34597) - Fixed issue causing some messages to not be returned when calling peek on receiver client.
- Fixed the issue of
ServiceBusReceiverClient
recreating the link after closing the client. (#34664) - Fixed a race condition in
ServiceBusReceiverClient
sometimes causing two requests to be sent when peeking or receiving deferred messages.
(#34838) - Fixed tracing for renew-lock operation, now it traces individual calls to the broker instead local long-running operation.
(#34813)
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.38.0
to1.39.0
. - Upgraded
azure-core-amqp
from2.8.4
to2.8.5
. - Upgraded
azure-identity
from1.8.2
to1.9.0
.