Skip to content

Google Cloud PHP v0.9.0

Compare
Choose a tag to compare
@jdpedrie jdpedrie released this 26 Sep 16:13

Google Cloud PHP v0.9.0

What's New?

  • Google Cloud Datastore's Transaction class now includes a rollback() method.
  • Google Stackdriver Logging's Logger class now includes an entries() method.

What's Fixed?

  • Datastore Entities without properties were raising an error. This has been fixed.
  • API Exceptions (exceptions extending Google\Cloud\Exception\ServiceException)
    will now return the full message instead of the truncated response given by Guzzle.

Shout Outs

  • Thanks to @adhiravishankar for fixing a bug in Datastore.
  • Thanks to @layoaster for bringing the lack of rollback() in transactions to
    our attention.