Skip to content

Commit ab5b4c8

Browse files
authored
Update changelog entry for #771
1 parent 4788bcd commit ab5b4c8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/source/changelog.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ These are changes that while technically breaking, we believe are unlikely to ef
5050
* The deprecated ``requeue_deadline`` and ``requeue_interval`` arguments of |RedisBroker| have been removed.
5151
These have been deprecated and have had no effect since version 1.2.0.
5252
(`#782`_, `@mikeroll`_)
53-
* |RedisBroker|: the obsolete worker heartbeat compatibility code has been removed.
53+
* |RedisBroker|: The code for compatibility with pre-v1.2.0 acks has been removed.
54+
If you are using the |RedisBroker|, you must first upgrade Dramatiq to a version >=1.2.0, <2.0.0,
55+
and run it for some time, before upgrading to a version >=2.0.0.
56+
This is to allow Dramatiq to migrate the pre-v1.2.0 ack data structures in redis to the v1.2.0+
57+
versions. This migration code is what has been removed in version 2.0.0.
5458
(`#771`_, `@mikeroll`_)
5559

5660
.. _#766: https://github.com/Bogdanp/dramatiq/pull/766

0 commit comments

Comments
 (0)