All notable changes to laravel-queueable-actions will be documented in this file
- Require
php:^7.4|^8.0 - Require
laravel/framework:^8.0 - Support for backoff (#53)
- Fix for broken actions (#49)
- Fix (de)serialization of Models for queued action jobs (#48)
- Add new QueueFake methods(
assertPushedWithChain,assertPushedWithoutChain) (#47)
- Add a configurable action job class (#46)
- update
failedmethod to acceptThrowable(#44)
- add support for PHP 8
- Add support for invokeable actions (#36)
- Add support for job middleware
- Add
Spatie\QueueableAction\Testing\QueueableActionFakeclass with test helpers (#27)
- Add support for Laravel 8
- Add
failedsupport (#29)
- Add Laravel 7.0 support
- Allow custom tags to be set
- Add
make:actioncommand
- Add Laravel 6.0 support
- add 'tries' and 'timeout' as queueable properties
- pass the action class name directly to the ActionJob
- allow the queue name to be specified
- initial release