Quellcode durchsuchen

Forgot to mention #922 in Changelog

Ask Solem vor 12 Jahren
Ursprung
Commit
ed8e30f99a
1 geänderte Dateien mit 9 neuen und 0 gelöschten Zeilen
  1. 9 0
      Changelog

+ 9 - 0
Changelog

@@ -17,6 +17,15 @@ If you're looking for versions prior to 3.x you should see :ref:`history`.
 
 - Now depends on Kombu 2.4.4
 
+- Fixed problem with amqplib and receiving larger message payloads
+  (Issue #922).
+
+    The problem would manifest itself as either the worker hanging,
+    or occasionally a ``Framing error`` exception appearing.
+
+    Users of the new ``pyamqp://`` transport must upgrade to
+    :mod:`amqp` 0.9.3.
+
 - Beat: Fixed another timezone bug with interval and crontab schedules
   (Issue #943).