Skip to content

Google Cloud PHP v0.7.1

Compare
Choose a tag to compare
@jdpedrie jdpedrie released this 05 Sep 14:22

Google Cloud PHP v0.7.1

What's Updated?

  • Cloud Datastore now offers better support for blobValues. We've added a class called Blob that you can use with a string, resource, or StreamInterface to better support blobs. You can still insert blobs into Datastore using a resource, but when executing lookups or queries, blobs will be returned as an instance of Blob.
  • DatastoreClient now includes two new factory methods: geoPoint($latitude, $longitude) : GeoPoint and blob() : Blob.

What's Fixed?

  • Bug in EntityMapper which prevented excluded indexes from mapping correctly has been fixed. (h/t @adhiravishankar)