From f0de792d190c31c1c53926b5edf3d46e5c2053d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 13 Nov 2024 13:28:03 +0100 Subject: [PATCH] 2.0.0 --- CHANGELOG.md | 5 +---- coolamqp/__init__.py | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e7cd43..470e793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/coolamqp/__init__.py b/coolamqp/__init__.py index 0d6b713..afced14 100644 --- a/coolamqp/__init__.py +++ b/coolamqp/__init__.py @@ -1 +1 @@ -__version__ = '2.0.0a3' +__version__ = '2.0.0' -- GitLab