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

notifications

parent 8454e6b3
No related branches found
No related tags found
1 merge request!6CoolAMQP 2.0.0
Pipeline #63430 passed with stages
in 2 minutes and 17 seconds
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
......
CoolAMQP
========
**A Python client for RabbitMQ**
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()
**Warning!!** Since v1.3.1 development has been moved
......
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