Spring Data Graph Changelog ============================================= Changes in version 1.0.0.M2 (2011-01-31) ---------------------------------------- General * Improved indexing support - full, named index support for nodes and relationships * Now supporting removal of node and relationship entities * Added strict type checking on entity instantiation from framework methods (according to type strategy) * Added support for dynamic projection to arbitrary graph entities * Updated dependency to Neo4j 1.2 Changes in version 1.0.0.M1 (2010-12-24) ---------------------------------------- General * Simplified annotation driven programming model for Neo4j applications * Strategy to handle representation of java types in the graph * AspectJ ITD backed field mapping for plain Java objects * Annotations for graph persistence * Support for building traversal descriptions * Support for cross-store persistence including basic transaction support * Abstract configuration class