Skip to content

4.0.0

Compare
Choose a tag to compare
@laminas-bot laminas-bot released this 16 Dec 16:00
· 121 commits to 4.11.x since this release
4.0.0
458a57c

Release Notes for 4.0.0

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.

4.0.0

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 1

BC Break,Enhancement