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

Merge branch 'issue-#3' into 'milestone-2.0.0'

Issue #3

See merge request !4
parents f64ab7d4 55b8f9b9
No related branches found
No related tags found
2 merge requests!6CoolAMQP 2.0.0,!4Issue #3
Pipeline #63429 passed with stages
in 2 minutes and 15 seconds
__version__ = '2.0.0a1' __version__ = '2.0.0a2'
...@@ -7,6 +7,11 @@ pick their names for themselves. ...@@ -7,6 +7,11 @@ pick their names for themselves.
It also forbids some combinations of Queue arguments, and makes the default values more palatable, so for example It also forbids some combinations of Queue arguments, and makes the default values more palatable, so for example
a naked :class:`coolamqp.objects.Queue` will be anonymous, non-durable, exclusive and auto-delete. a naked :class:`coolamqp.objects.Queue` will be anonymous, non-durable, exclusive and auto-delete.
Cluster.publish
---------------
:meth:`coolamqp.clustering.Cluster.publish` has no longer the tx param, which has been deprecated.
Queues Queues
------ ------
......
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