Skip to content

Google Cloud PHP v0.10.0

Compare
Choose a tag to compare
@jdpedrie jdpedrie released this 05 Oct 15:20

Google Cloud PHP v0.10.0

What's New?

  • Google Cloud Storage now includes several new methods: Bucket::compose(),
    StorageObject::rewrite() and StorageObject::rename() which enable you to
    better manage your storage objects. (#169)
  • Google Cloud Storage now offers the ability to use user-supplied encryption
    keys. (#169)
  • Google Cloud Datastore now supports the
    Datastore Emulator,
    which can be enabled by setting the environment variable
    DATASTORE_EMULATOR_HOST. (#181)

What's Fixed?

  • Datastore no longer sets readConsistency to EVENTUAL on lookups and queries.
    Instead, Datastore allows the API to determine the best option. Users may still
    choose one or the other as before. (#174 and #184)
  • The documentation in Datastore has been updated to be more in line with other
    google-cloud libraries in reference to Keys. Where we formerly referred to keys
    with a complete path as "complete keys", we now use the term "named keys". (#182)