Skip to content

6.1.1

Compare
Choose a tag to compare
@mp911de mp911de released this 14 May 10:36
· 667 commits to main since this release
7589b85

📗 Links

⭐ New Features

  • Allow seeding and retrieval of Neo4j bookmarks from the transaction managers. #2252
  • Deterministic mapping of records with mixed results #2246
  • Add support for missing DISTINCT keyword. #2243
  • Create empty collections instead of null #2241
  • Use Cypher-DSL statement parameters in all template methods. #2230

🪲 Bug Fixes

  • Don't swallow or delete cause of translated exceptions. #2248
  • Fix detection of common element types in collections of persistent entities. #2244
  • Unable to convert java.util.UUID to Neo4j Value #2240
  • Resolve or remove literal replacements in custom count queries. #2239
  • Create correct collection type for RelationshipProperties. #2236
  • DatabaseSelection is not allways used #2234
  • Support multiple relationships properties to same node #2228
  • Generated objects onSave are not considered as already processed. #2223
  • Make sure derived queries on the same property of the same entity but different relationships use multiple matches. #1985

📔 Documentation

  • Improve documentation for hydrating collections based on queries returning paths. #2210

🔨 Dependency Upgrades

  • Upgrade to Neo4j-Java-Driver 4.2.5. #2251
  • Upgrade to Cypher-DSL 2021.2.1. #2249