7.2.0 (2021-06-22)
Acknowledgments
Thank you to our developer community members who helped to make the Service Bus client library better with their contributions to this release:
Fixed
-
The retry policy used by clients will no longer overflow the
TimeSpan
maximum when using anExponential
strategy with a large number of retries and long delay set. -
The name of the property displayed in the
ArgumentOutOfRangeException
in theMaxDeliveryCount
property inSubscriptionProperties
was updated to use the correct property name. (A community contribution, courtesy of oscarcabrero)