Skip to content

Releases: googleapis/google-api-php-client-services

Release v0.202.0

05 Jul 01:41
c72cb04
Compare
Choose a tag to compare
v0.202.0

Release v0.201.1

28 Jun 01:42
ee10722
Compare
Choose a tag to compare
v0.201.1

Release v0.201.0

21 Jun 01:47
0375af4
Compare
Choose a tag to compare
v0.201.0

v0.200.0

18 Jun 16:42
0375af4
Compare
Choose a tag to compare

v0.200.0

Improvements

  • Generated classes now use namespaces
  • Generated classes have been moved from src/Google/Service to src
  • Modern [] array syntax is used instead of array()
  • Service classes now accept an optional Google\Client|array $clientOrConfig parameter as their constructor instead of requiring an instance of Google\Client
  • ::class is used for evaluating class names

Backwards-Compatibility

  • The autoloader in autoload.php ensures backwards compatibility with google/apiclient
  • Every class file calls class_alias to create an alias for the legacy class name.
  • Tests have been added to check forward and backwards compatibility (see tests/VendorTest.php)

Release v0.181.0

14 Jun 01:44
a4ea5fd
Compare
Choose a tag to compare
v0.181.0

Release v0.180.0

07 Jun 01:58
69b977f
Compare
Choose a tag to compare
v0.180.0

Release v0.179.0

02 Jun 19:02
c161f1e
Compare
Choose a tag to compare
v0.179.0

v0.172.0

27 Apr 16:30
85e8a9f
Compare
Choose a tag to compare

Manual release of latest batch of API updates.

v0.170.0

20 Apr 20:37
b45ddc3
Compare
Choose a tag to compare

Manual release of latest batch of API updates.

v0.156

30 Nov 20:05
2f5e54f
Compare
Choose a tag to compare

Bug Fixes

  • array typehint (#238)