From 8b300bb597d6a5c605b403d63a46e692b24c1dd3 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Fri, 12 Oct 2018 10:59:09 +0200 Subject: [PATCH] Update CHANGES and README. --- CHANGES.txt | 14 ++++++++++++++ README.adoc | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index ed01ea5ac6..58eb3ea0be 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,17 @@ +3.1.4 +o Don't treat Void and void as scalar result types and thus allowing Neo4j-OGM session to handle queries mapped to these + types even if the query itself does return nodes or properties. #479 +o Fix a bug during detection of interface-hierarchies that prohibited the use of generics as target attributes for start + and end nodes of a relationship. #491 +o Fix a bug during recognition of type variables in generic classes or interfaces used as target attributes for + relationships. #528 +o Improve logging of Cypher statements and their parameters: To have less clutter in the log, only log to DEBUG. If you + rely on the old behavior, enable DEBUG log on the request type in question + (org.neo4j.ogm.drivers.bolt.request.BoltRequest, org.neo4j.ogm.drivers.embedded.request.EmbeddedRequest or + org.neo4j.ogm.drivers.http.request.HttpRequest). #530 +o Introduce an experimental configuration option to use native types in parameter conversion + for both Bolt- and Embedded-Transports. + 3.1.3 o Improve determination of labels in class hierarchy scenarios. Labels are now computed according to docs, the names of abstract classes are now considered as labels as long as the class contributes to the index. If a hierarchy lead to a diff --git a/README.adoc b/README.adoc index 35465cf92f..856a6dec70 100644 --- a/README.adoc +++ b/README.adoc @@ -1,5 +1,5 @@ -:version: 3.1.3 -:dev_version: 3.1.4-SNAPSHOT +:version: 3.1.4 +:dev_version: 3.1.5-SNAPSHOT :last_dev_version: 3.0.5-SNAPSHOT image:https://img.shields.io/maven-central/v/org.neo4j/neo4j-ogm.svg[Maven Central,link=http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.neo4j%22%20AND%20a%3A%22neo4j-ogm%22]