All notable changes to laravel-queueable-actions
will be documented in this file
- Support for Laravel 9
- Fix for running middleware twice (#66)
- Drop support for PHP 7.4
- Add support for PHP 8.1
- add
Batchable
trait
- 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
failed
method to acceptThrowable
(#44)
- add support for PHP 8
- Add support for invokeable actions (#36)
- Add support for job middleware
- Add
Spatie\QueueableAction\Testing\QueueableActionFake
class with test helpers (#27)
- Add support for Laravel 8
- Add
failed
support (#29)
- Add Laravel 7.0 support
- Allow custom tags to be set
- Add
make:action
command
- 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