Skip to content

Google Cloud PHP v0.28.0

Compare
Choose a tag to compare
@dwsupplee dwsupplee released this 25 Apr 15:38

Google Cloud PHP v0.28.0

Cloud Vision v0.3.0

  • A GAPIC generated layer for vision has been added. (#463)

Cloud Logging v1.1.0

  • Support for insertId and timestamp on Logger::entry(). (#462)

Cloud PubSub v0.4.0

  • BREAKING CHANGE The Google\Cloud\PubSub\Duration and Google\Cloud\PubSub\Timestamp classes have been moved out of PubSub and into Core to be shared. Subsequently, PubSubClient::timestamp() and PubSubClient::duration() now return Google\Cloud\Core\Timestamp and Google\Cloud\Core\Duration instances. (#462)
  • Shoutout to @adriankirchner for addressing a doc issue in the publish methods. (#460)

Cloud Core v1.2.0

  • Google\Cloud\Core\Duration and Google\Cloud\Core\Timestamp classes have been added. (#462)
  • A fix for an issue with handling sub second precision while using gRPC. (#462)