You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADE.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,17 @@ application when you upgrade the package from one version to another.
7
7
Upgrade from 2.0.1 to 2.0.2
8
8
---------------------------
9
9
10
-
* The [Amqp driver](docs/guide/driver-amqp.md) has been deprecated. You can still use till 3.0 release where it will be removed. It is advised to migrate to [Amqp Interop]((docs/guide/driver-amqp-interop.md)).
10
+
* The [Amqp driver](docs/guide/driver-amqp.md) has been deprecated. You can still use till `2.1` release
11
+
where it will be removed. It is advised to migrate to [Amqp Interop](docs/guide/driver-amqp-interop.md).
12
+
13
+
* Added `\yii\queue\cli\Command::isWorkerAction()` abstract method. If you use yourself console
14
+
controllers to run queue listeners, you must implement it.
15
+
16
+
*`\yii\queue\cli\Signal` helper is deprecated and will be removed since `2.1`. The extension uses
17
+
`\yii\queue\cli\SignalLoop` instead of the helper.
18
+
19
+
* If you had made yourself console controller to listen a queue, you must upgrade it. See native
0 commit comments