Skip to content

2.1.0

Compare
Choose a tag to compare
@sai-pullabhotla 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 type UserId.
  • Added two new methods to the EntityManager and DatastoreTransaction interfaces to retrieve entities by their Key (DatastoreKey).
  • Enhanced the EntityManager interface to support ID/Key allocation.
  • Marked the DatastoreKey interface as Serializable.
  • Upgraded the underlying google-cloud-datastore API to the latest version, 1.2.0.
  • Fixed potential NullPointerException and ClassCastException in the DatastoreProperty Entity (part of the Metadata API).