Releases: neo4j/neo4j-ogm
Releases · neo4j/neo4j-ogm
v3.2.23
v3.2.22
v3.2.21
v3.2.20
v3.2.19
v3.2.18
- [bug] Make consistent use of mayBeReadWrite for deciding to clear the session or not. (#860)
- [improvement] Cache field information for relationship fields. (#849)
- [improvement] Cache start and endnode field info for ClassInfo instances describing relationship entities. (#852)
- [improvement] Cache relationship type. (#853)
- [improvement] Avoid recursive traversal for computing events. (#854)
- [improvement] Allow reusable test containers. (#858)
- [dependencies] Update JUnit to 4.13.1.
- [dependencies] Upgrade Neo4j 3.5 to 3.5.23.
Thanks to @nithril, @torstenkuhnhenne and @Phoosha.
v3.2.17
v3.2.16
- [bug] Convert collection based parameters for filters individually. (#829)
- [bug] Avoid early population of externally generated ID fields. (#831)
- [bug] Ignore duplicates in constraint definitions. (#836)
- [improvement] Update Neo4j 3.5 to 3.5.21.
- [improvement] Precompute hashCode of MappedRelationship. (#838)
- [improvement] Compile pattern in case-insensitive mode. (#840)
- [improvement] Change log level to debug for message about potentially write queries.
- [new-feature] Check for a read only query hint. (#839)
Thanks a lot to our contributor @torstenkuhnhenne for reports and improvements.
v3.1.22
- [bug] Convert collection based parameters for filters individually. (#829)
- [bug] Avoid early population of externally generated ID fields. (#831)
- [improvement] Update Neo4j 3.5 to 3.5.21.
- [improvement] Precompute hashCode of MappedRelationship. (#838)
- [improvement] Compile pattern in case-insensitive mode. (#840)
- [new-feature] Check for a read only query hint. (#839)
Thanks a lot to our contributor @torstenkuhnhenne for reports and improvements.
v3.2.15
- [bug] Ensure accessibility of annotation values. (#827)
- [bug] Unify nested query building for relationship centric queries. (#825)
- [bug] Solve ambiguous class name collision. (#809)
- [improvement] Flatten result lists as late as possible. (#826)
- [improvement] Flush mapping context on potentially write queries, buth custom and generic. (#818)
- [tests] Add an example for Kotlins inline classes. (#823)
- [tests] Prove that nested adhoc mapping from maps work. (#814)