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

latest releases: azure-mgmt-eventgrid_10.3.0b4, azure-mgmt-azurelargeinstance_1.0.0b2, azure-template_0.1.0b3738131...
22 months ago

7.8.0 (2022-07-06)

This version will be the last version to officially support Python 3.6, future versions will require Python 3.7+.

Features Added

  • In ServiceBusClient, get_queue_receiver, get_subscription_receiver, get_queue_sender, and get_topic_sender now accept
    an optional client_identifier argument which allows for specifying a custom identifier for the respective sender or receiver. It can
    be useful during debugging as Service Bus associates the id with errors and helps with easier correlation.
  • ServiceBusReceiver and ServiceBusSender have an added property client_identifier which returns the client_identifier for the current instance.

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

NewReleases is sending notifications on new releases.