Skip to content

v3.2.0-alpha03

Pre-release
Pre-release
Compare
Choose a tag to compare
@meistermeier meistermeier released this 07 Feb 13:06
· 542 commits to master since this release
da7f6db
  • Don't deploy org.neo4j:neo4j-ogm-test any longer. This module and the included utilities is not meant to be used outside Neo4j-OGM.
  • SessionFactory.getDriver() has been replaced with SessionFactory.unwrap(Class<T> clazz) which provides a consistent way to get the underlying Neo4j-OGM driver or the native driver.