tag:github.com,2008:https://github.com/mvc5/http-message/releasesRelease notes from http-message2021-05-11T04:46:27Ztag:github.com,2008:Repository/84766622/10.0.02021-05-11T05:14:44ZPHP 8<p>PHP 8</p>devosctag:github.com,2008:Repository/84766622/9.0.02020-04-12T03:36:05ZFinal Classes<p>Classes have been defined as final where applicable.</p>devosctag:github.com,2008:Repository/84766622/8.0.02020-03-27T04:44:28ZNamespaced Constants<p>Namespaced constants are in effect.</p>devosctag:github.com,2008:Repository/84766622/7.0.12020-03-21T16:17:37ZSponsorship<p>A Github Sponsors funding file has been added.</p>devosctag:github.com,2008:Repository/84766622/7.0.02020-03-07T14:30:53ZPHP 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>devosctag:github.com,2008:Repository/84766622/6.0.02020-02-22T16:26:44ZPHP 7.4, laminas-diactoros<p>Minimum version PHP 7.4. Update to laminas-diactoros.</p>devosctag:github.com,2008:Repository/84766622/5.2.12019-01-02T03:52:47ZAuthenticated Plugin<p>A new <code>Authenticated</code> plugin has been added to return true if the user is authenticated.</p>devosctag:github.com,2008:Repository/84766622/5.22018-12-31T05:45:12ZZend Diactoros (2.1) Update<p>Update to Zend Diactoros 2.1. Removes deprecated function calls and uses parse cookie function.</p>devosctag:github.com,2008:Repository/84766622/5.12018-06-10T18:13:19ZJSON 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>devosctag:github.com,2008:Repository/84766622/5.02018-04-06T22:04:12ZNullable, 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