All notable changes to async
will be documented in this file
- Configure task in synchronous process
- Add Pool::forceSynchronous function
- Support for PHP 8
- Add fallback to SerializableException to handle "complex" exceptions (#119)
- Properly stop process on timeout (#105)
- Make binary configurable (#111 and #112)
- Support microsecond timeouts (#109)
- Add ability to stop the pool early (#56)
- allow Symfony 5 components
- Make output length configurable (#86)
- Fix for
SynchronousProcess::resolveErrorOutput
(#73)
- Fix for Symfony Process argument deprecation
- Synchronous execution time bugfix
- Check on PCNTL support before registering listeners
- First stable release
- Add the ability to catch exceptions by type
- Thrown errors can only have one handler. See UPGRADING for more information.