Releases: maxbrokman/SafeQueue
Releases · maxbrokman/SafeQueue
Laravel 5.4 Support
v0.3.0 Replace `call_user_func_array` with splat operator
Lumen Support
Adds support for Lumen.
v0.2.3: Support for Laravel 5.3.24
Pass worker options to daemon should run check, allows running in maintenence mode
v0.2.2: Add ability to change command name
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
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
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
v0.1.2 Fix table styling
v0.1.1 Test Fixes
Made the tests actually run!
v0.1.0 First Release
Update readme with build status and packagist instructions