This release adds support for PHP 8.0.
The CLI can now be invoked with the following command:
vendor/bin/laminas slm-queue:start
SlmQueue now requires at least PHP 7.4.
Classes implementing QueueInterface
are now required to indicate which worker should be used to process the queue. This change will likely only affect you if you use a custom delegator for your queue.
Workers (and their aliases and delegators) should now be configured under slm_queue.worker_manager
instead of service_manager
(Laminas) or dependencies
(Mezzio).