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.

# v1.4.4
========

* added unit tests for RabbitMQ 4.0

# 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
========

* fixed and unit tested the topic exchanges
* fixed declare documentation
* added docs regarding consume method.
* added testing topic exchanges
* 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.1
=======

* fixed a bug while setting up connection

# 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
* added support for infinite (None) timeouts during start
* stress tests will run for 120 seconds now
* stress tests will be harder, and use more queues
* added arguments to queues, queue binds and exchanges
* creating auto_delete non-exclusive queues will be met with a [PendingDeprecationWarning](https://www.rabbitmq.com/blog/2021/08/21/4.0-deprecation-announcements)
* added unit tests for Python 2.7