tag:github.com,2008:https://github.com/zendframework/zend-authentication/releasesRelease notes from zend-authentication2019-05-14T18:07:34Ztag:github.com,2008:Repository/35280777/release-2.7.02019-05-14T18:14:06Zzend-authentication 2.7.0<h2>Added</h2>
<ul>
<li><a href="https://github.com/zendframework/zend-authentication/pull/44" data-hovercard-type="pull_request" data-hovercard-url="/zendframework/zend-authentication/pull/44/hovercard">#44</a> adds support for PHP 7.3.</li>
<li><a href="https://github.com/zendframework/zend-authentication/pull/47" data-hovercard-type="pull_request" data-hovercard-url="/zendframework/zend-authentication/pull/47/hovercard">#47</a> adds configuration option to <code>Zend\Authentication\Validator\Authentication</code> for mapping custom authentication result codes to existing and new validation message types.</li>
</ul>
<h2>Changed</h2>
<ul>
<li><a href="https://github.com/zendframework/zend-authentication/pull/42" data-hovercard-type="pull_request" data-hovercard-url="/zendframework/zend-authentication/pull/42/hovercard">#42</a> Changes authentication using Basic scheme to re-challenge the client when credentials in Authorization header can not be base64 decoded.</li>
</ul>
<h2>Deprecated</h2>
<ul>
<li>Nothing.</li>
</ul>
<h2>Removed</h2>
<ul>
<li><a href="https://github.com/zendframework/zend-authentication/pull/44" data-hovercard-type="pull_request" data-hovercard-url="/zendframework/zend-authentication/pull/44/hovercard">#44</a> removes support for zend-stdlib v2 releases.</li>
</ul>
<h2>Fixed</h2>
<ul>
<li>Nothing.</li>
</ul>Xerkustag:github.com,2008:Repository/35280777/release-2.6.02018-04-12T21:10:09Zzend-authentication 2.6.0<h2>Added</h2>
<ul>
<li><a href="https://github.com/zendframework/zend-authentication/pull/34" data-hovercard-type="pull_request" data-hovercard-url="/zendframework/zend-authentication/pull/34/hovercard">#34</a> adds support for PHP 7.2.</li>
</ul>
<h2>Changed</h2>
<ul>
<li><a href="https://github.com/zendframework/zend-authentication/pull/14" data-hovercard-type="pull_request" data-hovercard-url="/zendframework/zend-authentication/pull/14/hovercard">#14</a> modifies the <code>Zend\Authentication\Validator\Authentication</code> class such that<br>
it now will pull an adapter from the composed <code>AuthenticationService</code> instance if no<br>
authentication adapter is registered directly with the validator. This will only work<br>
if the adapter is a <code>ValidatableAdapterInterface</code> implementation (all <code>AbstractAdapter</code><br>
instances are already implementations).</li>
</ul>
<h2>Deprecated</h2>
<ul>
<li>Nothing.</li>
</ul>
<h2>Removed</h2>
<ul>
<li>
<p><a href="https://github.com/zendframework/zend-authentication/pull/30" data-hovercard-type="pull_request" data-hovercard-url="/zendframework/zend-authentication/pull/30/hovercard">#30</a> removes support for HHVM.</p>
</li>
<li>
<p><a href="https://github.com/zendframework/zend-authentication/pull/30" data-hovercard-type="pull_request" data-hovercard-url="/zendframework/zend-authentication/pull/30/hovercard">#30</a> removes support for PHP 5.5.</p>
</li>
</ul>
<h2>Fixed</h2>
<ul>
<li>Nothing.</li>
</ul>weierophinneytag:github.com,2008:Repository/35280777/release-2.5.42018-04-12T21:07:38Zzend-authentication 2.5.4<h2>Added</h2>
<ul>
<li><a href="https://github.com/zendframework/zend-authentication/pull/9" data-hovercard-type="pull_request" data-hovercard-url="/zendframework/zend-authentication/pull/9/hovercard">#9</a> adds and<br>
publishes documentation to <a href="https://docs.zendframework.com/zend-authentication/" rel="nofollow">https://docs.zendframework.com/zend-authentication/</a></li>
</ul>
<h2>Changed</h2>
<ul>
<li>Nothing.</li>
</ul>
<h2>Deprecated</h2>
<ul>
<li>Nothing.</li>
</ul>
<h2>Removed</h2>
<ul>
<li>Nothing.</li>
</ul>
<h2>Fixed</h2>
<ul>
<li><a href="https://github.com/zendframework/zend-authentication/pull/29" data-hovercard-type="pull_request" data-hovercard-url="/zendframework/zend-authentication/pull/29/hovercard">#29</a> fixes how the HTTP Auth adapter treats credentials,<br>
ensuring it splits only on the first <code>:</code> character, and thus allows <code>:</code> characters<br>
as part of the password segment of the credential.</li>
</ul>weierophinneytag:github.com,2008:Repository/35280777/release-2.4.132017-07-13T17:09:03Zrelease-2.4.13<p>zend-authentication 2.4.13</p>weierophinneytag:github.com,2008:Repository/35280777/release-2.4.122017-06-19T18:52:04Zrelease-2.4.12<p>zend-authentication 2.4.12</p>weierophinneytag:github.com,2008:Repository/35280777/release-2.4.112016-12-19T22:32:07Zrelease-2.4.11<p>zend-authentication 2.4.11</p>weierophinneytag:github.com,2008:Repository/35280777/release-2.4.102016-05-09T20:45:35Zrelease-2.4.10<p>zend-authentication 2.4.10</p>weierophinneytag:github.com,2008:Repository/35280777/release-2.5.32016-02-29T14:08:08Zzend-authentication 2.5.3<h2>Added</h2>
<ul>
<li>Nothing.</li>
</ul>
<h2>Deprecated</h2>
<ul>
<li>Nothing.</li>
</ul>
<h2>Removed</h2>
<ul>
<li>Nothing.</li>
</ul>
<h2>Fixed</h2>
<ul>
<li><a href="https://github.com/zendframework/zend-authentication/pull/8" data-hovercard-type="pull_request" data-hovercard-url="/zendframework/zend-authentication/pull/8/hovercard">#8</a> updates dependencies to allow usage of zend-stdlib 3.0, and to require tests to pass against PHP 7.</li>
</ul>weierophinneytag:github.com,2008:Repository/35280777/release-2.4.92015-11-23T17:21:49Zrelease-2.4.9<p>zend-authentication 2.4.9</p>weierophinneytag:github.com,2008:Repository/35280777/release-2.4.82015-09-15T17:18:56Zrelease-2.4.8<p>zend-authentication 2.4.8</p>weierophinney