Releases: spatie/async
Releases · spatie/async
1.7.0
What's Changed
- Pool.php - add methods to clear finished/results cache (#235) by @iasjennen in #237
- Fail if
unserialize
is unable to parse output of child process by @MarcHagen in #230
New Contributors
- @iasjennen made their first contribution in #237
- @MarcHagen made their first contribution in #230
Full Changelog: 1.6.2...1.7.0
1.6.2
1.6.1
What's Changed
- Added Symfony 7.x and PHPUnit 10.x Support by @thecaliskan in #220
New Contributors
- @thecaliskan made their first contribution in #220
Full Changelog: 1.6.0...1.6.1
1.6.0
What's Changed
- Serialize very large tasks to a temporary file by @gazugafan in #213
New Contributors
- @gazugafan made their first contribution in #213
Full Changelog: 1.5.6...1.6.0
1.5.6
What's Changed
- Fix finished process handling in PHP 8.1.22/8.2.9 by @matthi4s in #212
- Returning
false
from the$intermediateCallback
during wait stops execution @jonasraoni in #206
Full Changelog: 1.5.5...1.5.6
1.5.5
1.5.4
What's Changed
- Fix tests by @Nielsvanpach in #156
- change to Serializable Closure of laravel by @Stevemoretz in #172
- Fix tests by @Stevemoretz in #181
New Contributors
- @Nielsvanpach made their first contribution in #156
- @Stevemoretz made their first contribution in #172
Full Changelog: 1.5.3...1.5.4
1.5.3
- Ensure proc_open is available