Skip to content

Google Cloud PHP v0.54.0

Compare
Choose a tag to compare
@jdpedrie jdpedrie released this 15 Feb 22:57
05532a3

Google Cloud PHP v0.54.0

google/cloud-core v1.17.0

  • Added closure serialization support to the batch daemon. (#886)
  • Updated batch daemon to support multiple job types. (#848)
  • BREAKING CHANGE Modified some batch configuration options, such as workerNum changing to numWorkers. (#848)

google/cloud-debugger v0.5.0

  • Added support for storing breakpoints in the filesystem. (#887)
  • Fetching and submission of debugging data in non-Windows environments can be accomplished by use of the google-cloud-batch daemon. (#848)
  • In Windows environments, breakpoints may be fetched from Cloud Debugger using the google-cloud-debugger daemon, and will be submitted synchronously at the end of the request. (#894)
  • Fixed issues preventing debugging in Windows environments. (#887, #894)
  • Debuggees are now registered with certain information provided in resource labels. This allows you to click through from the App Engine service page directly to the Debugger UI. (#883)
  • Fixed debugger logpoint name. This improves the usage in the Debugger UI. (#896)
  • Re-register Debuggee in case of certain errors. (#897)

google/cloud-error-reporting v0.8.2

  • Updates for compatibility with batch daemon changes. (#848)

google/cloud-firestore v0.4.2

  • Fixed protobuf error when creating transactions. (#895)

google/cloud-logging v1.9.2

  • Updated documentation to reflect batch daemon changes. (#848)
  • Added closure serialization support to methods utilizing the batch daemon. (#886)

google/cloud-pubsub v0.12.2

  • Updated documentation to reflect batch daemon changes. (#848)
  • Added closure serialization support to methods utilizing the batch daemon. (#886)

google/cloud-vision v0.10.0

  • Added helper methods to improve ease of use when accessing Cloud Vision via Google\Cloud\Vision\V1\ImageAnnotatorClient.