uamqp v1.5.0
This version and all future versions will require Python 3.7+, Python 2.7 and Python 3.6 are no longer supported.
SASTokenAuth
,JWTTokenAuth
,SASTokenAsync
, andJWTTokenAsync
now takes keyword argumentrefresh_window
to override default token refresh timing in constructors.- Fixed bug that
SendClientAsync
might run into infinite loop while sending when it is shutdown unexpectedly. - Updated dependencies Azure uAMQP C @ 2021-11-16 and Azure C Shared Utility @ 2021-11-15.
- Fixed bug that the
keep_alive_thread
ofAMQPClient
should not keep program from exiting in the case ofAMQPClient
not being closed properly.