Skip to content
Snippets Groups Projects
Commit f0de792d authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

2.0.0

parent b9ce877f
No related branches found
Tags v2.0.0
No related merge requests found
Pipeline #63899 passed with stages
in 3 minutes and 28 seconds
......@@ -11,17 +11,14 @@ v2.0.0
* changed some default arguments for Queues for them to better make sense
* some argument combinations just raise ValueError
* PendingDeprecationWarning changed into a DeprecationWarning
* added support for headers exchanges
* added support for headers and topic exchanges
* changes to Cluster:
* declare will refuse to declare an anonymous queue
* renamed publish(tx) to publish(confirm)
* declare will expect qos to be given as an integer, and will be set as prefetch_count, since RabbitMQ no longer
supports prefetch_size
* same can be said of Consumer.set_qos(prefetch_count)
* added Cluster.
Compatible changes
------------------
* fixed a bug wherein bad invocation of NodeDefinition would result in an exception
......
__version__ = '2.0.0a3'
__version__ = '2.0.0'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment