ソースを参照

Updated Changelog

Ask Solem 15 年 前
コミット
fe0937495a
1 ファイル変更14 行追加0 行削除
  1. 14 0
      Changelog

+ 14 - 0
Changelog

@@ -16,8 +16,22 @@
 Fixes
 -----
 
+* AMQP result backend: Delete result queue after having successfully polled
+  the result.
+
+* ``task.queue`` attribute and ``queue`` argument to ``apply_async``
+  was not working.
+
 * celeryd: Now sends the ``task-retried`` event for retried tasks.
 
+* Logging should now handle utf-8 correctly.
+
+* celeryd: Added ``exc_info`` error logging messages.
+
+    This is used by tools like `django-sentry`_ to provide more context.
+
+.. _`django-sentry`: http://github.com/dcramer/django-sentry
+
 * celeryd: Now honors ignore result for
   :exc:`~celery.exceptions.WorkerLostError` and timeout errors.