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
andforward_dead_lettered_messages_to
parameters increate_queue
,update_queue
,create_subscription
, andupdate_subscription
methods on sync and asyncServiceBusAdministrationClient
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 theServiceBusAdministrationClient
.
Bug Fixes
- Updated uAMQP dependency to 1.3.0.