github Azure/azure-sdk-for-python azure-servicebus_7.1.1

latest releases: azure-mgmt-datafactory_7.1.0, azure-storage-queue_12.10.0, azure-storage-file-share_12.16.0...
3 years ago

7.1.1 (2021-04-07)

This version and all future versions will require Python 2.7 or Python 3.6+, Python 3.5 is no longer supported.

New Features

  • Updated forward_to and forward_dead_lettered_messages_to parameters in create_queue, update_queue, create_subscription, and update_subscription methods on sync and async ServiceBusAdministrationClient to accept entities as well, rather than only full paths. In the case that an entity is passed in, it is assumed that the entity exists within the same namespace used for constructing the ServiceBusAdministrationClient.

Bug Fixes

  • Updated uAMQP dependency to 1.3.0.
    • Fixed bug that sending message of large size triggering segmentation fault when the underlying socket connection is lost (#13739, #14543).
    • Fixed bug in link flow control where link credit and delivery count should be calculated based on per message instead of per transfer frame (#16934).

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.