From 1c2b097cb7c70203326b4a05c9d69ec0b81ca3bf Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Tue, 11 Dec 2018 10:53:08 +0100 Subject: [PATCH] DATAGRAPH-1166 - Updated changelog. --- src/main/resources/changelog.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index a6d0fa3c8..7a74ce67d 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,29 @@ Spring Data Neo4j Changelog =========================== +Changes in version 5.2.0.M1 (2018-12-11) +---------------------------------------- +* DATAGRAPH-1167 - Simplify reference documentation setup. +* DATAGRAPH-1166 - Release 5.2 M1 (Moore). +* DATAGRAPH-1165 - Remove jcl-over-slf4j dependency. +* DATAGRAPH-1164 - Remove reference to org.neo4j.ogm.exception. ResultErrorsException. +* DATAGRAPH-1163 - Remove IterableUtils. +* DATAGRAPH-1162 - Remove reference to org.neo4j.ogm.exception.core.NotFoundException. +* DATAGRAPH-1160 - Remove reference to org.neo4j.ogm.session.Neo4jException. +* DATAGRAPH-1158 - Support native Neo4j spatial types. +* DATAGRAPH-1152 - Upgrade to Neo4j OGM 3.1.5. +* DATAGRAPH-1151 - Remove usage of undeclared dependencies. +* DATAGRAPH-1150 - Align Kotlin Version with Spring Data Commons. +* DATAGRAPH-1149 - Introduce MetaDataProvider to avoid unnecessary transactions. +* DATAGRAPH-1147 - Add Spotbugs Maven plugin. +* DATAGRAPH-1144 - Recognize not only internal ids as id properties. +* DATAGRAPH-1141 - Make SDN 5.1.1 compatible with Spring 5.0.x again. +* DATAGRAPH-1135 - Fix resolution of implicitly named parameters on Repository queries. +* DATAGRAPH-1134 - Ignore result of stored procedures when repository method returns void. +* DATAGRAPH-1132 - Describe @EnableNeo4jAuditing. +* DATAGRAPH-1131 - Fix possible ArrayIndexOutOfBoundsException in MetaDataDrivenConversionService during startup. + + Changes in version 5.1.3.RELEASE (2018-11-27) --------------------------------------------- * DATAGRAPH-1152 - Upgrade to Neo4j OGM 3.1.5.