- Update to latest App Engine SDK version.
- Fixes: googleapis#35.
- Make Python client library thread-safe.
- Fix propagation of
indexed
param to list values in Python helper. - Accept an optional HttpRequestInitializer in DatastoreOptions (Java).
- Demonstrate JWT service account support in Node.js demo app.
- API changes:
BlindWrite
method merged intoCommit
.- Added
list_value
toValue
and changedvalue
to a non-repeated field inProperty
. - In JSON API, string constants are now uppercase and underscore-separated instead of camel-cased (e.g.
LESS_THAN_OR_EQUAL
instead oflessThanOrEqual
).
- GQL changes:
- New synthetic literals:
BLOB
,BLOBKEY
,DATETIME
,KEY
. - Support for
IS NULL
. - Fixed partition ID handling for binding arguments.
- New synthetic literals:
- Documentation changes:
- All documentation has been updated to the v1beta2 API.
- Getting started guide for Node.js now uses v0.4.5 of google-api-nodejs-client.
- Fixed partition ID handling for query requests that include an explicit partition ID.
- Fixed scopes in discovery document.
- Fixed an issue where command line tool didn't work for some locales.
- GQL support.
- Metadata query support.
- Command line tool improvements.
- Microsoft Windows support (
gcd.cmd
). - Testing mode.
- More intuitive
update_indexes
command (renamed toupdateindexes
). - New
create
command and simplifiedstart
command. - Improved integration with existing App Engine applications.
- Microsoft Windows support (
- Ruby samples.
- Java helper for query splitting.
- Initial release.