Skip to content

v2.1.4

Compare
Choose a tag to compare
@frant-hartm frant-hartm released this 15 Aug 12:37
· 1173 commits to master since this release

o Allow use of CompositeConverter on fields in @RelationshipEntity classes
o Allow passing custom driver instance to BoltDriver for custom driver configuration
o Improve lookup of relationship fields of same type, fixes #361
o Improve performance for saving large number of new relationships in one save request
o Update Neo4j to version 3.0.11 in 3.0 profile
o Update Neo4j to version 3.1.6 in 3.1 profile
o Change graph id handling for new entities, fix #381
o Check if node is in MappingContext before firing events, fixes #305
o Fix mapping of @Relationship with default direction
o Don't merge collection property default value with graph value
o Fix issue with empty (non null) collections, #388