Skip to content

5.2.0

Compare
Choose a tag to compare
@bakura10 bakura10 released this 01 Sep 21:49
· 61 commits to master since this release
5.2.0
  • Always add a X-Handled-By to the response at the end of the worker pipeline. This allows to make sure that the original response is modified, as
    some middleware frameworks like Zend\Expressive returns a 404 if the response has not been modified at all. [#31]
  • Worker middleware can be simplified to only have ServerRequestInterface as unique parameter. [#30]