Releases: TimoKoerber/laravel-one-time-operations
Releases · TimoKoerber/laravel-one-time-operations
Release 1.4.2
README.md Update
Release 1.4.1
Laravel 11.x Compatibility
Release 1.4.0
A custom class layout can be provided in /stubs/one-time-operation.stub
Release 1.3.2
Fixes typos
Release 1.3.1
You can use the --isolated
option on operations:process
to run only one instance of the command.
Release 1.3.0
Use operations:make --essential
to create a cleaner operation file without any attributes.
Release 1.2.0
Provide a $tag
attribute in an OneTimeOperation class to filter operations when processing them.
Release 1.1.0
You can now change the queue, that operations are being dispatched to.
- Provide a
$queue
attribute in anOneTimeOperation
class to change the queue, that the job will be dispatched to - Provide the
--queue
option with theartisan operations:process
command to force a specific queue for all operationsartisan operations:process --queue=redis
Release 1.0.5
Moved factories into the intended directory
Release 1.0.4
Changed the naming of this package because of what Taylor said 😉