================ Change history ================ 1.0.6 ===== :release-date: 2011-03-21 16:00 P.M CET * The ``delivery_mode`` aliases (persistent/transient) were not automatically converted to integer, and would cause a crash if using the amqplib transport. * Redis: The redis-py :exc:`InvalidData` exception suddenly changed name to :exc:`DataError`. 1.0.5 ===== :release-date: 2011-03-17 16:00 P.M CET * Fixed memory leak when creating virtual channels. All virtual transports affected (redis, mongodb, memory, django, sqlalchemy, couchdb, beanstalk). * Virtual Transports: Fixed potential race condition when acking messages. If you have been affected by this, the error would show itself as an exception raised by the OrderedDict implementation. (``object no longer exists``). * MongoDB transport requires the ``findandmodify`` command only available in MongoDB 1.3+, so now raises an exception if connected to an incompatible server version. * Virtual Transports: ``basic.cancel`` should not try to remove unknown consumer tag. 1.0.4 ===== :release-date: 2011-02-28 16:00 P.M CET * Added Transport.polling_interval Used by django-kombu to increase the time to sleep between SELECTs when there are no messages in the queue. Users of django-kombu should upgrade to django-kombu v0.9.2. 1.0.3 ===== :release-date: 2011-02-12 16:00 P.M CET * ConnectionPool: Re-connect if amqplib connection closed * Adds ``Queue.as_dict`` + ``Exchange.as_dict``. * Copyright headers updated to include 2011. 1.0.2 ===== :release-date: 2011-01-31 10:45 P.M CET * amqplib: Message properties were not set properly. * Ghettoq backend names are now automatically translated to the new names. 1.0.1 ===== :release-date: 2011-01-28 12:00 P.M CET * Redis: Now works with Linux (epoll) 1.0.0 ===== :release-date: 2011-01-27 12:00 P.M CET * Initial release 0.1.0 ===== :release-date: 2010-07-22 4:20 P.M CET * Initial fork of carrot