Skip to content

Releases: digbang/safe-queue

v2.2.0

Choose a tag to compare

@falmadarivero falmadarivero released this 29 Apr 14:31
Add Laravel 12 support

v2.0.0

Choose a tag to compare

@falmadarivero falmadarivero released this 23 Apr 17:50
2699459
  • Add compatibility with Laravel 10.x

v1.1.0 - Multiple EMs support

Choose a tag to compare

@dpgover dpgover released this 25 Feb 14:24
944acaa
Support for multiple entity managers (#12)

v1.0.0

Choose a tag to compare

@marianofilipoff marianofilipoff released this 23 Feb 13:13
594df56
  • Se agregó soporte para PHP ^8.0.2

v0.6.0 - Laravel 8 fix

Choose a tag to compare

@dpgover dpgover released this 12 Aug 18:49
baa3698

Laravel 8 changed the "stop()" method and it does not exit the worker anymore.
This new implementation solves that.

Also, because the kill switch is the EM, we don't increment the attempts on the job anymore if the fail is not from it's code.

v0.5.0 - Laravel 8 Support

Choose a tag to compare

@sojeda sojeda released this 15 Sep 20:54
949ebf6
Merge pull request #7 from digbang/laravel8

Laravel8

v0.4.1 - Fixed missing comma

Choose a tag to compare

@dpgover dpgover released this 06 May 14:54
5bd7fda

#6 Fix syntax error in worker.php

Laravel 6 & 7 support

Choose a tag to compare

@dpgover dpgover released this 27 Mar 14:56

(needs a little testing)