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

7.9.0 (2023-04-11)

Breaking Changes

  • Client side validation of input is now disabled by default for the sync and async ServiceBusAdministrationClient. This means there will be no msrest.exceptions.ValidationError raised by the ServiceBusAdministrationClient in the case of malformed input. An azure.core.exceptions.HttpResponseError may now be raised if the server refuses the request.

Bugs Fixed

  • Fixed a bug where enum members in azure.servicebus.management were not following uppercase convention.

Other Changes

  • All pure Python AMQP stack related changes have been removed and will be added back in the next version.
  • Updated minimum azure-core version to 1.24.0.
  • Removed msrest dependency.
  • Removed azure-common dependency.

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

NewReleases is sending notifications on new releases.