All Versions
41
Latest Version
Avg Release Cycle
149 days
Latest Release
-

Changelog History
Page 1

  • v2.6.1 Changes

    ๐Ÿš€ Released: 2021-12-22

    • ๐Ÿ›  Fix deprecation notices, providing full support for PHP 8.1 #919 #920
  • v2.6.0 Changes

    October 28, 2020

    ๐Ÿš€ Released: 2020-10-27

    • ๐Ÿ‘ Indicate support for PHP 8
    • ๐Ÿ‘ Allow time to be set for testing purposes #852
  • v2.5.0 Changes

    July 18, 2020

    ๐Ÿš€ Released: 2020-07-18

    • ๐Ÿ‘ Allow Guzzle 7.x to be used #847
  • v2.4.1 Changes

    November 22, 2018

    ๐Ÿš€ Released: 2018-11-22

    • โช Revert to use of AccessToken in type hints to preserve backwards compatibility; this fixes the issue reported in #752 and #753
  • v2.4.0 Changes

    November 21, 2018

    ๐Ÿš€ Released: 2018-11-21

    • โž• Add HttpBasicAuthOptionProvider to ease implementation for providers requiring HTTP basic auth
    • โž• Add GuardedPropertyTrait to allow providers the ability to specify properties that may not be overridden by user-defined values passed to the provider constructor
    • โž• Add AccessTokenInterface and ResourceOwnerAccessTokenInterface to allow providers the ability to override the default AccessToken
  • v2.3.1 Changes

    November 19, 2018

    ๐Ÿš€ Released: 2018-11-19

    • ๐Ÿ‘ Allow paragonie/random_compat's empty 9.99.99 placeholder
    • Throw an UnexpectedValueException on non-JSON responses from access token request (when calling AbstractProvider::getAccessToken())
  • v2.3.0 Changes

    January 13, 2018

    ๐Ÿš€ Released: 2018-01-13

    • โž• Add ProviderRedirectTrait tool for 3rd-party provider libraries to use when handling provider redirections
    • ๐Ÿ›  Fix TypeError thrown because getResourceOwner() receives a non-JSON Response
    • Gracefully handle non-standard errors received from providers
    • โšก๏ธ Update README to reflect official support of PHP 7.2
  • v2.2.1 Changes

    April 25, 2017

    ๐Ÿš€ Released: 2017-04-25

    • ๐Ÿ›  Fix potential type error when HTTP 500 errors are encountered
    • ๐Ÿ‘ Allow broader range of random_compat versions
  • v2.2.0 Changes

    February 14, 2017

    ๐Ÿš€ Released: 2017-02-01

    • ๐Ÿ‘ Allow base URLs to contain query parameters
    • Protect against + being improperly encoded in URL parameters
    • โœ‚ Remove misleading state option from authorization parameters
    • Stop generating more random bytes than necessary
  • v2.1.0 Changes

    January 25, 2017

    ๐Ÿš€ Released: 2017-01-24

    • ๐Ÿ‘ Allow expires_in with a value of 0