v6.0.0
Bugfixes
-
Sending IPC messages will now honor the returned bytes of the written buffer correctly
-
Features
-
ProcessOutput
allows to modify the console output beside the defaultSTDOUT
andSTDERR
-
Unit and functional tests added using PHPUnit and GitHub actions
-
Dedicated documentation added with static rendering using mdBook and GitHub
actions
Breaking Changes
ProcessPool
has been removed in favor of the more simplisticProcessQueue
approach