Releases: neo4j/neo4j-java-driver-spring-boot-starter
4.3.6.0
4.2.7.0
4.2.4.0
Dependency updates
- Neo4j-OGM has been updated to 3.2.21 in the examples
- Spring Boot has been updated to 2.3.9
Neo4j Test Harness has been update to 4.2.4 in the examples and to 3.5.27 in the default configuration that provides a test harness bean.
The test infrastructure has been improved to make use of reusable containers when available.
4.1.1.1
Dependency updates
- Neo4j-OGM has been updated to 3.2.17 in the examples
- Spring Boot has been updated to 2.3.5
Neo4j Test Harness has been update to 4.0.8 in the examples and to 3.5.23 in the default configuration that provides a test harness bean.
4.1.1.0
4.0.3.0
Improvements:
- GH-32 - We use transactional functions to verify connectivity to avoid false positives with cluster changes.
Dependency updates
- Neo4j Java Driver has been updated to 4.0.3
- Neo4j Test Harness has been update to 4.0.7 in the examples
- Neo4j-OGM has been updated to 3.2.14 in the examples
- Spring Boot has been updated to 2.3.2
4.0.2.1
Dependency updates
This release is about bumping the two main dependencies - Spring Boot and the Java Driver. The starter now targets Spring Boot 2.3.x and uses the Java Driver 4.0.2 by default. If you need to stick on Boot 2.2.x, you can use this starter at 4.0.1.1 and set <neo4j-java-driver.version>4.0.2</neo4j-java-driver.version>
in your build descriptor.
See the drivers changelog for the improvements we made with 4.0.2: https://github.com/neo4j/neo4j-java-driver/wiki/4.0-changelog#402
Neo4j Test Harness has been update to 4.0.5 in the examples and to 3.5.18 in the default configuration that provides a test harness bean.
Neo4j-OGM has been updated to 3.2.12 in the examples
4.0.1.1
Features:
- GH-23 - Support +s and +ssc schemes.
Documentation
- GH-21 - Clarify defaults and requirements of org.neo4j.driver.uri property.
Dependency updates
Neo4j Test Harness has been update to 4.0.3 in the examples and to 3.5.16 in the default configuration that provides a test harness bean.
Neo4j-OGM has been updated to 3.2.10 in the examples
Thanks to our contributors and bug reporters @JMHReif
4.0.1.0
Features:
- GH-18 - Include the edition of the database in the health endpoint.
Improvements:
- Added an example how to combine autoconfig with OGM and TestHarness.
- Added an example how to use custom resolver functions.
Documentation
- We have a manual now: Neo4j Spring Boot Starter
Dependency updates
- Neo4j Java Driver has been updated to 4.0.1
- Neo4j Test Harness has been update to 4.0.1 in the examples
- Neo4j-OGM has been updated to 3.2.9 in the examples
- Spring Boot has been updated to 2.2.5
4.0.0.1
- Update to Spring Boot 2.2.4
- Update to Neo4j-OGM 3.2.6
- Provide a new module,
neo4j-java-driver-test-harness-spring-boot-autoconfigure
adding support for the Neo4j 3.5.x and Neo4j 4.0.x embedded test harness.