Releases: imTigger/laravel-job-status
Releases · imTigger/laravel-job-status
Lot of improvements! Thanks to all contributors
- Fix uncomplete progress when param
every
is greater than 1 @stephane-monnot - Add travis configuration @stephane-monnot
- Add phpunit configuration @stephane-monnot
- Prevent double json encoding @christopher Fuchs
- Adapted service provider to use $entityClass::{CONSTANT} instead of hardcoded JobStatus::{CONSTANT} @christopher Fuchs
- Added possibility to provide additional data when calling prepareStatus @christopher Fuchs
- Added compatibility with Lumen frameworks @masbug
New method and additional config available
- Added
incrementProgress(int $offset, int $every)
method - Added ability to override JobStatus class, with fallback when config is not set
- Database migration is now published instead of loaded directly, to allow customization
Fixed compatibility of PHP 5.6
Removed scalar type hints
Automatic package discovery for Laravel 5.5
Support for automatic package discovery for Laravel 5.5 is added.
A big thanks to @PixellUp !
Store Job ID
Now correctly store Job ID
Fixed error for Job do not use Trackable
v0.1.7 Prevent normal Job from fatal error