Laravel Job Status Versions Save

Add ability to track Job progress, status and result dispatched to Queue.

v0.1.12

6 years ago
  • 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

v0.1.11

6 years ago
  • 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

v0.1.10

6 years ago

Removed scalar type hints

v0.1.9

6 years ago

Support for automatic package discovery for Laravel 5.5 is added. A big thanks to @PixellUp !

v0.1.8

6 years ago

Now correctly store Job ID

v0.1.7

6 years ago

v0.1.6

7 years ago