Skip to content

v2.1.1

Compare
Choose a tag to compare
@mangrish mangrish released this 13 Jan 11:13
· 1158 commits to master since this release

This version is a patch release to support the 4.2.0.RELEASE of Spring Data Neo4j.

Change Log

  • Fixes issue where session.loadAll would sort by ids instead of by the sort order specified. Fixes #302.
  • Completely updated documentation.
  • Fix for @Index not working properly with @Property. Resolves #312.
  • ClassInfo.addIndexes() now uses MetaDataClassLoader.loadClass() to fix issue in Play 2.5. Resolves #314.
  • Made Index validation comparison ignore whitespace.
  • Bump Neo4j version to 3.0.8.
  • Ensure polymorphic relationship entity references can be correctly resolved at runtime. Fixes #298.
  • Fix issue where no neo4j dependencies causes embedded driver to silently fail.
  • Removed requirement for embedded driver to always download neo4j dependencies.
  • Session.loadAll() sorts by SortOrder specified instead of by Ids. Fixes #302.
  • Fix commit/rollback X-WRITE headers not being sent to correct node in HTTP Driver.