Releases: googleapis/google-api-php-client
Releases · googleapis/google-api-php-client
v2.2.3
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
v2.2.1
v2.2.0
v2.1.3
v2.1.1
v2.1.0
v2.0.3
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
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.