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

latest releases: azure-cognitiveservices-language-textanalytics_0.2.2, azure-cognitiveservices-anomalydetector_0.3.1, azure-communication-callautomation_1.2.0...
2 years ago

7.2.0 (2021-05-13)

The preview features related to AMQPAnnotatedMessage introduced in 7.2.0b1 are not included in this version.

New Features

  • Added support for using azure.core.credentials.AzureNamedKeyCredential as credential for authenticating the clients.
  • Support for using azure.core.credentials.AzureSasCredential as credential for authenticating the clients is now GA.
  • ServiceBusAdministrationClient.update_* methods now accept keyword arguments to override the properties specified in the model instance.

Bug Fixes

  • Fixed a bug where update_queue and update_subscription methods were mutating the properties forward_to and forward_dead_lettered_messages_to of the model instance when those properties are entities instead of full paths.
  • Improved the repr on ServiceBusMessage and ServiceBusReceivedMessage to show more meaningful text.
  • Updated uAMQP dependency to 1.4.0.
    • Fixed memory leaks in the process of link attach where source and target cython objects are not properly deallocated (#15747).
    • Improved management operation callback not to parse description value of non AMQP_TYPE_STRING type as string (#18361).

Notes

  • Updated azure-core dependency to 1.14.0.

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

NewReleases is sending notifications on new releases.