Azure.Messaging.ServiceBus_7.17.5
7.17.5 (2024-04-09)
Bugs Fixed
-
Fixed an edge case where a cancellation token signaled while waiting for a throttling delay would cause a failure to reset state and service operations would continue to apply the throttle delay going forward. (#42952)
-
Fixed an issue where the
ServiceBusSessionProcessorwas not respectingServiceBusSessionProcessorOptions.MaxConcurrentCallsPerSessionwhenServiceBusSessionProcessorOptions.SessionIdswas set to a value. (#43157)
Other Changes
- Added missing documentation for
ServiceBusModelFactorymembers with a focus on clarifying what model properties each parameter to the factory methods will populate. In some cases, parameter names differ from the associated model properties, causing confusion. (#42772)