Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Releases: LaravelCollective/iron-queue

Fix for errors in payload signature

11 Oct 19:25
Compare
Choose a tag to compare

Thank you to @brseixas for their help resolving this issue!

Initial release to support Laravel 5.7

04 Sep 18:39
Compare
Choose a tag to compare
Pre-release
v5.7.0

Updated composer.json requirements for Laravel 5.7

Fix for custom queue names not working

17 May 21:21
Compare
Choose a tag to compare
v5.6.1

fix for laravel not passing queue in the job payload

5.6 Initial Support

03 Mar 00:40
Compare
Choose a tag to compare
5.6 Initial Support Pre-release
Pre-release

Unit tested but not thoroughly tested with an existing 5.6 project. Use at your own risk.

Non-default queue handling fix

09 Nov 19:06
3935de1
Compare
Choose a tag to compare

VERY IMPORTANT
Fix for properly handling queues with non-default names.

Laravel 5.5 Support

09 Oct 23:21
Compare
Choose a tag to compare
Merge pull request #26 from arubacao/5.5

Update the core to support the latest version of laravel 5.5

Laravel 5.4 Support

12 Jul 23:47
Compare
Choose a tag to compare

This is the initial release of the Laravel 5.4 version of IronQueue

Initial version of Laravel 5.3 support

21 May 20:13
Compare
Choose a tag to compare

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

21 May 19:20
Compare
Choose a tag to compare

This release adds support for the encrypt functionality of Laravel 5.2 and allows passing on all tests.

increment version

15 Mar 14:33
Compare
Choose a tag to compare
Merge pull request #11 from carvefx/5.2

Control reservation timeouts when popping a new item off the queue