From 7feb9f4355036048fd8eace20ded24b442347b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Sat, 19 Oct 2024 15:47:16 +0200 Subject: [PATCH] notifications --- CHANGELOG.md | 30 ++++++++++++++++-------------- README.md | 2 ++ 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 599e743..ae19965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ Previous release notes are hosted on [GitHub](https://github.com/smok-serwis/coolamqp/releases). Since v1.3.2 they'll be put here and in release description. -# v2.0.0 -======== +v2.0.0 +====== +* **CoolAMQP switches now primarily to support RabbitMQ.** If it by accident supports your server, then that is a + pure coincidence and nothing is guaranteed. * changes to Queues: * anonymous queues are back, for usage refer [here](https://smokserwis.docs.smok.co/coolamqp/advanced.html) * changed some default arguments for Queues for them to better make sense @@ -13,25 +15,25 @@ Since v1.3.2 they'll be put here and in release description. * declare will refuse to declare an anonymous queue * renamed publish(tx) to publish(confirm) -# v1.5.0 -======== +v1.5.0 +====== * added properties to identify the server -# v1.4.4 -======== +v1.4.4 +====== * added unit tests for RabbitMQ 4.0 -# v1.4.3 -======== +v1.4.3 +====== * bugfix regarding deadlettering queues * prefetch_size will be forced to 0 to better comply with [RabbitMQ](https://www.rabbitmq.com/docs/specification#method-status-basic.qos) * and a DeprecationWarning will be shown to people who try to set something else. 0 will be forced upon them anyway. -# v1.4.2 -======== +v1.4.2 +====== * fixed and unit tested the topic exchanges * fixed declare documentation @@ -41,13 +43,13 @@ Since v1.3.2 they'll be put here and in release description. * prefetch_size will be forced to 0 to better comply with [RabbitMQ](https://www.rabbitmq.com/docs/specification#method-status-basic.qos) * and a DeprecationWarning will be shown to people who try to set something else. 0 will be forced upon them anyway. -# v1.4.1 -======= +v1.4.1 +====== * fixed a bug while setting up connection -# v1.2.16 -========= +v1.2.16 +======= * removed the requirement for a Queue that for it to be equal to other Queue if their types do match * compile_definitions will now depend on requests diff --git a/README.md b/README.md index 5f2331e..4074280 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ CoolAMQP ======== +**A Python client for RabbitMQ** + []() **Warning!!** Since v1.3.1 development has been moved -- GitLab