Skip to content

v3.1.6

Compare
Choose a tag to compare
@meistermeier meistermeier released this 08 Jan 07:23
· 678 commits to master since this release
  • Improve documentation of type conversions. #501
  • Provide "neo4j.conf.location" in OGM configuration, pointing to a custom configuration file (url or classpath resource) that allows to configure the embedded Neo4j instance. #408
  • Deprecate "neo4j.ha.properties.file" as configuration property of OGM. It will be removed in 3.2. To use an embedded
  • HA instance, provide a neo4j.conf file through OGM property "neo4j.conf.location" specifying the DBMS mode "HA" like this: dbms.mode=HA.
  • Fix update of labels depending on the session in which an entity was loaded. (#488)
  • Allow configuration of embedded database through file specified in ogm.properties under neo4j.conf.location. (#408)
  • Improve documentation of attribute conversions. (#501)
  • Don't rely on system encoding.
  • Constraint violations are now handled consistent across drivers. (#301)
  • Deprecated org.neo4j.ogm.session.Neo4jException, will be removed in 3.2. (#319)
  • Deprecated org.neo4j.ogm.exception.core.NotFoundException, will be removed in 3.2. (#319)
  • Deprecated org.neo4j.ogm.exception.core.ResultErrorsException, will be removed in 3.2. (#319)
  • Fixed detection of field types in concrete subclasses of generic base classes. (#492)
  • Changes to dynamic properties (map attributes) are now correctly tracked. (#518)
  • Fixed possible class cast exceptions while sending domain events for iterables. (#473)
  • Fixed deletion of relationships with the same type between the same nodes. (#576)