Skip to content

Releases: googleapis/google-auth-library-php

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)

v1.5.2

22 Jul 21:01
Compare
Choose a tag to compare

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

16 Apr 18:48
0f75e20
Compare
Choose a tag to compare

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

15 Apr 17:31
1d86371
Compare
Choose a tag to compare

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

17 Sep 20:30
Compare
Choose a tag to compare

1.4.0 (09/17/2018)

Changes

  • Add support for insecure credentials (#208)

v1.3.3

27 Aug 19:49
af72b3f
Compare
Choose a tag to compare

1.3.3 (08/27/2018)

Changes

  • Add retry and increase timeout for GCE credentials (#195)
  • [Docs] Fix spelling (#204)
  • Update token url (#206)