Skip to content

Releases: imTigger/laravel-job-status

Maintainance and Stability Update

19 Sep 16:56
8e26607
Compare
Choose a tag to compare
  • Add possibility to extend JobStatusUpdater @dux
  • Mark job as failed when it reached max retry count @AidasK
  • Fail-safe for job classes no longer exist @AidasK

Support instant JobStatus update within transaction

26 Mar 10:48
Compare
Choose a tag to compare
  • Dedicated database connection support is added.
    Therefore JobStatus updates can be saved instantly even within your application transaction.
    Read setup step 6 for instructions.

  • Fixed errors caused by calling attempts() on null object, thanks @PatBriPerso

Support instant JobStatus update within transaction

24 Mar 18:22
Compare
Choose a tag to compare

Dedicated database connection support is added.
Therefore JobStatus updates can be saved instantly even within your application transaction.
Read setup step 6 for instructions.

Fixed path for migration

24 Mar 11:44
2773fcb
Compare
Choose a tag to compare

First Major Release

08 Nov 09:39
cdf9c4b
Compare
Choose a tag to compare
First Major Release Pre-release
Pre-release
  • Added more tests
  • Added TrackableJob interface
  • Minimum requirements changed to php > 7.1 and Laravel 5.5
  • Some refactor of update code

Thanks to @crashkonijn

Fixing Beanstalkd `attempts()` issues

13 Feb 13:56
034507e
Compare
Choose a tag to compare

Fixing Beanstalkd attempts() issues
Thank you @alexking for the PR!

(Optional) Publish package migration into project migrations

28 Jan 15:01
e68ac77
Compare
Choose a tag to compare

Use Job's displayName() for type field if method exists

06 Sep 16:18
Compare
Choose a tag to compare

Use Job's displayName() for type field if method exists
Store "Label Generation Job" instead of "App\Jobs\LabelJob"

This change may break application if you have displayName() in your Job and have specific use case type field
Therefore minor version bumped

Fixed: Array to string conversion exception when updating `job_statuses`

22 Jun 09:24
8d0dc85
Compare
Choose a tag to compare

Fixed: Array to string conversion exception when updating job_statuses
Thank you @dverraes for the PR!

Fixed compatibility of Laravel 5.3

28 Feb 08:40
Compare
Choose a tag to compare
v0.1.13

Fixex compatibility with Laravel 5.3