Skip to content

azure-servicebus_7.3.1

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 07 Jul 21:55
a129648

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.