Skip to content

v4.2.0-beta2

Pre-release
Pre-release

Choose a tag to compare

@jigarius jigarius released this 04 Mar 20:22
· 7 commits to 4.x since this release
7887371

What's Changed

  • Drall 4.2.0 brings back compatibility with PHP 8.2 and Drupal 10 to provide a smoother upgrade path.
  • A new command drall stop was added.
    • It allows stopping drall exec gracefully when PCNTL is not available.
    • It stops all exec commands that are running at the time of running drall stop.
  • Added tests for SIGINT detection which were skipped in the past.

As always, bug reports and feedback are always welcome.