Skip to content

Releases: googleapis/google-api-php-client

v2.8.0

23 Oct 20:29
cf9a070
Compare
Choose a tag to compare

Features

  • add namespaced names for all classes in this repo (#1937)
    • IMPORTANT: BC is preserved via class aliases (see src/aliases.php)
  • allow array and null config constructors for services (#1929)
  • add caching for GCE and access tokens by default (#1935)

Bug Fixes

  • set exception option to http_errors for guzzle 6 and 7 (#1966)

v2.7.2

18 Sep 20:03
9df720d
Compare
Choose a tag to compare

Bug Fixes

  • add expires_in to default token callback (#1932)
  • remove deprecated src/autoload.php file and include from v1 (#1938)

v2.7.1

08 Sep 16:38
e748d1d
Compare
Choose a tag to compare

Bug Fixes

  • ensure in-memory access token is updated when refresh token is used (#1926)
  • use quota_project_id over quota_project (#1914)

v2.7.0

23 Jul 21:38
48ec945
Compare
Choose a tag to compare

Features

  • Composer cleanup task for removing unwanted services (#1877)

Misc

v2.6.0

10 Jul 17:07
326e37f
Compare
Choose a tag to compare

Features

  • Guzzle 7 support (#1868)

Misc

  • Use GitHub Actions (#1836)
  • Automate asset release (#1852)
  • Ignore docs directory when exporting package (#1848)
  • Fix parameter documentation (#1872)
  • Fix examples (#1871)

v2.5.0

26 May 22:29
9ab9cc0
Compare
Choose a tag to compare

Features

  • adds new client options (#1829)

Documentation

  • fix upgrade guide cache note (#1834)
  • add link to google/apiclient-services release page (#1830)
  • update readme with info on services repo (#1823)
  • change setApprovalPrompt to setPrompt in oauth-web.md (#1822)

v2.4.1

26 Mar 15:30
1fdfe94
Compare
Choose a tag to compare

Documentation

  • fix documentation typo (#1741)
  • remove shutdown G+ API references (#1751)
  • remove duplicate lines from oauth-server.md (#1761)
  • update README (#1779)
  • change setApprovalPrompt to setPrompt (#1796)
  • use explicit getter in sample over iterator interface methods (#1783)

Tests

  • upgrade unit tests for PHP 7.4 compatibility (#1710)

Miscellaneous

  • remove sudo:false from travis config (#1732)

v2.4.0

11 Sep 17:38
Compare
Choose a tag to compare

Features

  • Add x-goog-api-client header to requests. (#1709)

v2.3.0

09 Sep 16:20
Compare
Choose a tag to compare

Features

  • Add support for Monolog v2. (#1705)

Fixes

  • Adds phpcs.xml.dist as export-ignore. (#1703)

Documentation and samples

  • Fix indefinite article in README.md. (#1702)
  • Fix Google_Media_MediaFileUpload::__construct() annotation. (#1706)

v2.2.4

19 Aug 18:10
d6c7563
Compare
Choose a tag to compare

Bug fixes

  • Add option to toggle API format version. (#1644)
  • Fix order of arguments for implode in Google_Service_Resource. (#1688

Tests

  • Run tests against PHP 7.3+ and check for cross-version support. (#1684)

Documentation and samples

  • Delete url-shortener.php (#1646)
  • Adds developer docs to repo. (#1668, #1670)
  • Fix docs link (#1673)
  • Update README links (#1677)
  • Remove note about PHP 5.2 support (#1678)
  • Add note about cached access token (#1696)
  • Update api-keys.md (#1699)
  • Change composer alternative wording. (#1697)