tag:github.com,2008:https://github.com/mvc5/http-message/releases Release notes from http-message 2021-05-11T04:46:27Z tag:github.com,2008:Repository/84766622/10.0.0 2021-05-11T05:14:44Z PHP 8 <p>PHP 8</p> devosc tag:github.com,2008:Repository/84766622/9.0.0 2020-04-12T03:36:05Z Final Classes <p>Classes have been defined as final where applicable.</p> devosc tag:github.com,2008:Repository/84766622/8.0.0 2020-03-27T04:44:28Z Namespaced Constants <p>Namespaced constants are in effect.</p> devosc tag:github.com,2008:Repository/84766622/7.0.1 2020-03-21T16:17:37Z Sponsorship <p>A Github Sponsors funding file has been added.</p> devosc tag:github.com,2008:Repository/84766622/7.0.0 2020-03-07T14:30:53Z PHP 7.4 New Features and Improvements <p>This is for the <a href="https://github.com/mvc5/mvc5/releases/tag/12.0.0">12.0</a> release.</p> devosc tag:github.com,2008:Repository/84766622/6.0.0 2020-02-22T16:26:44Z PHP 7.4, laminas-diactoros <p>Minimum version PHP 7.4. Update to laminas-diactoros.</p> devosc tag:github.com,2008:Repository/84766622/5.2.1 2019-01-02T03:52:47Z Authenticated Plugin <p>A new <code>Authenticated</code> plugin has been added to return true if the user is authenticated.</p> devosc tag:github.com,2008:Repository/84766622/5.2 2018-12-31T05:45:12Z Zend Diactoros (2.1) Update <p>Update to Zend Diactoros 2.1. Removes deprecated function calls and uses parse cookie function.</p> devosc tag:github.com,2008:Repository/84766622/5.1 2018-06-10T18:13:19Z JSON API <p>JSON requests and responses are now automatically supported. A request with the application/json content type header is decoded automatically (JIT) into an associative array and assigned to the request as the data attribute. If the route match middleware function returns a HTTP Error, e.g 404 Not Found, it is assigned to the request by the router. The error controller will then return the HTTP Error as a JSON Response when the request accept header is application/json. Similarly, when an exception is thrown, the response\exception function will return a JSON Response containing an empty exception message. Alternatively, in development, the debug configuration parameter can be set to true to include the details of the exception.</p> <p>Additional changes have been made for better integration with PSR-7 HTTP Messages.</p> devosc tag:github.com,2008:Repository/84766622/5.0 2018-04-06T22:04:12Z Nullable, Void and Iterable <p>This is for the <a href="https://github.com/mvc5/mvc5/releases/tag/10.0">10.0</a> release.</p> devosc