Releases: TimoKoerber/laravel-one-time-operations
Releases · TimoKoerber/laravel-one-time-operations
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 😉
Release 1.0.3
updates composer description
Release 1.0.2
adds correct license
Release 1.0.1
minor patches, updates readme, updates composer.json
Initial Release
1.0.0 updates README.md