Skip to content

Google Cloud PHP v0.10.2

Compare
Choose a tag to compare
@jdpedrie jdpedrie released this 11 Oct 17:59

Google Cloud PHP v0.10.2

What's New?

  • Added Google\Cloud\Storage\StorageObject::downloadAsStream() to download a
    file from Google Cloud Storage and return it as a stream. (#199)

What's Fixed?

  • Datastore Queries now respect limits and cursors, and will only auto-page
    when encountering a NOT_FINISHED query response. (#200)
  • Datastore now respects existing meaning values on entity properties, and
    will properly persist and represent them on update and lookup/query
    operations. (#194)
  • Improved Datastore property value type mapping. If an unknown type is
    encountered, the library will throw a RuntimeException. This should only
    happen if new types are added to Google Cloud Datastore, and will indicate to
    the user that an update to Google Cloud PHP may be required. (#194)

Thank You's

  • Hat tip to @Ged15 for the additions to our implementation of Google Cloud
    Storage.