Releases: googleapis/google-api-php-client
Releases · googleapis/google-api-php-client
v2.13.2
2.13.2 (2023-03-23)
Bug Fixes
- Calling class_exists with null in Google\Model (#2405) (5ed4edc)
v2.13.0
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
Bug Fixes
- MediaFileUpload fatal error (#2274)
v2.12.5
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
Miscellaneous
This release is mostly a test to see if documentation generation on tagging is fixed
v2.12.3
Bug Fixes
- bad JWT call (#2245)
- missing import InvalidArgumentException (#2240)
- check token expires_in attribute (#2218)
v2.12.1
Fixes
- fix: remove error block of code (#2163)
v2.12.0
Features
- allow credentials object (#2153)