Skip to content

Commit d365e6f

Browse files
committed
release version 2.2.0
1 parent 0a7eeb1 commit d365e6f

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
lines changed

CHANGELOG.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@ Yii2 Queue Extension Change Log
44
2.1.1 under development
55
-----------------------
66

7-
- Enh #248: Reduce roundtrips to beanstalk server when removing job (SamMousa)
7+
- Bug #220: Fixed deadlock problem of DB driver (zhuravljov)
88
- 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)
109
- 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)
1114
- Enh: Job execution result is now forwarded to the event handler (zhuravljov)
1215
- 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)
1616

1717
2.1.0 May 24, 2018
1818
------------------
1919

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)
2221
- Bug #207: Console params validation (zhuravljov)
22+
- Bug #210: Worker option to define php bin path to run child process (zhuravljov)
2323
- Bug #224: Invalid identifier "DELAY" (lar-dragon)
2424
- 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)
2626

2727
2.0.2 December 26, 2017
2828
-----------------------
@@ -143,9 +143,3 @@ Yii2 Queue Extension Change Log
143143
- Enh: Add exchange for AMQP driver (airani)
144144
- Enh: Beanstalk driver (zhuravljov)
145145
- Enh: Added English docs (samdark)
146-
147-
148-
149-
150-
151-

src/InvalidJobException.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class InvalidJobException extends \Exception
2424
*/
2525
private $serialized;
2626

27+
2728
/**
2829
* @param string $serialized
2930
* @param string $message

0 commit comments

Comments
 (0)