- Add support Laravel 11
- Add support Laravel 10 and drop support Laravel 9.
- Bump version and migrate syntax of PHPUnit.
- Drop support for older Laravel versions lower than 9.
- Require PHP 8.1 or above.
- Migrate from TravisCI to GitHub actions.
- Refactor syntax.
- Add support for Laravel 9.
- Add support PHP 8.
- Add
defaultOutputLength
configurable to config default output length of async processes. - Add
withBinary
configurable to config PHP binary use in async processes. - Deprecated
Async::createProcess
method. - Add
Async::getPool
method support get current pool using.
- Add support Laravel 8.
- Bug #11: Fix missing ExceptionHandler concrete.
- Allowed Laravel 7.x.
- Add
batchRun
method. - Remove class
VXM\Async\Process\SynchronousProcess
.
- Upgrade
spatie/async
package to^1.4.0
. - Deprecated
VXM\Async\Process\SynchronousProcess
.
- Support Laravel version 6.0