7.0.0b7 (2020-10-05)
Breaking Changes
- Passing any type other than
ReceiveMode
as parameterreceive_mode
now throws aTypeError
instead ofAttributeError
. - 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.