Skip to content

v2.1.3

Compare
Choose a tag to compare
@frant-hartm frant-hartm released this 26 May 13:39
· 1156 commits to master since this release

This version is a bugfix release

Release notes

  • Session.loadAll(Class type, Collection ids) doesn't treat ids as primaryKeys but as nodeIDs. #349
  • Do not thow NPE when entity field is not a managed type. #347
  • Fix MappingException when querying object with List using Embedded. #359
  • Handle default platform encoding other than UTF-8. #244
  • Default Bolt Driver dependency is now 1.2.3
  • Session::load(type, id) should support types in its queries or provide a typed interface #365
  • Avoid session leaks in some rollback scenarios #364
  • Incoming relationship does not get deleted with clear session #357
  • Avoid too verbose logging on classpath scanning
  • Do not show password on ConnectionException. #337
  • Minor performance improvements. #327