Skip to content

Releases: TimoKoerber/laravel-one-time-operations

Release 1.4.2

04 Apr 11:17
33292b8
Compare
Choose a tag to compare

README.md Update

Release 1.4.1

04 Apr 10:59
6e81571
Compare
Choose a tag to compare

Laravel 11.x Compatibility

Release 1.4.0

16 Dec 18:39
Compare
Choose a tag to compare

A custom class layout can be provided in /stubs/one-time-operation.stub

Release 1.3.2

16 Dec 15:09
72a4332
Compare
Choose a tag to compare

Fixes typos

Release 1.3.1

19 Apr 12:58
Compare
Choose a tag to compare

You can use the --isolated option on operations:process to run only one instance of the command.

Release 1.3.0

31 Mar 15:47
69f5b1c
Compare
Choose a tag to compare

Use operations:make --essential to create a cleaner operation file without any attributes.

Release 1.2.0

31 Mar 15:10
87b4089
Compare
Choose a tag to compare

Provide a $tag attribute in an OneTimeOperation class to filter operations when processing them.

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