7.20.1 (2025-06-12)
Bugs Fixed
- Fixed a bug where the custom port associated with a local emulator endpoint was reset by the
ServiceBusAdministrationClient
.
Other Changes
-
Updated retry policy behavior when the service is throttling and the
TryTimeout
is shorter than the standard throttling time of 30 seconds. Previously, the operation was immediately canceled with a server busy exception. With these changes, the operation will begin consuming retry attempts while throttling until either the server busy state is cleared or all configured retry attempts are exhausted. (#50121) -
Updated the
Microsoft.Azure.Amqp
dependency to 2.7.0, which contains several bug fixes and adds support for AOT. (see: commits)