Skip to content

v2.1.2

Compare
Choose a tag to compare
@nmervaillie nmervaillie released this 13 Mar 18:02
· 1066 commits to master since this release

This version is a bugfix release

Release notes

  • Fixes issue where the X-Write header is wrong on read-only transactions first request. Fixes #323.
  • Primary index annotations are picked up on the whole class class hierarchy, not only on leaf class. Fixes #332.
  • Support Neo4j 3.1.2
  • Performance improvement when saving lots of nodes and relationships in the same transaction.
  • Ensure RelationshipEntities not referenced by NodeEntities can be loaded. Fixes #309.
  • Documentation improvements.