github Azure/azure-sdk-for-python azure-servicebus_7.2.0b1

latest releases: azure-ai-evaluation_1.0.1, azure-ai-projects_1.0.0b1, azure-mgmt-hybridcompute_9.1.0b1...
pre-release3 years ago

7.2.0b1 (2021-04-07)

New Features

  • Added support for using azure.core.credentials.AzureSasCredential as credential for authenticating the clients.
  • Added support for sending AMQP annotated message which allows full access to the AMQP message fields.
    -azure.servicebus.AMQPAnnotatedMessage is now made public and could be instantiated for sending.
  • Added new enum class azure.servicebus.AMQPMessageBodyType to represent the body type of the message message which includes:
    • DATA: The body of message consists of one or more data sections and each section contains opaque binary data.
    • SEQUENCE: The body of message consists of one or more sequence sections and each section contains an arbitrary number of structured data elements.
    • VALUE: The body of message consists of one amqp-value section and the section contains a single AMQP value.
  • Added new property body_type on azure.servicebus.ServiceBusMessage and azure.servicebus.ReceivedMessage which returns azure.servicebus.AMQPMessageBodyType.

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

NewReleases is sending notifications on new releases.