Skip to content

Releases: neo4j/neo4j-ogm

v3.2.21

05 Mar 10:47
v3.2.21
ccf0c91
Compare
Choose a tag to compare
  • [bug] Close Driver if verifyConnectivity fails to avoid resource leak. (#869)

Thanks for this release go out to @Phoosha: Thanks for reporting and fixing this issue.

v3.2.20

22 Jan 08:18
v3.2.20
969ea0d
Compare
Choose a tag to compare
  • [improvement] Make OGM aware of org.springframework.data.annotation.Transient. (#866)
  • [dependencies] Upgrade Neo4j 3.5 to 3.5.26.

v3.2.19

15 Dec 17:16
v3.2.19
Compare
Choose a tag to compare
  • [improvement] Add shims for GraalVM native image. (#863)

v3.2.18

09 Nov 09:38
v3.2.18
32b1e4c
Compare
Choose a tag to compare
  • [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

07 Oct 09:00
0a714ef
Compare
Choose a tag to compare
  • [bug] Fix determination of target graph property type. (#846)
  • [improvement] Log query notifications in Bolt transport. (#847)

v3.2.16

14 Sep 11:43
v3.2.16
515697c
Compare
Choose a tag to compare
  • [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

14 Sep 11:36
v3.1.22
6db44da
Compare
Choose a tag to compare
  • [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

28 Aug 10:05
v3.2.15
55eb031
Compare
Choose a tag to compare
  • [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)

v3.1.21

28 Aug 11:47
v3.1.21
5f8e61a
Compare
Choose a tag to compare
  • [bug] Ensure accessibility of annotation values. (#827)
  • [bug] Solve ambiguous class name collision. (#809)
  • [improvement] Flush mapping context on potentially write queries, both custom and generic. (#818)
  • [tests] Prove that nested adhoc mapping from maps work. (#814)

v3.2.14

08 Jul 10:43
v3.2.14
0803c09
Compare
Choose a tag to compare
  • Relationships incoming from an inheritance tree are not deleted. (#806)