You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
7.3.1 (2021-07-07)
Fixed
Fixed a bug that when setting ServiceBusMessage.partition_key, input value should be not validated against session_id of None (PR #19233, thanks @bishnu-shb).
Fixed a bug that setting ServiceBusMessage.time_to_live causes OverflowError error on Ubuntu 20.04.
Fixed a bug that AmqpAnnotatedProperties.creation_time and AmqpAnnotatedProperties.absolute_expiry_time should be calculated in the unit of milliseconds instead of seconds.
Updated uAMQP dependency to 1.4.1.
Fixed a bug that attributes creation_time, absolute_expiry_time and group_sequence on MessageProperties should be compatible with integer types on Python 2.7.