Skip to content

4.0.0

Closed Dec 16, 2021 100% complete

Changed

  • This release updates the laminas/laminas-httphandlerrunner dependency constraint from ^1.0.1 to ^2.1. Doing so changes the inheritance tree for the Mezzio\Swoole\SwooleRequestHandlerRunner class, as it can no longer extend Laminas\HttpHandlerRunner\RequestHandlerRunner (this class is now marked final), but must instead implement Laminas\HttpHandl…

Changed

  • This release updates the laminas/laminas-httphandlerrunner dependency constraint from ^1.0.1 to ^2.1. Doing so changes the inheritance tree for the Mezzio\Swoole\SwooleRequestHandlerRunner class, as it can no longer extend Laminas\HttpHandlerRunner\RequestHandlerRunner (this class is now marked final), but must instead implement Laminas\HttpHandlerRunner\RequestHandlerRunnerInterface. Additionally, we have chosen at this time to mark SwooleRequestHandlerRunner as final, preventing extension; you may change the behavior via either decoration or by supplying listeners for the various events it triggers.

This milestone is closed.

No open issues remain. View closed issues or see open milestones in this repository.