Skip to content

v0.5.1

Compare
Choose a tag to compare
@jdpedrie jdpedrie released this 05 Aug 19:07

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.