Skip to content

v6.0.0

Compare
Choose a tag to compare
@sweikenb sweikenb released this 30 Sep 11:04
· 2 commits to main since this release
792d5dd

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 default STDOUT and STDERR

  • 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 simplistic ProcessQueue approach