Releases
azure-servicebus_7.14.0
7.14.0 (2025-02-13)
Features Added
Added in emulator support, ServiceBusAdministrationClient is currently not supported by the emulator. (#38655 )
Add support for Decimal128 in pyAMQP ([#39511 ]#39511 )
Bugs Fixed
Fixed a bug where async websocket disconnects were not being retried properly. (#36280 )
Fixed a bug where sending large messages with synchronous client caused a frame buffer offset error (#37916 )
Fix to handle websocket disconnect/close on aiohttp, as aiohttp raises a TypeError
while asserting bytes. (#32061 )
Fixed a bug where pyAMQP was doubly retrying, causing latency on reconnect. (#39037 )
Fix to handle large messages being sent twice due to incoming flow frames triggering a resend. (#38067 )
Missing await in sender async on pyAMQP. (#39182 )
Improved AutoLockRenewer to renew locks for more registered messages. (#37340 )
Fixed a bug where message IDs in management operation requests were not unique.
Other Changes
Fixed mypy/pylint
Removed python 2.7 code (#38735 )
You can’t perform that action at this time.