Releases: googleapis/google-auth-library-php
Releases · googleapis/google-auth-library-php
v1.6.0
1.6.0 (10/01/2019)
- [feat] Add utility for verifying and revoking access tokens. (#243)
- [docs] Fix README console terminology. (#242)
- [feat] Support custom scopes with GCECredentials. (#239)
- [fix] Fix phpseclib existence check. (#237)
v1.5.2
1.5.2 (07/22/2019)
- [fix] Move loadItems call out of
SysVCacheItemPool
constructor. (#229)
- [fix] Add
Metadata-Flavor
header to initial GCE metadata call. (#232)
v1.5.1
1.5.1 (04/16/2019)
- [fix] Moved
getClientName()
from Google\Auth\FetchAuthTokenInterface
to Google\Auth\SignBlobInterface
, and removed getClientName()
from InsecureCredentials
and UserRefreshCredentials
. (#223)
v1.5.0
1.5.0 (04/15/2019)
Note We recommend use of v1.5.1, containing an important bugfix.
Changes
- Add support for signing strings with a Credentials instance. (#221)
- [Docs] Describe the arrays returned by fetchAuthToken. (#216)
- [Testing] Fix failing tests (#217)
- Update GitHub issue templates (#214, #213)
v1.4.0
1.4.0 (09/17/2018)
Changes
- Add support for insecure credentials (#208)
v1.3.3
1.3.3 (08/27/2018)
Changes
- Add retry and increase timeout for GCE credentials (#195)
- [Docs] Fix spelling (#204)
- Update token url (#206)
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)