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.3.6.0

03 Dec 09:12
4d963ce
Compare
Choose a tag to compare

Dependency updates

  • Driver has been updated to 4.3.6, the logging has been adapted accordingly
  • Neo4j-OGM has been updated to 3.2.28 in the examples

4.2.7.0

22 Jun 09:14
e290c86
Compare
Choose a tag to compare

Dependency updates

  • Driver has been updated to 4.2.7, addresses #39.
  • Neo4j-OGM has been updated to 3.2.24 in the examples
  • Spring Boot has been updated to 2.3.12

4.2.4.0

08 Apr 14:27
aa01585
Compare
Choose a tag to compare

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

02 Nov 09:30
3d94b5e
Compare
Choose a tag to compare

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

30 Jul 07:53
57df8b7
Compare
Choose a tag to compare

Improvements:

  • GH-33 - Use isMetricsEnabled().

Dependency updates

  • Neo4j Java Driver has been updated to 4.1.1

4.0.3.0

29 Jul 13:48
92cb65b
Compare
Choose a tag to compare

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

12 Jun 09:25
Compare
Choose a tag to compare

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

03 Apr 12:23
64eb214
Compare
Choose a tag to compare

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

12 Mar 13:49
0300d71
Compare
Choose a tag to compare

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

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

23 Jan 13:59
fe7aef0
Compare
Choose a tag to compare
  • 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.