v7.0.0
Bugfixes
- Proper signal handling and propagation #11
Features
- Introduced a
wait()
-function for theProcessQueue
itself which should be used when working with queues instead
of using thewait()
method of theProcessManager
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.