Skip to content

Releases: mr-luke/bus

Minor fixes

26 Jun 13:04
Compare
Choose a tag to compare
  • Fixed sync persistence
  • Fixed multiple persistence of async operations
  • Fixed cleanWhenFinished option of async operations

Stable 1.0.0

19 Jun 14:38
15c22b0
Compare
Choose a tag to compare
  • Laravel 10 support
  • Moved UUID v3 to ordered UUID (v7)
  • Introduced new behaviour properties
  • Database interaction minimised

Laravel 9 Support

14 Jun 14:27
Compare
Choose a tag to compare
1.0.0-rc.20

Added support to Laravel 9

Fixed handling instruction queue and delay props

14 Sep 11:35
d130000
Compare
Choose a tag to compare
Fixed handling instruction queue and delay props (#11)

Co-authored-by: Hubert Smusz <hubert.smusz@movecloser.pl>

Mark job as failed when queue worker fails

13 Sep 10:47
5653e9b
Compare
Choose a tag to compare
Mark job as failed, when queue worker fails (#9)

* mark job as failed, when queue worker fails

* added translatoins

* code cleanup

Co-authored-by: Hubert Smusz <hubert.smusz@movecloser.pl>

Added timeout support to AsyncJobs.

03 May 12:28
c6ece4a
Compare
Choose a tag to compare
Merge pull request #8 from mr-luke/feature/timout-asyncjobs

Added timeout support to AsyncJobs

TypoError fix.

01 May 14:03
Compare
Choose a tag to compare
1.0.0-rc.16

TypeError fix.

Composer script fix.

30 Apr 17:13
Compare
Choose a tag to compare
1.0.0-rc.15

Added post-package-update script.