Zend Framework 2 Components v2.7.0 Release Notes

Release Date: 2019-05-14 // almost 5 years ago
  • โž• Added

    • ๐Ÿ‘ #44 adds support for PHP 7.3.
    • #47 adds configuration option to Zend\Authentication\Validator\Authentication for mapping custom authentication result codes to existing and new validation message types.

    ๐Ÿ”„ Changed

    • #42 Changes authentication using Basic scheme to re-challenge the client when credentials in Authorization header can not be base64 decoded.

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • ๐Ÿš€ #44 removes support for zend-stdlib v2 releases.

    ๐Ÿ›  Fixed

    • Nothing.

Previous changes from v2.6.0

  • โž• Added

    • ๐Ÿ‘ #34 adds support for PHP 7.2.

    ๐Ÿ”„ Changed

    • #14 modifies the Zend\Authentication\Validator\Authentication class such that
      it now will pull an adapter from the composed AuthenticationService instance if no
      authentication adapter is registered directly with the validator. This will only work
      if the adapter is a ValidatableAdapterInterface implementation (all AbstractAdapter
      instances are already implementations).

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    ๐Ÿšš #30 removes support for HHVM.

    ๐Ÿšš #30 removes support for PHP 5.5.

    ๐Ÿ›  Fixed

    • Nothing.