Skip to content

Google Cloud PHP v0.8.0

Compare
Choose a tag to compare
@jdpedrie jdpedrie released this 09 Sep 14:47

Google Cloud PHP v0.8.0

What's New?

  • Added support for Google Cloud Speech. Cloud Speech allows you to take advantage of Google's advanced machine learning to convert spoken word to text.
  • Google\Cloud\Storage\Object now has a copy() method allowing you to create a copy of an object in Google Cloud Storage.

What's Updated?

  • BREAKING CHANGE Google\Cloud\Storage\Object has been renamed Google\Cloud\Storage\StorageObject.
  • BREAKING CHANGE Google\Cloud\Vision\VisionClient::annotateBatch() now returns Google\Cloud\Vision\Annotation[] rather than a Generator.

Shout-Outs

  • Thanks to @adhiravishankar for reminding us that Object has been "reserved" in PHP 7.