Skip to content

Google Cloud PHP v0.13.1

Compare
Choose a tag to compare
@jdpedrie jdpedrie released this 28 Nov 17:16

Google Cloud PHP v0.13.1

What's Updated

  • Google Cloud Logging now uses resourceName instead of projectId for
    logging entries. (#235 and #253)

What's Fixed

  • The version of google/auth has been updated to prevent conflicts when using
    other Google libraries which rely on auth. (#256)
  • Connection options are removed after being set as URI parameters. This fixes
    a failure case in the Pub/Sub emulator. (#251)
  • When using gRPC, google-cloud-php now uses the correct key name for
    application version. (#247)