Skip to content

6.1.2

Compare
Choose a tag to compare
@mp911de mp911de released this 22 Jun 14:06
· 667 commits to main since this release
e462d50

📗 Links

⭐ New Features

  • Support collections of entities as parameters to custom repository queries. #2292
  • Unwrap invocation target exceptions in the AutoCloseableQueryRunner. #2285
  • Don't log warnings on literal null parameters. #2277
  • Allow function calls in Sort / Pageable objects in custom queries. #2273
  • Allow simple return pattern for single results #2269
  • Would be nice to have @OrderBy on collection relationships [DATAGRAPH-1345] #1907

🪲 Bug Fixes

  • Passing empty collections to derived finder methods lead to a NullPointerException. #2301
  • Ids need to be potentially converted before dynamic labels are determined. #2296
  • Ambiguous relationship definition during mapping #2290
  • Persistence logic bails out on the wrong combination of source and relationship. #2289
  • Support derived deleteBy methods. #2281
  • Allow custom composite converters to delete decomposed properties. #2280
  • Support default, primitive Kotlin attributes. #2276
  • Honor ignoreCase() from Sort.Order. #2274
  • Fetch all properties when querying via a base interface. #2262
  • Neo4jQueryMethod checks whether a method belongs to a CypherDSL statement executor or not are to weak. #2261
  • Explicitly acquire locks on nodes when @Version is used. #2259

📔 Documentation

  • Document BeforeBindCallbacks. #2254
  • Add documentation for using health indicators without access to the default database. #2019

🔨 Dependency Upgrades

  • Upgrade to API Guardian 1.1.1. #2275