Skip to content

Releases: googleapis/google-api-php-client

v2.13.1

13 Mar 20:38
895749d
Compare
Choose a tag to compare

2.13.1 (2023-03-13)

Bug Fixes

  • Allow dynamic properties on model classes (#2408) (11080d5)

v2.13.0

19 Dec 22:17
b653a33
Compare
Choose a tag to compare

2.13.0 (2022-12-19)

Features

  • Make auth http client config extends from default client config (#2348) (2640250)

Bug Fixes

  • Don't send content-type header if no post body exists (#2288) (654c0e2)
  • Ensure new redirect_uri propogates to OAuth2 class (#2282) (a69131b)
  • Update accounts.google.com authorization URI (#2275) (b2624d2)

v2.12.6

06 Jun 20:01
f92aa12
Compare
Choose a tag to compare

Bug Fixes

  • MediaFileUpload fatal error (#2274)

v2.12.5

31 May 14:44
eb10f73
Compare
Choose a tag to compare

Misc

  • fix PHP 8.1 implicit conversion warning (#2259)
  • support for monolog 3 (#2268)
  • add missing public var used by subclasses (#2254)

v2.12.4

20 Apr 16:45
702eed9
Compare
Choose a tag to compare

Miscellaneous

This release is mostly a test to see if documentation generation on tagging is fixed

v2.12.3

18 Apr 16:01
506c488
Compare
Choose a tag to compare

Bug Fixes

  • bad JWT call (#2245)
  • missing import InvalidArgumentException (#2240)
  • check token expires_in attribute (#2218)

v2.12.2

05 Apr 22:35
a18b0e1
Compare
Choose a tag to compare

v2.12.1

02 Dec 03:34
1530583
Compare
Choose a tag to compare

Fixes

  • fix: remove error block of code (#2163)

v2.12.0

01 Dec 17:56
c72e045
Compare
Choose a tag to compare

Features

  • allow credentials object (#2153)

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)