Skip to content

Releases: spatie/laravel-queueable-action

2.14.1

09 Feb 07:57
ce25c27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.14.0...2.14.1

2.14.0

03 Feb 07:46
Compare
Choose a tag to compare

What's Changed

  • Support for Laravel 9
  • fix test by @hxnk in #67

Full Changelog: 2.13.1...2.14.0

2.13.1

14 Jan 05:04
Compare
Choose a tag to compare

What's Changed

  • Fix for running middleware twice by @hxnk in #66

Full Changelog: 2.13.0...2.13.1

2.13.0

24 Nov 12:26
Compare
Choose a tag to compare
  • Drop support for PHP 7.4
  • Add support for PHP 8.1

2.12.0

01 Jun 11:45
27c156a
Compare
Choose a tag to compare
  • add Batchable trait

2.11.0

21 Apr 11:11
Compare
Choose a tag to compare
  • Require php:^7.4|^8.0
  • Require laravel/framework:^8.0
  • Support for backoff (#53)

2.10.3

25 Feb 13:03
Compare
Choose a tag to compare
  • Fix for broken actions (#49)

2.10.2

03 Feb 14:37
b197f12
Compare
Choose a tag to compare
  • Fix (de)serialization of Models for queued action jobs (#48-

2.10.1

03 Feb 14:22
1bc4533
Compare
Choose a tag to compare
  • Add new QueueFake methods(assertPushedWithChain, assertPushedWithoutChain) (#47)

2.10.0

03 Feb 14:10
268cb38
Compare
Choose a tag to compare
  • Add a configurable action job class (#46)