Skip to content

v7.0.0

Compare
Choose a tag to compare
@sweikenb sweikenb released this 20 Jul 14:32
· 1 commit to main since this release
ad3b9e2

Bugfixes

  • Proper signal handling and propagation #11

Features

  • Introduced a wait()-function for the ProcessQueue itself which should be used when working with queues instead
    of using the wait() method of the ProcessManager itself.
  • Adding PHP 8.3 support to phpunit test-matrix

Breaking Changes

  • NOTE: The POSIX signal handling fix might affect the order in which callbacks will be called.
    For the most part, this should not change the functionality of your application, but just to make sure nothing breaks
    unexpectedly, this is the reason for the major version bump instead of just a feature-release.