Skip to content

Commit

Permalink
Prepare version 3.1.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
meistermeier committed Aug 8, 2019
1 parent d424c37 commit 6b38723
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
3.1.12
o Verify sort order. (#368)
o Make sure all kinds of enums are correctly identified. (#643)
o Store visited nodes under their native graph id if possible. (#640)
o Fix merging of collections. (#641)
o Use name() for enum keys in both writing and reading of dynamic properties. (#632)
o Deprecate constructor without native type checking. (#630)
o Fix concurrency problem in entity cache.

3.1.11
o Apply optimistic locking logic during merge, too. (#623)
o Turn off client side Cypher validation, request TX type as needed. (#627)
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.11
:dev_version: 3.1.12-SNAPSHOT
:version: 3.1.12
:dev_version: 3.1.13-SNAPSHOT
:last_dev_version: 3.2.0-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 6b38723

Please sign in to comment.