Browse Source

Updates Changelog for 3.0.20

Ask Solem 11 years ago
parent
commit
9fac7c3343
1 changed files with 55 additions and 0 deletions
  1. 55 0
      Changelog

+ 55 - 0
Changelog

@@ -9,6 +9,61 @@
 
 If you're looking for versions prior to 3.0.x you should go to :ref:`history`.
 
+.. _version-3.0.20:
+
+3.0.20
+======
+:release-date: TBA
+
+- ``--loader`` argument no longer supported importing loaders from the
+  current directory.
+
+- [Worker] Fixed memory leak when restarting after connection lost
+  (Issue #1325).
+
+- [Worker] Fixed unicode decode error at startup (Issue #1373).
+
+    Fix contributed by Jessica Tallon.
+
+- [Worker] Now properly rewrites unpickleable exceptions again.
+
+- Fixed possible race condition when evicting items from the revoked task set.
+
+- [generic-init.d] Fixed compatibility with Ubuntu's minimal Dash
+  shell (Issue #1387).
+
+    Fix contributed by monkut.
+
+- ``Task.apply``/``ALWAYS_EAGER`` now also executes callbacks and errbacks
+  (Issue #1336).
+
+- [Worker] The :signal:`worker-shutdown` signal was no longer being dispatched
+  (Issue #1339).
+
+- [Python 3] Fixed problem with threading.Event.
+
+    Fix contributed by Xavier Ordoquy.
+
+- [Python 3] Now handles ``io.UnsupportedOperation`` that may be raised
+  by ``file.fileno()`` in Python 3.
+
+- [MongoDB backend] No longer uses deprecated ``safe`` parameter.
+
+    Fix contributed by rfkrocktk
+
+- [Canvas] Fixed regression where immutable chord members may receive
+  arguments (Issue #1340).
+
+    Fix contributed by Peter Brook.
+
+- [Canvas] chain now accepts generator argument again (Issue #1319).
+
+- ``celery.migrate`` command now consumes from all queues if no queues
+  specified.
+
+    Fix contributed by John Watson.
+
+
 .. _version-3.0.19:
 
 3.0.19