- Updated to support Laravel 5.4 (#26)
- Support for Laravel 5.1, 5.2, and 5.3 has been removed. See the 1.0 branch for those versions. (#26)
- Refactored to not override the base
Queue
classgetDisplayName
method (#26)
- Support for Laravel 5.2, and 5.3 (#25)
- Fix: Re-throw exception in command handler, don't explicitly
exit()
(#5cc05a8)
- Correct sanitation of job names which previously blocked creation of class based batch jobs #22
- Fix: Failing jobs throw exception when logging about failing (Array to String Conversion) #d1a5023
- Fix:
BatchQueue
methods->push
and->update
now return theid
of the entry #d1a5023 - Fix: BatchQueue now properly releases failed jobs back into the queue #d1a5023