google_cloud_datastore 0.3.0
google_cloud_datastore: ^0.3.0 copied to clipboard
Connect to a google cloud datastore via the protocol buffer api
version 0.3.0
=============
Breaking changes
- Entity constructor only takes single argument
Enhancements
- Query and filter improvements
- Query arguments type checks relaxed so either a String or KindDefinition can specify a query
- Filter argument type checks relaxed so either a String or PropertyDefinition can be used to specify a filter
- Query can only filter a single property for inequality
- Query must sort a property used in an inequality filter first.
version 0.2.3
=============
Bugfixes
- Query and lookup could add elements to an empty stream
Version 0.2.2
=============
Enhancements
- Deprecated @kind and @property annotations, in deference to dart conventions.
- Added example which demonstrates the use of the protobuf api.