Skip to content

Commit

Permalink
Prepare version 3.2.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Jul 3, 2020
1 parent 29b4195 commit b0e5f6d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
= Changes

== 3.2.13

* GH-799, GH-800: Improve nested filtering: Nested filters will now always collapse when they target the same leaf node. This allows for using logical `OR` inside nested filters. We also make sure that in all scenarios, in which semantically wrong Cypher would be created, an `UnsupportedOperationException` is thrown, regardless if one tries to combined `NestedFilterOrOtherFilter` or `OtherFilterOrNestedFilter`. This may affect some derived finder methods in Spring Data Neo4j.
* GH-803: Introduce some heuristics for mapping result lists to generic fields whose types have been erased.
* Dependency upgrades
** Neo4j 3.4.18 and 3.5.19
** Neo4j Java Driver 4.0.2

== 3.2.12

* GH-793 - Fix reading of Neo4j literal byte[] arrays.
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:version: 3.2.12
:version: 3.2.13

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]
image:https://rawgit.com/aleen42/badges/master/src/slack.svg[Slack,link=https://neo4j-users.slack.com/messages/neo4j-sdn-ogm/]
Expand Down

0 comments on commit b0e5f6d

Please sign in to comment.