This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
Releases: LaravelCollective/iron-queue
Releases · LaravelCollective/iron-queue
Fix for errors in payload signature
Initial release to support Laravel 5.7
v5.7.0 Updated composer.json requirements for Laravel 5.7
Fix for custom queue names not working
v5.6.1 fix for laravel not passing queue in the job payload
5.6 Initial Support
Unit tested but not thoroughly tested with an existing 5.6 project. Use at your own risk.
Non-default queue handling fix
VERY IMPORTANT
Fix for properly handling queues with non-default names.
Laravel 5.5 Support
Merge pull request #26 from arubacao/5.5 Update the core to support the latest version of laravel 5.5
Laravel 5.4 Support
This is the initial release of the Laravel 5.4 version of IronQueue
Initial version of Laravel 5.3 support
This is the initial release for Laravel 5.3 support. Changes required by Laravel 5.3 include
- Removed Closure support from jobs
- Removed support for PHP 5.2 and HHVM
Fix for missing encrypter
This release adds support for the encrypt functionality of Laravel 5.2 and allows passing on all tests.
increment version
Merge pull request #11 from carvefx/5.2 Control reservation timeouts when popping a new item off the queue