Skip to content

Releases: googleapis/google-api-php-client

v2.2.3

21 May 18:09
4bfd3ed
Compare
Choose a tag to compare

Bug Fixes

  • Fixing the ability to provide custom retryMap (#1488)
  • Use new auth urls (#1492)
  • Use double pipes in composer dependency file (#1505)
  • Fix usage of undefined constants (#1621)
  • Specify configuration filepath when config file is not found (#1626)

Documentation, Tests, and Examples

  • Add UnexpectedValueException to documentation (#1592)
  • Add batch reset warning (#1613)
  • Remove extra setAccessKey call in examples. (#1469)
  • Updates phpdoc for Google_Client::setScopes (#1465)
  • Small changes to examples/index.php (#1460)
  • misc updates to examples/url-shortener.php (#1456)
  • Update docs to install latest 2.x version (#1491)
  • Fix build status image (#1549)
  • fix tests (#1560)
  • Update Google_Client::revokeToken() docblock. (#1609)
  • Add guzzle config to readme (#1625)

v2.2.2

20 Jun 15:52
4e0fd83
Compare
Choose a tag to compare

Bug Fixes

  • Ensures leeway is at least 1, instead of setting it to 1 (#1455)
  • Fix certificate caching (#1322)
  • Lots of documentation improvements and test fixes.

v2.2.1

03 Nov 01:22
b69b8ac
Compare
Choose a tag to compare
  • Added missing is_array check (#1249)
  • Add missing exception to the catch chain (#1284)
  • Addresse keytype conflict (#1310)

v2.2.0

10 Jul 15:58
Compare
Choose a tag to compare

v2.1.3

30 Mar 18:09
Compare
Choose a tag to compare
  • Fixes createBatch call (#1137)
  • Upgrades php client services to 0.11 (#1171)
  • Misc docs and formatting fixes (#1174, #1132, #1130)

v2.1.1

09 Jan 22:37
Compare
Choose a tag to compare
  • Adds support for phpseclib ~0.3.10 (#1118)
  • Adds ability to pass in Firebase\JWT::$leeway explicitly (#1122)
  • Ensures refresh_token is added to refreshed access tokens (#1121)

v2.1.0

02 Nov 15:08
Compare
Choose a tag to compare
  • updates composer dependencies
    • google/apiclient-services to v0.8 (#1082)
    • google/auth to v0.11
    • firebase/jwt to 4.0
  • Removes tedvim/stash in favor of phpcache, adds caching tests for MemoryCache (#1085)
    • IMPORTANT you are now required to explicitly set your cache

v2.0.3

14 Sep 19:38
Compare
Choose a tag to compare

Docs Fixes, bug fixes, and google/apiclient-services updates

  • updates google/apiclient-services to 0.7 (#1053)
  • Highlight class constant in docs on GitHub (#1038)
  • Fix issue tracker link (#1039)
  • uses syslog handler on appengine (#1025)
  • fixes issue with BC breaking google/auth change (#1028)
  • Update Client.php (#1030)
  • Remove references to Google_Config (#1029)
  • updates auth and uses in-memory cache (#1019)
  • bump apiclient-services version to 0.8(#1006)

v2.0.2

21 Jul 18:54
Compare
Choose a tag to compare

What's Fixed
Guzzle has been updated to 6.2.1 in order to fix CVE-2016-5385 in the release package. The downstream google/apiclient-services dependency has been tagged to a major version, to allow the flexibility of automatically updating to API updates while preventing unwanted BC changes.

v2.0.1

28 Jun 18:58
Compare
Choose a tag to compare
adds service account, OAuth, general usage, and proxying to README (#…