summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2012-02-24 11:52:50 +0000
committerAsk Solem <ask@celeryproject.org>2012-02-24 11:52:50 +0000
commit4471e1f0e79c9eec1c19e380de10a558bd46baa9 (patch)
tree212ab4e3989ef9a1edf596382777b9f899c8e128
parent8b327c5aae08d4534932027ccb93cb8ed621a025 (diff)
downloadkombu-4471e1f0e79c9eec1c19e380de10a558bd46baa9.tar.gz
Updates Changelog
-rw-r--r--Changelog20
1 files changed, 20 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 98c98b01..963f2017 100644
--- a/Changelog
+++ b/Changelog
@@ -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