All Versions
11
Latest Version
Avg Release Cycle
230 days
Latest Release
1802 days ago

Changelog History
Page 1

  • v2.7.0 Changes

    May 14, 2019

    โž• 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.
  • v2.6.0 Changes

    April 12, 2018

    โž• 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.
  • v2.5.4 Changes

    April 12, 2018

    โž• Added

    ๐Ÿ”„ Changed

    • Nothing.

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  #29 fixes how the HTTP Auth adapter treats credentials,
      ensuring it splits only on the first : character, and thus allows : characters
      as part of the password segment of the credential.
  • v2.5.3 Changes

    February 29, 2016

    โž• Added

    • Nothing.

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

    • โšก๏ธ #8 updates dependencies to allow usage of zend-stdlib 3.0, and to require tests to pass against PHP 7.
  • v2.5.2 Changes

    June 15, 2015

    โž• Added

    • #4 adds documentation, which can be compiled using bookdown: bookdown doc/bookdown.json; docs can then be viewed by starting a web server via php -S 0.0.0.0:8000 -t doc/html/ and browsing to http://localhost:8000/.

    (Add bookdown globally using composer global require bookdown/bookdown.)

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

    • Nothing.
  • v2.4.13

    July 13, 2017
  • v2.4.12

    June 19, 2017
  • v2.4.11

    December 19, 2016
  • v2.4.10

    May 09, 2016
  • v2.4.9

    November 23, 2015