Skip to content

Google Cloud PHP v0.31.0

Compare
Choose a tag to compare
@jdpedrie jdpedrie released this 22 May 16:20

Google Cloud PHP v0.31.0

Cloud Pub/Sub v0.5.1

  • When calling Pub/Sub methods subject to a feature whitelist (related to snapshot and seek currently), any exceptions of type Google\Cloud\Core\Exception\NotFoundException will include a reminder of whitelist status in the error message. (#482)

Cloud Spanner v0.2.0

  • Generated GAPIC clients have been updated. (#508)

Cloud Speech v0.4.0

  • Generated GAPIC clients have been updated. (#508)

Cloud Core v1.5.0

  • Added Google\Cloud\Core\WhitelistTrait, and optional argument (bool) $whitelist = false to Google\Cloud\Core\GrpcTrait::send() and Google\Cloud\Core\RestTrait::send(). If this argument is toggled, any thrown exceptions of type Google\Cloud\Core\Exception\NotFoundException will be modified to include a reminder of whitelist status in the error message. (#482)