* Major changes in request queue algorithms * ``FailsafeAmqpConsumer.start_consume`` return consumer tag * ``FailsafeAmqpConsumer.stop_consume`` requires tag instead of queue name * Support for Queue TTL (RabbitMQ extension) * Lots of bugfixes
0.1.2
***************************
* Added ``AmqpRpcServer.prepare_stop``. * Fixed performance issue with AMQP transactions. * ``AmqpRpcServer.receive_from_queue`` raises ``ValueError`` if queue does not exists.
0.1.1
***************************
* Creating/deleting queues/exchanges, consuming/cancelling and publishing message operations now can block greenlet. * By default ``AmqpRpcClient.defer`` blocks greenlet until request message published. * Creating/deleting queues/exchanges by default block greenlet.