This version and all future versions will require Python 3.7+, Python
3.6 is no longer supported.
- Added [data]{.title-ref}, [value]{.title-ref},
[sequence]{.title-ref} properties to [uamqp.Message]{.title-ref},
which return the body if the body type corresponds.
- Added [message_annotations]{.title-ref} property to
[uamqp.Message]{.title-ref}, which is an alias for the
[annotations]{.title-ref} instance variable.
- Added [data]{.title-ref} property to
[uamqp.BatchMessage]{.title-ref}, which returns the iterable body of
the batch.
- Added [ttl]{.title-ref} property to
[uamqp.MessageHeader]{.title-ref}, which is an alias for the
[time_to_live]{.title-ref} instance variable.