Skip to content

Releases: urbanindo/yii2-queue

Leave PHP version below 7.2

18 Dec 18:12
03828ef
Compare
Choose a tag to compare

From this release, we will leave PHP version below 7.2 due to impending support abandonment.

Compatibility for PHP 7.2 / Yii 2.0.13

20 Jun 07:48
6bc44e1
Compare
Choose a tag to compare

This adds compatibility for PHP 7.2 brought by Yii 2.0.13.

Compatibility for PHP 7.2

22 Feb 08:14
Compare
Choose a tag to compare

This updates compatibility for PHP 7.2 supported by Yii 2.0.13

Adding multi-threading capabilities

24 Sep 10:27
Compare
Choose a tag to compare
implementing multi threading, pushing processes into background (#72)

* implementing multi threading, pushing processes into background

* added test for process runner, changed visibility of methods for testing

* reverted to older phpunit implementation

* Fix travis for PHP7 and dist trusty for HHHVM. (#74)

* Fix travis for PHP7 and dist trusty for HHHVM.

* Cache composer.

* Fix error "Only variables should be passed by reference"

* Fix PHPUnit reports

* Add codecov.

* implementing multi threading, pushing processes into background

* added test for process runner, changed visibility of methods for testing

* reverted to older phpunit implementation

* fixed issue with losing pid when process is finished but not cleaned up

* making sure the process is actually running and has pid before trying to send signal

* catching logical process exception

Minor fix on build system and PHP7 compatibility.

30 Aug 12:16
Compare
Choose a tag to compare

This releases only fixes PHP7 incompatibility that causes error "Only variables should be passed by reference".

Refactoring queueu and added MySQL and Redis implementation.

04 Feb 04:08
Compare
Choose a tag to compare

Due to refactoring, the codebase that is working with previous version will not be working. Please update the code or set the version 1.2.3 if you use dev-master.

BugFixes

15 Jan 23:33
Compare
Choose a tag to compare

New Features

  • Web endpoint for running the queue.

Bug Fixes on this release

  • Array format on the queue runner

Add Routing Behavior.

30 Jun 08:31
Compare
Choose a tag to compare
Merge pull request #10 from urbanindo/add-routing-behavior

Add routing behavior

Fixing multiple queue

25 Jun 09:45
Compare
Choose a tag to compare
Merge pull request #8 from urbanindo/hotfix-weight-queue

[HOTFIX] Strategy in multiple queue.

Added new feature `DeferredEventTrait`

12 Jun 05:15
Compare
Choose a tag to compare
Merge pull request #4 from urbanindo/add-deferred-event-trait

Add deferred event trait