summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog28
1 files changed, 28 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 047ee32b..fdf55977 100644
--- a/Changelog
+++ b/Changelog
@@ -4,6 +4,34 @@
Change history
================
+.. _version-3.0.17:
+
+3.0.17
+======
+:release-date: 2014-06-02 06:00 P.M UTC
+:release-by: Ask Solem
+
+- ``kombu[librabbitmq]`` now depends on librabbitmq 1.5.2.
+
+- Async: Event loop now selectively removes file descriptors for the mode
+ it failed in, and keeps others (e.g read vs write).
+
+ Fix contributed by Roger Hu.
+
+- CouchDB: Now works without userid set.
+
+ Fix contributed by Latitia M. Haskins.
+
+- SQLAlchemy: Now supports recovery from connection errors.
+
+ Contributed by Felix Schwarz.
+
+- Redis: Restore at shutdown now works when ack emulation is disabled.
+
+- :func:`kombu.common.eventloop` accidentally swallowed socket errors.
+
+- Adds :func:`kombu.utils.url.sanitize_url`
+
.. _version-3.0.16:
3.0.16