All Versions
175
Latest Version
Avg Release Cycle
22 days
Latest Release
106 days ago
Changelog History
Page 16
Changelog History
Page 16
-
v3.3.3 Changes
November 01, 2017- ๐ Fixed Travis CI builds for pull requests
- ๐ Fixed class/namespace collisions in certain PHP versions.
-
v3.3.2 Changes
October 23, 2017- Only classes implementing an interface should be final.
-
v3.3.1 Changes
October 21, 2017- โช Restored PHP 7.0 compatibility
-
v3.3.0 Changes
October 21, 2017- Enabled API exceptions to be debuggable by including the sent request and received response. (Documentation)
-
v3.2.1 Changes
October 12, 2017- โช Reverted
Kreait\Firebase\Factorydeprecations introduced in 3.2.0
- โช Reverted
-
v3.2.0 Changes
October 05, 2017- โ Added user management features (Documentation)
- ๐ Deprecated
Kreait\Firebase\Factory::withServiceAccount(), useKreait\Firebase\Factory::withServiceAccountAndApiKey()instead - ๐ Deprecated
Kreait\Firebase::asUserWithClaims(), useKreait\Firebase\Auth::getUser()andKreait\Firebase::asUser()instead - ๐ Deprecated
Kreait\Firebase::getTokenHandler(), useKreait\Firebase\Auth::createCustomToken()andKreait\Firebase\Auth::verifyIdToken()instead. - โ Added migration instructions for deprecated methods, see Documentation
-
v3.1.2 Changes
August 11, 2017- โ Removed the restriction to the google/auth package to versions <1.0
-
v3.1.1 Changes
June 17, 2017- ๐ Fixed the error that Service Account Autodiscovery was not working when no Discoverer was given.
-
v3.1.0 Changes
June 10, 2017- ๐ Deprecated
Kreait\Firebase\Factory::withCredentials()(Documentation) - ๐ Extracted Service Account discovery to a distinct component (Documentation)
- Added
Kreait\Firebase\ServiceAccount::discover() - You can now add your own discovery methods (Documentation)
- Added
- ๐ Updated and restructured the documentation
- ๐ Deprecated
-
v3.0.2 Changes
June 08, 2017- โ Added additional checks to ensure given credentials are valid and readable
- When using the Factory and passing the path to an invalid credentials file, the factory would continue to try to get the credentials e.g. from one of the environment variables. This has now changed: the factory immediately quits when given invalid credentials.