Laminas Diactoros v1.3.2 Release Notes

Release Date: 2015-12-22 // over 8 years ago
  • โž• Added

    • zendframework/zend-diactoros#124 adds four more optional arguments to the ServerRequest constructor:
      • array $cookies
      • array $queryParams
      • null|array|object $parsedBody
      • string $protocolVersion ServerRequestFactory was updated to pass values for each of these parameters when creating an instance, instead of using the related with*() methods on an instance.

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

    • โšก๏ธ zendframework/zend-diactoros#122 updates the ServerRequestFactory to retrieve the HTTP protocol version and inject it in the generated ServerRequest, which previously was not performed.