- This adds
ProcessPoolRequest::markAsFailed
to mark a process as failed. - Potential Breaking Change: When calling
ProcessPool::startProcess
, aProcessPoolProcessOutputBeforeStartingException
will be thrown if the process has any STDOUT or STDERR output already.