[rabbitmq-discuss] Pika v0.9.3 Released

Gavin M. Roy gmr at myyearbook.com
Sat Feb 12 21:50:52 GMT 2011


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.

Download:

  http://pypi.python.org/packages/source/p/pika/pika-v0.9.3.tar.gz
  MD5 File Signature: 2446b25d8cdca825d29af18fb50460c9

Installation:

  Install via pip or easy_install with the package name of pika.

Documentation:

http://tonyg.github.com/pika/

Changelog:

* Python 2.7 added to test runner
* BlockingChannelTransport.rpc method now returns response frame when
received.
* BlockingChannelTransport.send_method now looks to an object wide wait
variable while processing events
* BlockingChannel.basic_consume now waits inside the function
BlockingChannel.stop_consuming is called
* BlockingChannel._on_consume_ok removed
* pika.log refactored to use logging.getLogger('pika') - Thanks Kamil Kisiel
* Added @method_call decorator method to pika.log, all logging.debug
statements in pika where it was tracking the call
  of a method have been removed and the @pika.log.method_call decorator has
been put in place for those
  methods
* Added setup and FormatOutput to pika.log. Allows for color debug output on
console.
* See http://tonyg.github.com/pika/log for an overview on new pika.log
module behavior.
* Documentation _build directory content removed from git and distribution
tarball
* pika.object _repr_ format is now wrapped in <>
* Documentation cleanup and fixes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20110212/170f0ff2/attachment.htm>


More information about the rabbitmq-discuss mailing list