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

latest releases: azure-cosmos_4.8.0, azure-ai-inference_1.0.0b6, azure-eventhub_5.13.0...
3 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.