github Azure/azure-sdk-for-python azure-servicebus_7.3.0

latest releases: azure-storage-queue_12.10.0, azure-storage-file-share_12.16.0, azure-storage-file-datalake_12.15.0...
2 years ago

7.3.0 (2021-06-08)

New Features

  • Support for sending AMQP annotated message which allows full access to the AMQP message fields is now GA.
    • Introduced new namespace azure.servicebus.amqp.
    • Introduced new classes azure.servicebus.amqp.AmqpMessageHeader and azure.servicebus.amqp.AmqpMessageProperties for accessing amqp header and properties.

Breaking Changes from 7.2.0b1

  • Renamed and moved azure.servicebus.AMQPAnnotatedMessage to azure.servicebus.amqp.AmqpAnnotatedMessage.
  • Renamed and moved azure.servicebus.AMQPMessageBodyType to azure.servicebus.amqp.AmqpMessageBodyType.
  • AmqpAnnotatedMessage.header returns azure.servicebus.amqp.AmqpMessageHeader instead of uamqp.message.MessageHeader.
  • AmqpAnnotatedMessage.properties returns azure.servicebus.amqp.AmqpMessageProperties instead of uamqp.message.MessageProperties.
  • raw_amqp_message on ServiceBusMessage and ServiceBusReceivedMessage is now a read-only property instead of an instance variable.

Bug Fixes

  • Fixed a bug that ServiceBusReceiver iterator stops iteration after recovery from connection error (#18795).

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.