We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d0990 commit 8481702Copy full SHA for 8481702
CHANGELOG.md
@@ -3,6 +3,10 @@ Note: you may refer to `README.md` for description of features.
3
4
## Dev (WIP)
5
- Compatibility with Laravel 12
6
+- Fake objects are available for writing tests with this library (https://github.com/Vectorial1024/laravel-process-async/issues/15)
7
+- Improved security for the task runners (https://github.com/Vectorial1024/laravel-process-async/issues/10), which includes:
8
+ - Task runner Artisan command hidden from the Artisan command list
9
+ - Configurable task details secret key
10
11
## 0.3.0 (2025-01-26)
12
- Task IDs can be given to tasks (generated or not) (https://github.com/Vectorial1024/laravel-process-async/issues/5)
0 commit comments