Skip to content

Releases: googleapis/google-auth-library-php

v1.3.2

23 Jul 21:45
436007a
Compare
Choose a tag to compare

1.3.2 (07/23/2018)

Changes

  • Only emits a warning for gcloud credentials (#202)

v1.3.1

20 Jul 20:52
1af6b99
Compare
Choose a tag to compare

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

06 Apr 19:28
Compare
Choose a tag to compare

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

24 Jan 18:29
Compare
Choose a tag to compare

Bug Fixes

  • Fixes array merging bug in Guzzle5HttpHandler (#186)
  • Fixes constructor argument bug in Subscriber & Middleware (#184)

v1.2.0

12 Dec 21:57
Compare
Choose a tag to compare

Enhancements:

  • Adds async method to HTTP handlers (#176)

Bug Fixes:

  • Fix undefined variable issue (#177)

Miscellaneous:

v1.1.0

11 Oct 03:12
Compare
Choose a tag to compare

Misc fixes and enhancements, including:

  • Support for additional claims in JWT tokens (#171)
  • Adds makeHttpClient from credentials (#162)
  • Remove classmap autoloading from composer.json (#168)
  • Fixes wrong variable name in Cache (#161)
  • Remove extra call to isValidKey in Cache (#167)
  • Ensures onAppEngine returns true on Dev AppServer (#170)
  • Fixes README base_uri for guzzle6 (#143)

Google Auth Library PHP v1.0

13 Jun 18:03
Compare
Choose a tag to compare
Prepare for v1.0

v0.10

02 Aug 22:55
Compare
Choose a tag to compare
Merge pull request #123 from google/move-caching-to-credentials

moves caching to wrapper class 'FetchAuthTokenCache' and adds Memory cache

v0.9

02 Jun 17:53
Compare
Choose a tag to compare
simplifies loading of json keys (#115)

v0.8

11 May 15:55
Compare
Choose a tag to compare
adds method to get full cache key (#111)