Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 883 Bytes

CHANGELOG.md

File metadata and controls

17 lines (13 loc) · 883 Bytes

Change Log of laravel-process-async

Note: you may refer to README.md for description of features.

Dev (WIP)

0.3.0 (2025-01-26)

  • Task IDs can be given to tasks (generated or not) (#5)
  • Updated to use opis/closure 4.0 for task details serialization (#12)
    • Technically a breaking internal change, but no code change expected and downtime is expected to be almost negligible

0.2.0 (2025-01-04)

  • Task runners are now detached from the task giver (#7)
  • Task runners can now have time limits (#1)

0.1.0 (2024-12-02)

Initial release:

  • Run PHP code in parallel via Laravel Process (see README.md for more details)