Skip to content

Releases: googleapis/google-api-php-client

v2.11.0

20 Sep 21:17
7db9eb4
Compare
Choose a tag to compare

Features

  • allow guzzlehttp/psr7 v2 (#2128)
  • add 8.1 compatibility and tests (#2113)

v2.10.1

25 Jun 14:27
11871e9
Compare
Choose a tag to compare

Bug Fixes

  • fix semver requirement in composer.json (#2093)

v2.10.0

23 Jun 18:19
b86b0c9
Compare
Choose a tag to compare

Features

  • Requires v0.200.0 of google/apiclient-services. This library now uses namespaces for all generated and library classes. See the google/apiclient-services release notes for more information.

v2.9.2

09 Jun 22:16
e9ef4c2
Compare
Choose a tag to compare

Bug fixes

  • ensure Google_Task_Retryable is an interface (#2034)
  • ensure composer cleanup works for upcoming service namespaces (#2084)

v2.9.1

19 Jan 18:07
2fb6e70
Compare
Choose a tag to compare

PHP Version Requirements

❗ Note that as of v2.9.0, released earlier today, PHP versions 5.4 and 5.5 and phpseclib lower than version 2.0 are no longer supported.

Miscellaneous

  • fix asset release and documentation generation (#2030)

v2.9.0

19 Jan 15:19
2fa15d9
Compare
Choose a tag to compare

PHP Version Requirements

❗ Note that PHP versions 5.4 and 5.5 and phpseclib lower than version 2.0 are no longer supported.

Features

  • support phpseclib version 3 (#2019)
  • add support for php 8 (#2017)

Bug fixes

  • ensure names match sync repo settings (#2022)
  • exclude PageSpeed Insights API errors from retries. (#2010)

v2.8.3

17 Nov 17:34
81696e6
Compare
Choose a tag to compare

Bug Fixes

  • add classes in aliases.php to fix IDE error (#1995)

v2.8.2

11 Nov 17:09
24f3ec0
Compare
Choose a tag to compare

Bug Fixes

  • avoid autoload in aliases.php (#1991)

v2.8.1

27 Oct 23:20
c8f6d09
Compare
Choose a tag to compare

Bug Fixes

  • fix preload error caused by alias.php (#1978)

Documentation

  • fix docblock references caused by new namespaces (#1977, #1980)

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)