Skip to content

uamqp v1.5.0

Compare
Choose a tag to compare
@yunhaoling yunhaoling released this 05 Jan 19:30
033b1da

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, and JWTTokenAsync now takes keyword argument refresh_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 of AMQPClient should not keep program from exiting in the case of AMQPClient not being closed properly.