Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

New important features and updates

Compare
Choose a tag to compare
@marcosvidolin marcosvidolin released this 21 Sep 14:25
· 80 commits to master since this release

Version 1.0.0 - Sep 19, 2014

New

  • Entities can have both long and Long as field type (same for int, double, float).
  • Null GeoPt and Date fields are ignored instead of throwing exception.
  • Polymorphic types are handled using @DocumentIndexSubClass annotation (added test for same).

Updates

  • Updated app-engine version to be 1.9.5 and java compiler to 1.7 (this should probably be left for cnosumer to decide).