github Azure/azure-sdk-for-python azure-servicebus_7.0.0b7

7.0.0b7 (2020-10-05)

Breaking Changes

  • Passing any type other than ReceiveMode as parameter receive_mode now throws a TypeError instead of AttributeError.
  • Administration Client calls now take only entity names, not <Entity>Descriptions as well to reduce ambiguity in which entity was being acted on. TypeError will now be thrown on improper parameter types (non-string).
  • AMQPMessage (Message.amqp_message) properties are now read-only, changes of these properties would not be reflected in the underlying message. This may be subject to change before GA.

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

NewReleases is sending notifications on new releases.