- Better error handling.
- Added dependency on `proto-google-cloud-datastore-v1` package (replacing `proto-google-datastore-v1`). This changes the proto import paths from `google.datastore.v1` to `google.cloud.proto.datastore.v1`.
- Updated version of
proto-google-datastore-v1dependency.
- Updated version of
proto-google-datastore-v1dependency.
- Removed unnecessary dependencies from
setup.py.
- Update required versions of
httplib2andoauth2client.
- Rename
local_cloud_datastore.pytodatastore_emulator.pyand update it to use the Cloud Datastore emulator.
- Update
helper.pyso it works with the Cloud Datastore Emulator.
- Support for Google Cloud Datastore API v1
- Upgraded proto library to 1.0.0.beta.2.
-
Support for Google Cloud Datastore API v1beta3
-
Support for Google Application Default Credentials.
-
Fixes: googleapis#37
-
Environment variable
DATASTORE_DATASET_IDis nowDATASTORE_PROJECT_ID. -
Environment variable
DATASTORE_HOSTis nowDATASTORE_EMULATOR_HOSTand its value no longer includes the URL scheme. For example:DATASTORE_EMULATOR_HOST=localhost:8080instead of:
DATASTORE_HOST=http://localhost:8080 -
helper.set_value()now supportslongvalues.- Fixes: googleapis#49