7.19.0 (2025-04-08)
Features Added
ServiceBusClientOptions
now supports registering a callback delegate for participating in the validation of SSL certificates when connections are established. This delegate may override the built-in validation and allow or deny certificates based on application-specific logic.
Other Changes
-
Added jitter to the lock renewal timer to reduce the likelihood of lock renewal collisions when using the
ServiceBusProcessor
or theServiceBusSessionProcessor
. -
Enhanced retry logic to consider additional cases for web socket-based failures. In many cases, a
WebSocketException
is triggered which wraps aSocketException
with the details for the specific network conditions. Retry decisions are now based on the internal exception, if present, to ensure retries are correctly applied.