Skip to content

Releases: googleapis/google-cloud-php

Google Cloud PHP v0.6.0

09 Aug 17:59
Compare
Choose a tag to compare

Google Cloud PHP v0.6.0

What's New?

  • Google Cloud PHP now supports Google Cloud Platform's Natural Language API. Natural Language can be used to extract information about people, places, events and more, to understand sentiment in human language, or parse intent. Natural Language is the second Machine Learning API implemented in Google Cloud PHP, following the release of Vision in v0.5.0.

What's Updated?

  • Google Cloud PHP now allows you to programmatically delete BigQuery tables, and to insert rows directly into your table one at a time, or as a batch.

v0.5.1

05 Aug 19:07
Compare
Choose a tag to compare

gcloud-php v0.5.1

What's Updated?

  • Google Cloud PHP now supports guzzlehttp/psr7 ^v1.2.

What's Fixed?

  • When no request body is specified, request handler should fall back to null rather than [].
  • Fix bug in service request in BigQuery Dataset::createTable() method.

v0.5.0

27 Jul 15:00
Compare
Choose a tag to compare

gcloud-php v0.5.0

What's new?

Vision

This version of the Google Cloud Platform PHP Library introduces support for the Google Cloud Vision API. Google Cloud Vision is the first Google Cloud Platform Machine Learning API to be supported by the PHP client, and allows developers to understand the content of their images, classifying them in several different categories, such as faces, landmarks, safe search and more. Learn more about Google Cloud Vision, or check out the PHP Vision Documentation to get started!

v0.4.1

19 Jul 16:48
Compare
Choose a tag to compare

gcloud-php v0.4.1

What's Fixed?

  • This minor release fixes a bug in the Pub/Sub service which incorrectly handled lists of subscriptions by topic. It also adds name() methods to the Google\Cloud\PubSub\Topic and Google\Cloud\PubSub\Subscription classes to facilitate getting the name of the topic or subscription without requiring an unnecessary service call.

v0.4.0

06 Jul 15:43
Compare
Choose a tag to compare

gcloud-php v0.4.0

What's New?

Logging

This version of gcloud-php introduces support for Google Stackdriver Logging. It includes out-of-the-box support for PSR-3 loggers, and can easily integrate with your existing framework or library!

What's Improved?

Upgraded Auth

gcloud-php now requires google/auth version 0.9. This change means that gcloud-php will now try to determine your project id based on your keyfile, rather than requiring that you explicitly pass it into the ServiceBuilder configuration!

v0.3.0

02 Jun 19:51
Compare
Choose a tag to compare
Prepare for v0.3.0 (#53)

v0.2.0

03 Apr 14:21
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
Merge pull request #29 from mcrumm/key_file_rewind

Rewind the keyFileStream before each read

v0.1.0

29 Mar 01:39
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
Merge pull request #24 from dwsupplee/release-0.1.0

0.1.0 release!