[rabbitmq-discuss] rabbitpy 0.15.0

Gavin M. Roy gavinmroy at gmail.com
Mon Jan 27 17:05:29 GMT 2014


I have pushed rabbitpy 0.15.0 to pypi and it is available for use. It is
considered the latest and greatest stable release and all users are urged
to upgrade.

This release is primarily a bug fix release but includes several behavioral
changes:

- Fix for SSL connections that do not specify the SSL version
- Change default durability for queues and exchanges, changing them from
durable to not durable to match a majority of other AMQP/RabbitMQ clients.
- Cleaned up Python context manager exiting for Channels and Connections
- Cleaned up exception raising from rabbitpy.io
- Fix for rabbitpy.Channel.close being invoked multiple times on unclean
shutdown
- Ensure that all consumers are canceled if possible on unclean shutdown
- Wait for Basic.CancelOk when sending Basic.Cancel
- Exit out of rabbitpy.base.AMQPChannel.wait_on_frame if there are any
pending exceptions instead of infinitely looping
- Remove the default prefetch value of 100 when consuming, reverting to not
specifying a Basic.QoS prefetch-count

For more information, including installation instructions, please visit
https://pypi.python.org/pypi/rabbitpy or the documentation at
https://rabbitpy.readthedocs.org

If you have any issues, please be sure to use the issue tracker at
https://github.com/gmr/rabbitpy/issues

Regards,

Gavin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140127/caf83850/attachment.html>


More information about the rabbitmq-discuss mailing list