Skip to content

2.0.0 Beta 5

Pre-release
Pre-release
Compare
Choose a tag to compare
@trowski trowski released this 02 Feb 00:29
· 98 commits to 2.x since this release
v2.0.0-beta.5
f113947
  • Improved UX of uncaught exceptions in child processes and task runs. The full stack trace in the context is displayed when converting the ContextPanicError or TaskFailureThrowable to a string, i.e., when the exception is uncaught in the parent and is written to STDERR
  • Xdebug ini settings are forwarded to processes created by ProcessContext (including workers executing tasks), allowing step debugging through IDEs such as PhpStorm.
  • Added an optional Cancellation argument to ProcessContext::start() and ContextFactory::start()
  • Fix signals terminating child processes if a handler was not created in the child
  • Updated for compatibility of 2.0 of amphp/socket