run:R W Run
DIR
2026-04-08 19:42:54
R W Run
4.1 KB
2026-04-08 19:30:19
R W Run
1.93 KB
2026-04-08 19:30:19
R W Run
11.08 KB
2026-04-08 19:30:20
R W Run
10.02 KB
2026-04-08 19:30:19
R W Run
7.6 KB
2026-04-08 19:30:20
R W Run
1.09 KB
2026-04-08 19:30:19
R W Run
error_log
📄CHANGELOG.md
1## 1.11.0 (7/22/2020)
2
3* [feat]: Check cache expiration (#291)
4* [fix]: OAuth2 cache key when audience is set (#291)
5
6## 1.10.0 (7/8/2020)
7
8* [feat]: Add support for Guzzle 7 (#256)
9* [fix]: Remove SDK warning (#283)
10* [chore]: Switch to github pages deploy action (#284)
11
12## 1.9.0 (5/14/2020)
13
14* [feat] Add quotaProject param for extensible client options support (#277)
15* [feat] Add signingKeyId param for jwt signing (#270)
16* [docs] Misc documentation improvements (#268, #278, #273)
17* [chore] Switch from Travis to Github Actions (#273)
18
19## 1.8.0 (3/26/2020)
20
21* [feat] Add option to throw exception in AccessToken::verify(). (#265)
22* [feat] Add support for x-goog-user-project. (#254)
23* [feat] Add option to specify issuer in AccessToken::verify(). (#267)
24* [feat] Add getProjectId to credentials types where project IDs can be determined. (#230)
25
26## 1.7.1 (02/12/2020)
27
28* [fix] Invalid character in iap cert cache key (#263)
29* [fix] Typo in exception for package name (#262)
30
31## 1.7.0 (02/11/2020)
32
33* [feat] Add ID token to auth token methods. (#248)
34* [feat] Add support for ES256 in `AccessToken::verify`. (#255)
35* [fix] Let namespace match the file structure. (#258)
36* [fix] Construct RuntimeException. (#257)
37* [tests] Update tests for PHP 7.4 compatibility. (#253)
38* [chore] Add a couple more things to `.gitattributes`. (#252)
39
40## 1.6.1 (10/29/2019)
41
42* [fix] Handle DST correctly for cache item expirations. (#246)
43
44## 1.6.0 (10/01/2019)
45
46* [feat] Add utility for verifying and revoking access tokens. (#243)
47* [docs] Fix README console terminology. (#242)
48* [feat] Support custom scopes with GCECredentials. (#239)
49* [fix] Fix phpseclib existence check. (#237)
50
51## 1.5.2 (07/22/2019)
52
53* [fix] Move loadItems call out of `SysVCacheItemPool` constructor. (#229)
54* [fix] Add `Metadata-Flavor` header to initial GCE metadata call. (#232)
55
56## 1.5.1 (04/16/2019)
57
58* [fix] Moved `getClientName()` from `Google\Auth\FetchAuthTokenInterface`
59 to `Google\Auth\SignBlobInterface`, and removed `getClientName()` from
60 `InsecureCredentials` and `UserRefreshCredentials`. (#223)
61
62## 1.5.0 (04/15/2019)
63
64### Changes
65
66 * Add support for signing strings with a Credentials instance. (#221)
67 * [Docs] Describe the arrays returned by fetchAuthToken. (#216)
68 * [Testing] Fix failing tests (#217)
69 * Update GitHub issue templates (#214, #213)
70
71## 1.4.0 (09/17/2018)
72
73### Changes
74
75 * Add support for insecure credentials (#208)
76
77## 1.3.3 (08/27/2018)
78
79### Changes
80
81 * Add retry and increase timeout for GCE credentials (#195)
82 * [Docs] Fix spelling (#204)
83 * Update token url (#206)
84
85## 1.3.2 (07/23/2018)
86
87### Changes
88
89 * Only emits a warning for gcloud credentials (#202)
90
91## 1.3.1 (07/19/2018)
92
93### Changes
94
95 * Added a warning for 3 legged OAuth credentials (#199)
96 * [Code cleanup] Removed useless else after return (#193)
97
98## 1.3.0 (06/04/2018)
99
100### Changes
101
102 * Fixes usage of deprecated env var for GAE Flex (#189)
103 * fix - guzzlehttp/psr7 dependency version definition (#190)
104 * Added SystemV shared memory based CacheItemPool (#191)
105
106## 1.2.1 (24/01/2018)
107
108### Changes
109
110 * Fixes array merging bug in Guzzle5HttpHandler (#186)
111 * Fixes constructor argument bug in Subscriber & Middleware (#184)
112
113## 1.2.0 (6/12/2017)
114
115### Changes
116
117 * Adds async method to HTTP handlers (#176)
118 * Misc bug fixes and improvements (#177, #175, #178)
119
120## 1.1.0 (10/10/2017)
121
122### Changes
123
124 * Supports additional claims in JWT tokens (#171)
125 * Adds makeHttpClient for creating authorized Guzzle clients (#162)
126 * Misc bug fixes/improvements (#168, #161, #167, #170, #143)
127
128## 1.0.1 (31/07/2017)
129
130### Changes
131
132* Adds support for Firebase 5.0 (#159)
133
134## 1.0.0 (12/06/2017)
135
136### Changes
137
138* Adds hashing and shortening to enforce max key length ([@bshaffer])
139* Fix for better PSR-6 compliance - verifies a hit before getting the cache item ([@bshaffer])
140* README fixes ([@bshaffer])
141* Change authorization header key to lowercase ([@stanley-cheung])
142
143## 0.4.0 (23/04/2015)
144
145### Changes
146
147* Export callback function to update auth metadata ([@stanley-cheung][])
148* Adds an implementation of User Refresh Token auth ([@stanley-cheung][])
149
150[@bshaffer]: https://github.com/bshaffer
151[@stanley-cheung]: https://github.com/stanley-cheung
152