Skip to content

Commit

Permalink
Prepare version 3.2.28.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Nov 24, 2021
1 parent 2edf90a commit e32c82e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
= Changes

== 3.2.28

* [dependencies] Upgrade Neo4j 3.5 to 3.5.30.
* [dependencies] Update Neo4j Java driver to 4.3.6.
* [improvement] Avoid locking on whole class for retrieving various information. (#891)
* [improvement] Removed unnecessary synchronized. (#889)
* [dependencies] Upgrade testcontainers to 1.16.2.

The Neo4j-Java-Driver 4.3.x is a drop-in replacement for the 4.0.x series and still
tests successfully with Neo4j 3.5. If you experience unexpected problems, you can
downgrade it to a lower version via your dependency management.

Thanks a lot to our long-time contributor @torstenkuhnhenne for providing the initial
PR to remove the overly large locks in `ClassInfo`.

== 3.2.27

* [bug] Paths should not be individually iterated (Happened with Bolt transport and `PATH_LOAD_STRATEGY`).
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.27
:version: 3.2.28

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 e32c82e

Please sign in to comment.