Skip to content

Commit e0a56ce

Browse files
committed
Updated changelog.
See #2255
1 parent 10398ea commit e0a56ce

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
Spring Data Neo4j Changelog
22
===========================
33

4+
Changes in version 6.0.10 (2021-06-22)
5+
--------------------------------------
6+
* #2301 - Passing empty collections to derived finder methods lead to a `NullPointerException`.
7+
* #2299 - Upgrade to Neo4j-Java-Driver 4.1.4.
8+
* #2296 - Ids need to be potentially converted before dynamic labels are determined.
9+
* #2290 - Ambiguous relationship definition during mapping.
10+
* #2289 - Persistence logic bails out on the wrong combination of source and relationship.
11+
* #2285 - Unwrap invocation target exceptions in the `AutoCloseableQueryRunner`.
12+
* #2281 - Support derived deleteBy methods.
13+
* #2280 - Allow custom composite converters to delete decomposed properties.
14+
* #2277 - Don't log warnings on literal `null` parameters.
15+
* #2276 - Support default, primitive Kotlin attributes.
16+
* #2275 - Upgrade to API Guardian 1.1.1.
17+
* #2274 - Honor `ignoreCase()` from `Sort.Order`.
18+
* #2273 - Allow function calls in Sort / Pageable objects in custom queries.
19+
* #2267 - Clean up deprecation warnings.
20+
* #2262 - Fetch all properties when querying via a base interface.
21+
* #2259 - Explicitly acquire locks on nodes when `@Version` is used.
22+
* #2254 - Document BeforeBindCallbacks.
23+
* #2019 - Add documentation for using health indicators without access to the default database.
24+
25+
426
Changes in version 6.1.1 (2021-05-14)
527
-------------------------------------
628
* #2252 - Allow seeding and retrieval of Neo4j bookmarks from the transaction managers.
@@ -2294,5 +2316,6 @@ General
22942316

22952317

22962318

2319+
22972320

22982321

0 commit comments

Comments
 (0)