Releases: googleapis/google-auth-library-php
Releases · googleapis/google-auth-library-php
v1.2.0
Enhancements:
- Adds
async
method to HTTP handlers (#176)
Bug Fixes:
- Fix undefined variable issue (#177)
Miscellaneous:
v1.1.0
Misc fixes and enhancements, including:
- Support for additional claims in JWT tokens (#171)
- Adds makeHttpClient from credentials (#162)
- Remove classmap autoloading from composer.json (#168)
- Fixes wrong variable name in Cache (#161)
- Remove extra call to isValidKey in Cache (#167)
- Ensures onAppEngine returns true on Dev AppServer (#170)
- Fixes README base_uri for guzzle6 (#143)
Google Auth Library PHP v1.0
v0.10
Merge pull request #123 from google/move-caching-to-credentials
moves caching to wrapper class 'FetchAuthTokenCache' and adds Memory cache
v0.9
simplifies loading of json keys (#115)
v0.8
adds method to get full cache key (#111)
v0.7
Merge pull request #100 from bshaffer/fixes-gce-last-received-token
fixes GCE::getLastReceivedToken
v0.6
Merge pull request #93 from bshaffer/misc-fixes
misc fixes - usability and doc fix
v0.5
Adds support for Guzzle 6
v0.4
Merge pull request #80 from google/support-both-firebase-jwt-versions
supports both firebase jwt versions