Skip to content

Releases: liquibase/liquibase-neo4j

liquibase-neo4j-4.21.1: Revert back to v4.21.1

25 Apr 12:14
bbfadc1
Compare
Choose a tag to compare

What’s Changed

  • Bump liquibase-core from 4.21.0 to 4.21.1 @dependabot
  • [#272][#274] Document mergeNodes in JSON and YAML @fbiville
  • [#190] Document runInTransaction @fbiville
  • [#276] Strengthen node merge validation @fbiville
  • [#119] Remove disconnected labels and contexts upon initialization @fbiville
  • Update CI with latest JDK and Neo4k 5.x release @fbiville
  • Introduce<neo4j:insert /> (#175) @fbiville
    Also properly implement supports(Database) in all custom change classes

liquibase-neo4j-4.21.0

14 Apr 07:15
Compare
Choose a tag to compare

What’s Changed

liquibase-neo4j-4.20.0

09 Mar 11:59
Compare
Choose a tag to compare

What’s Changed

liquibase-neo4j-4.19.1

03 Mar 09:56
Compare
Choose a tag to compare

What’s Changed

Notable changes

  • Bump liquibase-core from 4.19.0 to 4.19.1 (#325) @dependabot
  • Document key differences between the 2 JDBC connectors (#328) @fbiville
    The documentation now focuses on the differences between the third-party JDBC connector that was used before 4.19 and the built-in one. This is also explains how to use the built-in connector when using Liquibase's core Java API.
    Thanks to @kamil94131 and @chudok for the initial report (see #314).
  • Add missing Neo4j versions in CI (#327) @fbiville
  • Replace BiFunction with QueryRunner (#326) @fbiville

Dependency bumps

liquibase-neo4j-4.19.0

18 Jan 14:10
Compare
Choose a tag to compare

What’s Changed

  • Bump liquibase-core from 4.18.0 to 4.19.0 (#310) @dependabot
  • Introduce built-in JDBC connector on top of Neo4j Java driver (#288) @fbiville
    • This unblocks Liquibase users targeting Neo4j 5.x, while keeping the JDK 8 requirement
    • Read the updated docs here to learn more about the configuration options (same as before, with a couple of settings still missing)

liquibase-neo4j-4.18.0.1

06 Jan 14:54
Compare
Choose a tag to compare

What’s Changed

Built-in JDBC connector alpha

29 Dec 12:12
Compare
Choose a tag to compare
Pre-release

This is a pre-release of the new built-in JDBC implementation tailored for this extension.
The code currently lives in a PR.
Please start a discussion if you encounter any problem with that version.

The best way to read the associated documentation is to generate it from sources (requires Git&Docker):

git clone https://github.com/liquibase/liquibase-neo4j/ --branch liquibase-neo4j-jdbc-alpha-01
cd liquibase-neo4j
./documentation.sh
# browse localhost:8000

Note: this won't be made available on Maven Central, only here

liquibase-neo4j-4.18.0

20 Dec 11:41
Compare
Choose a tag to compare

What’s Changed

liquibase-neo4j-4.17.2.1

23 Nov 11:39
Compare
Choose a tag to compare

⚠️ CURRENTLY NOT ON MAVEN CENTRAL - TO BE SORTED OUT SOON ⚠️

What’s Changed

NOTE: As reported in #290, the full JAR was missing and manually added.

liquibase-neo4j-4.17.2

16 Nov 16:35
Compare
Choose a tag to compare

⚠️ CURRENTLY NOT ON MAVEN CENTRAL - TO BE SORTED OUT SOON ⚠️

What’s Changed

NOTE: As reported in #290, the full JAR was missing and manually added.