Skip to content

Releases: googleapis/google-auth-library-php

v1.12.0

08 Sep 16:34
74cad28
Compare
Choose a tag to compare

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.1

27 Jul 19:40
bb959e9
Compare
Choose a tag to compare

1.11.1 (7/27/2020)

v1.11.0

22 Jul 18:25
f675223
Compare
Choose a tag to compare

1.11.0 (7/22/2020)

  • [feat]: Check cache expiration (#291)
  • [fix]: OAuth2 cache key when audience is set (#291)

v1.10.0

08 Jul 19:12
077d6ae
Compare
Choose a tag to compare

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

18 May 17:04
af4abf6
Compare
Choose a tag to compare

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)

v1.8.0

26 Mar 19:48
c7b295f
Compare
Choose a tag to compare

1.8.0 (3/26/2020)

  • [feat] Add option to throw exception in AccessToken::verify(). (#265)
  • [feat] Add support for x-goog-user-project. (#254)
  • [feat] Add option to specify issuer in AccessToken::verify(). (#267)
  • [feat] Add getProjectId to credentials types where project IDs can be determined. (#230)

v1.7.1

12 Feb 20:55
39e243a
Compare
Choose a tag to compare

1.7.1 (02/12/2020)

  • [fix] Invalid character in iap cert cache key (#263)
  • [fix] Typo in exception for package name (#262)

v1.7.0

11 Feb 17:46
e687f40
Compare
Choose a tag to compare

1.7.0 (02/11/2020)

  • [feat] Add ID token to auth token methods. (#248)
  • [feat] Add support for ES256 in AccessToken::verify. (#255)
  • [fix] Let namespace match the file structure. (#258)
  • [fix] Construct RuntimeException. (#257)
  • [tests] Update tests for PHP 7.4 compatibility. (#253)
  • [chore] Add a couple more things to .gitattributes. (#252)

v1.6.1

29 Oct 20:13
45635ac
Compare
Choose a tag to compare

1.6.1 (10/29/2019)

  • [fix] Handle DST correctly for cache item expirations. (#246)

v1.6.0

01 Oct 18:35
6d5455b
Compare
Choose a tag to compare

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)