Skip to content

Commit

Permalink
Update CHANGES and README.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons authored Oct 12, 2018
1 parent a51ec7b commit 8b300bb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 8b300bb

Please sign in to comment.