Releases: googleapis/google-auth-library-php
Releases · googleapis/google-auth-library-php
v1.14.3
1.14.3 (10/16/2020)
- [fix]: add expires_at to GCECredentials (#314)
v1.14.2
1.14.2 (10/14/2020)
- [fix]: Better FetchAuthTokenCache and getLastReceivedToken (#311)
v1.14.1
1.14.1 (10/06/2020)
- [fix]: variable typo (#310)
v1.14.0
1.14.0 (10/02/2020)
- [feat]: Add support for default scopes (#306)
v1.13.0
v1.13.0 (09/18/2020)
- [feat]: Add service account identity support to GCECredentials (#304)
v1.12.0
v1.12.0 (09/08/2020)
- [feat]: Add QuotaProject option to getMiddleware (#296)
- [feat]: Add caching for calls to GCECredentials::onGce (#301)
- [feat]: Add updateMetadata function to token cache (#298)
- [fix]: Use quota_project_id instead of quota_project (#299)
v1.11.0
1.11.0 (7/22/2020)
- [feat]: Check cache expiration (#291)
- [fix]: OAuth2 cache key when audience is set (#291)
v1.10.0
1.10.0 (7/8/2020)
- [feat]: Add support for Guzzle 7 (#256)
- [fix]: Remove SDK warning (#283)
- [chore]: Switch to github pages deploy action (#284)
v1.9.0
1.9.0 (5/14/2020)
- [feat] Add quotaProject param for extensible client options support (#277)
- [feat] Add signingKeyId param for jwt signing (#270)
- [docs] Misc documentation improvements (#268, #278, #273)
- [chore] Switch from Travis to Github Actions (#273)