Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.

Previous release notes are hosted on GitHub. 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
    • 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
    • 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
  • added unit tests for Python 2.7