Skip to content

Commit

Permalink
Prepare version 3.2.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Feb 24, 2020
1 parent 3c38231 commit f1ea276
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
= Changes

== 3.2.9

* Update to latest version of HttpClient and Core. (#754)
* Ignore existing full text indexes when using the auto index manager. (#760)
* Support `@DateString` on `java.time.Instant` attributes. (#761)
* Update to latest Classgraph, improving memory usage in low-memory environments. (#762)
* Return correct nullable references from Kotlin extension methods. (#765)
* Fix inconsistent behaviour of Driver.unwrap(). (#767)
* Explicitly use ISO based date- and timeformatters. (#768)

WARNING: The Kotlin extension methods `Session.load(id: Serializable, depth: Int = 1)`,
`Session.queryForObject(cypher: String, parameters: Map<String, Any> = emptyMap())` and
`SessionFactory.unwrap()` now return nullable references to be compatible with the actual
Java methods. This is a breaking change but avoids `IllegalStateException` during runtime.
Please see #765 for a discussion.
`Driver.unwrap()` will no return `null` as long as the driver hasn't been used or has not been
initialised through `verifyConnection(true)` on the configuration.

Thanks to our reporters and contributors @emptyfruit, @aslakagens and @TWiStErRob and also @lukehutch for your input.

== 3.2.8

* Add explicit support for AttributeConverter used in Spring Data
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.8
:version: 3.2.9

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 f1ea276

Please sign in to comment.