Skip to content

uamqp v1.6.0

Compare
Choose a tag to compare
@kashifkhan kashifkhan released this 07 Jul 18:07
· 53 commits to main since this release
375b99b

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

  • Added data, value, sequence properties to uamqp.Message, which return the body if the body type corresponds.
  • Added message_annotations property to uamqp.Message, which is an alias for the annotations instance variable.
  • Added data property to uamqp.BatchMessage, which returns the iterable body of the batch.
  • Added ttl property to uamqp.MessageHeader, which is an alias for the time_to_live instance variable.