<div>This is mainly a bugfix released focusing on the adapters.blocking_connection and pika.log modules. All users using 0.9.1 or higher are recommended to upgrade to this version.</div><div><br></div><div>Download:</div><div>

<br></div><div>��<a href="http://pypi.python.org/packages/source/p/pika/pika-v0.9.3.tar.gz">http://pypi.python.org/packages/source/p/pika/pika-v0.9.3.tar.gz</a></div><div>��MD5 File Signature: 2446b25d8cdca825d29af18fb50460c9</div>

<div><br></div><div>Installation:</div><div><br></div><div>��Install via pip or easy_install with the package name of pika.</div><div><br></div><div>Documentation:</div><div><br></div><div><a href="http://tonyg.github.com/pika/">http://tonyg.github.com/pika/</a></div>

<div><br></div><div>Changelog:</div><div><br></div><div>* Python 2.7 added to test runner</div><div>* BlockingChannelTransport.rpc method now returns response frame when received.</div><div>* BlockingChannelTransport.send_method now looks to an object wide wait variable while processing events</div>

<div>* BlockingChannel.basic_consume now waits inside the function BlockingChannel.stop_consuming is called</div><div>* BlockingChannel._on_consume_ok removed</div><div>* pika.log refactored to use logging.getLogger(&#39;pika&#39;) - Thanks Kamil Kisiel</div>

<div>* Added @method_call decorator method to pika.log, all logging.debug statements in pika where it was tracking the call</div><div>��of a method have been removed and the @pika.log.method_call decorator has been put in place for those</div>

<div>��methods</div><div>* Added setup and FormatOutput to pika.log. Allows for color debug output on console.</div><div>* See�<a href="http://tonyg.github.com/pika/log">http://tonyg.github.com/pika/log</a>�for an overview on new pika.log module behavior.</div>

<div>* Documentation _build directory content removed from git and distribution tarball</div><div>* pika.object _repr_ format is now wrapped in &lt;&gt;</div><div>* Documentation cleanup and fixes</div><div><br></div>