Skip to content

Releases: maxbrokman/SafeQueue

Laravel 5.4 Support

20 Feb 10:15
Compare
Choose a tag to compare
v0.3.0

Replace `call_user_func_array` with splat operator

Lumen Support

13 Dec 13:24
Compare
Choose a tag to compare

Adds support for Lumen.

v0.2.3: Support for Laravel 5.3.24

22 Nov 10:26
Compare
Choose a tag to compare

Pass worker options to daemon should run check, allows running in maintenence mode

v0.2.2: Add ability to change command name

16 Nov 11:49
Compare
Choose a tag to compare

You can now change the command name to one of your choosing. Mainly useful for overriding the default Laravel command.

v0.2.1: Introduce compatibility for Laravel 5.3.16

09 Nov 11:59
Compare
Choose a tag to compare

There have been a lot of breaking changes in the queue in Laravel recently, mainly to do with the timeout support mechanism introduced in 5.3

This release makes Laravel 5.3.16 the minimum required version.

Add Laravel 5.3 Compatibility

08 Sep 10:25
Compare
Choose a tag to compare

Laravel 5.3 introduced some fairly large changes to how the queue internals work, so this is a new incompatible version. Public interface remains the same.

Split to 0.1 and 0.2

08 Sep 10:23
Compare
Choose a tag to compare
v0.1.2

Fix table styling

v0.1.1 Test Fixes

15 Jul 09:20
Compare
Choose a tag to compare

Made the tests actually run!

v0.1.0 First Release

14 Jul 18:02
Compare
Choose a tag to compare
Update readme with build status and packagist instructions