@@ -4,25 +4,25 @@ Yii2 Queue Extension Change Log
4
4
2.1.1 under development
5
5
-----------------------
6
6
7
- - Enh # 248 : Reduce roundtrips to beanstalk server when removing job (SamMousa )
7
+ - Bug # 220 : Fixed deadlock problem of DB driver (zhuravljov )
8
8
- Bug #258 : Worker in isolated mode fails if PHP_BINARY contains spaces (luke-)
9
- - Bug #269 : Handling of broken messages that are not unserialized correctly (zhuravljov)
10
9
- Bug #267 : Fixed symfony/process incompatibility (rob006)
10
+ - Bug #269 : Handling of broken messages that are not unserialized correctly (zhuravljov)
11
+ - Bug #299 : Queue config param validation (zhuravljov)
12
+ - Enh #248 : Reduce roundtrips to beanstalk server when removing job (SamMousa)
13
+ - Enh #318 : Added check result call function flock (evaldemar)
11
14
- Enh: Job execution result is now forwarded to the event handler (zhuravljov)
12
15
- Enh: ` ErrorEvent ` was marked as deprecated (zhuravljov)
13
- - Enh #318 : Added check result call function flock (evaldemar)
14
- - Bug #299 : Queue config param validation (zhuravljov)
15
- - Bug #220 : Fixed deadlock problem of DB driver (zhuravljov)
16
16
17
17
2.1.0 May 24, 2018
18
18
------------------
19
19
20
- - Bug #210 : Worker option to define php bin path to run child process (zhuravljov)
21
- - Enh: Worker loop event (zhuravljov)
20
+ - Bug #126 : Handles a fatal error of the job execution in isolate mode (zhuravljov)
22
21
- Bug #207 : Console params validation (zhuravljov)
22
+ - Bug #210 : Worker option to define php bin path to run child process (zhuravljov)
23
23
- Bug #224 : Invalid identifier "DELAY" (lar-dragon)
24
24
- Enh #192 : AWS SQS implementation (elitemaks, manoj-girnar)
25
- - Bug # 126 : Handles a fatal error of the job execution in isolate mode (zhuravljov)
25
+ - Enh: Worker loop event (zhuravljov)
26
26
27
27
2.0.2 December 26, 2017
28
28
-----------------------
@@ -143,9 +143,3 @@ Yii2 Queue Extension Change Log
143
143
- Enh: Add exchange for AMQP driver (airani)
144
144
- Enh: Beanstalk driver (zhuravljov)
145
145
- Enh: Added English docs (samdark)
146
-
147
-
148
-
149
-
150
-
151
-
0 commit comments