Releases: neo4j/neo4j-ogm
Releases · neo4j/neo4j-ogm
v3.2.8
v3.2.7
v3.2.6
v3.2.5
v3.2.4
- Pass depth parameter correctly from Kotlin session extension. (#724)
- Upgrade Java driver to 4.0.0. (#720)
- Recursively traverse variable length relationship patterns. (#718)
- Fix inconsistend behaviour when querying parent classes. (#670)
- Check for contradicting annotations before mapping possible related nodes. (#666)
- Use all mapped labels when querying domain objects. (#651)
- Verify update of relationship entities. (#607)
- Use fully qualified name to find class info. (#552)
- Make SingleUseEntityMapper aware of nested objects
and Ensure that id fields are mapped correctly during adhoc mapping. (#551) - Fix lookup of inner, static classes. (#391)
v3.1.16
- Check for contradicting annotations before mapping possible related nodes. (#666)
- Ensure that id fields are mapped correctly during ad-hoc mapping. (#551)
- Fix lookup of inner, static classes. (#391)
- Fix inconsistent behavior when querying parent classes. (#670)
- Use all mapped labels when querying domain objects. (#651)
- Use fully qualified name to find class info. (#552)
- Update FastClasspathScanner to latest 2.x series for OGM 3.1. (#708)
- Make SingleUseEntityMapper aware of nested objects. (#551)
- Improve building of class hierarchies. (#704)
- Fix detection of generic 1:1 relationships. (#706)
- Fix deletion of bidirectional, undirected relationships. (#657)
- Optimize CypherContext::isAlreadyDeleted. (#668)
v3.2.3
- Update Java driver to latest 4.0.0-rc1 release. (#699)
- Optimize scanning and storage of Node- and RelationshipEntities. (#678)
- Add support for Kotlin’s "implementation by delegation". (#685)
- Improve class hierarchy of programmatic filter mechanism. (#345)
- Deprecate various utility methods (#692, #693)
- Fix possible NPE in IdentityMap. (#684)
- Fix resolving of type descriptor in Kotlin collections. (#696)
- Fix deletion of bidirectional, undirected relationships. (#657)
- Fix field lookups in class infos and improve scanning algorithm. (#704)
- Fix detection of generic 1:1 relationships. (#706)
- Upgrade Neo4j 3.5 to 3.5.13.
- Upgrade Neo4j 3.4 to 3.4.17.
v3.2.2
v3.1.15
v3.2.1
Fix API compatibility issues with Spring Data Neo4j 5.1.x series.