Skip to content
Snippets Groups Projects
Commit 1a3828a6 authored by Gavin M. Roy's avatar Gavin M. Roy
Browse files

Bump the version and add changelog to history

parent 31d99eef
No related branches found
No related tags found
No related merge requests found
Version History
---------------
- 0.22.0 - released *2014-11-4*
- Address an issue when RabbitMQ is configured with a max-frame-size of 0 (#48)
- Do not lose the traceback when exiting a context manager due to a an exception (#46)
- Adds server capability checking in rabbitpy.Channel methods that require RabbitMQ enhancements to the AMQP protocol (Publisher confirms, consumer priorities, & Baisc.Nack). If unsupported functionality is used, a rabbitpy.exceptions.NotSupportedError exception will be raised.
- Pin pamqp version range to >= 1.4, < 2.0
- Fix wheel distribution
- 0.21.1 - released *2014-10-23*
- Clean up KQueue issues found when troubleshooting #44, checking for socket EOF in flags to detect connection reset
- Remove sockets from KQueue when in error state
Loading
Loading
Loading
Loading
@@ -2,7 +2,7 @@
rabbitpy, a pythonic RabbitMQ client
 
"""
__version__ = '0.21.1'
__version__ = '0.22.0'
version = __version__
import logging
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment