2.1.0
sai-pullabhotla
released this
21 Jun 03:17
·
70 commits
to master
since this release
- Provides programmatic access to Datastore Statistics (information available on GCD Dashboard). Various statistics are available through the
DatastoreStats
interface. - Added support for strongly typed identifiers. This allows custom classes to be used as Entity Identifiers. For example, entity
User
may declare its Identifier as of typeUserId
. - Added two new methods to the
EntityManager
andDatastoreTransaction
interfaces to retrieve entities by their Key (DatastoreKey
). - Enhanced the
EntityManager
interface to support ID/Key allocation. - Marked the
DatastoreKey
interface asSerializable
. - Upgraded the underlying google-cloud-datastore API to the latest version, 1.2.0.
- Fixed potential
NullPointerException
andClassCastException
in theDatastoreProperty
Entity (part of the Metadata API).