Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Releases: neo4j/neo4j-java-driver-spring-boot-starter

4.0.0

16 Jan 16:21
62fb339

Choose a tag to compare

Updated to use Neo4j Java Driver 4.0.0 final.

4.0.0-rc2

06 Dec 10:27
7a66533

Choose a tag to compare

4.0.0-rc2 Pre-release
Pre-release
  • Update to Neo4j Java driver rc2
  • Update to Spring Boot 2.2
  • Provide integration with Neo4j-OGM 3.2.3+ and Spring Data Moore
  • New examples

4.0.0-rc1

21 Nov 14:02
09f8120

Choose a tag to compare

4.0.0-rc1 Pre-release
Pre-release
  • Update to Neo4j Java driver rc1
  • Starter is now build and tested on JDK 8, 11 and 13 (Have a look at the build workflow)

4.0.0-rc1 had some major renaming for some classes. I.e. all the StatementResults are now Results.

4.0.0-beta03

11 Nov 15:56
53a2d5f

Choose a tag to compare

4.0.0-beta03 Pre-release
Pre-release
  • Update to Neo4j Java driver 4.0.0-beta03.

4.0.0-beta02

02 Oct 09:13
42b4efc

Choose a tag to compare

4.0.0-beta02 Pre-release
Pre-release
  • Add spring-boot-autoconfigure-processor
  • Fix Spring Boot Actuator Health integration when Neo4j-OGM is on the classpath as well
  • Update to Neo4j Java driver 4.0.0-beta02.
  • Update to Spring Boot 2.1.8.

NOTE

4.0.0-beta02 had some minor changes in it's API. A transaction can no longer be marked as success() or failure(). Instead it needs to be commit() or rollback(). Minor changes have been introduced into the bookmark API.

1.7.5.1

26 Aug 15:01
88f5a37

Choose a tag to compare

  • Add spring-boot-autoconfigure-processor
  • Fix Spring Boot Actuator Health integration when Neo4j-OGM is on the classpath as well
  • Add an example how to use this starter together with Neo4j-OGM

4.0.0-beta01

23 Aug 14:17
f6029dc

Choose a tag to compare

4.0.0-beta01 Pre-release
Pre-release
  • Fix HealthIndicator when running against 3.5.x database.
  • Create custom namespace for poolsettings (same format as in Quarkus)
  • Remove logging configuration and make all logging go through Spring JCL, thus delegating the config to standard Spring Boot means.
  • Remove prefix constant for config properties
  • Update to Spring Boot 2.1.7
  • Update to Neo4j Java Driver 4.0.0-beta01

1.7.5

23 Aug 12:26
005fb1e

Choose a tag to compare

  • Update to Spring Boot 2.1.7
  • Backport the starter for the 1.7.x series of the Neo4j Java Driver
  • Provide an OGM SessionFactory when Neo4j-OGM is on the classpath 1

1 This feature needs Spring Boot 2.1.7+ to fully work with. Otherwise Neo4j-OGM and Spring Data will be configured, but without a transaction manager.
For the time being, this feature is only available in the 1.7.x series of this starter until Neo4j-OGM supports the next generation Java driver as well.

1.0.0-alpha03

09 Jul 07:17
80ff33c

Choose a tag to compare

1.0.0-alpha03 Pre-release
Pre-release
  • Update Neo4j Java Driver to 2.0.0-alpha03
  • Update to Spring Boot 2.1.6
  • Provide health information for all driver beans across the Spring Context
  • Provide Micrometer metrics
  • Added examples for CLI, imperative and reactive applications
  • Added example for integration testing based on the starter

1.0.0-alpha02

08 Jul 10:23

Choose a tag to compare

1.0.0-alpha02 Pre-release
Pre-release
  • Initial release providing a single org.neo4j.driver.Driver bean.
  • Provide full support for all configurable settings of the driver through idiomatic Spring Boot Properties.