Skip to content

Releases: TimoKoerber/laravel-one-time-operations

Release 1.1.0

24 Mar 15:16
69d339c
Compare
Choose a tag to compare

You can now change the queue, that operations are being dispatched to.

  • Provide a $queue attribute in an OneTimeOperation class to change the queue, that the job will be dispatched to
  • Provide the --queue option with the artisan operations:process command to force a specific queue for all operations
    • artisan operations:process --queue=redis

Release 1.0.5

19 Mar 09:27
Compare
Choose a tag to compare

Moved factories into the intended directory

Release 1.0.4

16 Mar 17:46
Compare
Choose a tag to compare

Changed the naming of this package because of what Taylor said 😉

https://twitter.com/taylorotwell/status/1620807927715217409

Release 1.0.3

11 Mar 01:05
Compare
Choose a tag to compare

updates composer description

Release 1.0.2

11 Mar 00:59
Compare
Choose a tag to compare

adds correct license

Release 1.0.1

11 Mar 00:52
Compare
Choose a tag to compare

minor patches, updates readme, updates composer.json

Initial Release

11 Mar 00:04
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
1.0.0

updates README.md