Releases: googleapis/google-auth-library-php
Releases · googleapis/google-auth-library-php
v1.3.2
1.3.2 (07/23/2018)
Changes
- Only emits a warning for gcloud credentials (#202)
v1.3.1
1.3.1 (07/19/2018)
Changes
- Added a warning for 3 legged OAuth credentials (#199)
- [Code cleanup] Removed useless else after return (#193)
v1.3.0
Adds SystemV shared memory based CacheItemPool (#191)
Now you can cache credentials into shared memory!
Bugs
- Fixes usage of deprecated env var for GAE Flex (#189)
- Fixes guzzlehttp/psr7 dependency version definition (#190)
v1.2.1
Bug Fixes
- Fixes array merging bug in Guzzle5HttpHandler (#186)
- Fixes constructor argument bug in Subscriber & Middleware (#184)
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)