--------------------- * Each NdbObject now exposes an `ndbId` String field that maps to the entity's `key.id()` * Added ndb boolean argument to NdbKeyStringField so now when looking at KeyProperty we can fetch either global GraphQL id or the NDB internal id.
0.1.8
--------------------- * Made connection_from_ndb_query resilient to random ndb timeouts
0.1.7
--------------------- * BREAKING: Fixed behavior of KeyProperty to expose GraphQL Global IDs instead of internal ndb.Key values. ([PR 16](https://github.com/graphql-python/graphene-gae/pull/16))
0.1.6
--------------------- * Changing development status to Beta * Added NdbNode.global_id_to_key [PR 15](https://github.com/graphql-python/graphene-gae/pull/15)
0.1.5
--------------------- * Fixed behavior of ndb.KeyProperty ([PR 14](https://github.com/graphql-python/graphene-gae/pull/14))