diff options
author | Ask Solem <ask@celeryproject.org> | 2012-02-24 11:52:50 +0000 |
---|---|---|
committer | Ask Solem <ask@celeryproject.org> | 2012-02-24 11:52:50 +0000 |
commit | 4471e1f0e79c9eec1c19e380de10a558bd46baa9 (patch) | |
tree | 212ab4e3989ef9a1edf596382777b9f899c8e128 /Changelog | |
parent | 8b327c5aae08d4534932027ccb93cb8ed621a025 (diff) | |
download | kombu-4471e1f0e79c9eec1c19e380de10a558bd46baa9.tar.gz |
Updates Changelog
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -2,6 +2,26 @@ Change history ================ +.. _version-2.1.1: + +2.1.1 +===== +:release-date: 2011-02-24 02:00 P.M GMT +:by: Ask Solem + +* Connection URLs now supports encoded characters. + +* Fixed a case where connection pool could not recover from connection loss. + + Fix contributed by Florian Munz. + +* We now patch amqplib's ``__del__`` method to skip trying to close the socket + if it is not connected, as this resulted in an annoying warning. + +* Compression can now be used with binary message payloads. + + Fix contributed by Steeve Morin. + .. _version-2.1.0: 2.1.0 |