Skip to content

Commit

Permalink
release version 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bizley committed Oct 3, 2023
1 parent 17fcf6a commit 5c14c3f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Yii2 Queue Extension Change Log
===============================

2.3.6 under development
-----------------------
2.3.6 October 03, 2023
----------------------

- Bug #373: Fixed error if payload in Redis is null (sanwv, magarzon)
- Enh #372: Add ability to configure keepalive and heartbeat for AMQP and AMQP interop (vyachin)
- Enh #464: Delete property `maxPriority` (skolkin-worker)
- Enh #486: `SignalLoop::$exitSignals` now includes `SIGQUIT` (rhertogh)
- Enh #487: Add ability to push message with headers for AMQP interop driver (s1lver)
- Bug #373: Fixed error if payload in Redis is null (sanwv, magarzon)


2.3.5 November 18, 2022
Expand Down
3 changes: 0 additions & 3 deletions src/Queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
/**
* Base Queue.
*
* @property null|int $workerPid
* @since 2.0.2
*
* @author Roman Zhuravlev <[email protected]>
*/
abstract class Queue extends Component
Expand Down
3 changes: 2 additions & 1 deletion src/drivers/amqp_interop/Queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
/**
* Amqp Queue.
*
* @property-read AmqpContext $context
*
* @author Maksym Kotliar <[email protected]>
* @since 2.0.2
*/
Expand Down Expand Up @@ -233,7 +235,6 @@ class Queue extends CliQueue
* @var string command class name
*/
public $commandClass = Command::class;

/**
* Headers to send along with the message
* ```php
Expand Down
2 changes: 2 additions & 0 deletions src/drivers/beanstalk/Queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
/**
* Beanstalk Queue.
*
* @property-read object $statsTube Tube statistics.
*
* @author Roman Zhuravlev <[email protected]>
*/
class Queue extends CliQueue
Expand Down

0 comments on commit 5c14c3f

Please sign in to comment.