Skip to content

Releases: liquibase/liquibase-neo4j

v4.5.0

04 Oct 18:25
Compare
Choose a tag to compare

Liquibase-core is bumped from 4.4.3 to 4.5.0

v4.4.3.1 - Improved Clustering Support

17 Sep 14:21
Compare
Choose a tag to compare

Noteworthy dependency updates πŸ•΅οΈ

  • Neo4j JDBC driver bumped from 4.0.1 to 4.0.4, which includes:
    • a fix for #14 which made statements with RETURN clauses hang (fixed in JDBC 4.0.2 release)
    • support for the newer Neo4j 4.x URI schemes (bolt+s, bolt+ssc, neo4j+s, neo4j+ssc) (fully fixed in JDBC 4.0.3 release)

❗Important related fix in the plugin itself:

  • instantiate the routing-aware JDBC driver when users select bolt+routing (Neo4j 3.x) or neo4j/neo4j+s/neo4j+ssc (Neo4j 4+) URI schemes πŸ›£

v4.4.3 - Dependency Updates

11 Aug 22:32
Compare
Choose a tag to compare

A few noteworthy dependency updates 🀯:

  • Liquibase core from 4.4.2 to 4.4.3
  • Underlying Neo4j Java Bolt driver update from 4.3.3 to 4.3.4

v4.4.2 - Liquibase Core Update

27 Jul 12:15
Compare
Choose a tag to compare

The plugin now builds upon Liquibase core 4.4.2 πŸ†™

v4.4.1 - Dependency Updates

16 Jul 21:08
Compare
Choose a tag to compare

Many dependency updates 🀯, including:

  • Liquibase core from 4.4.0 to 4.4.1
  • Neo4j 4.3 for integration test execution
  • Underlying Neo4j Java Bolt driver update to 4.3.3

And a tiny fix:

  • change Neo4j JDBC dependency scope to runtime

v4.4.0 - Liquibase Core Update

14 Jun 14:30
Compare
Choose a tag to compare

The plugin now builds upon Liquibase core 4.4.0 πŸ†™

v4.3.5 - Initial Release!

10 Jun 14:59
Compare
Choose a tag to compare

This is the first release ever of the Neo4j plugin for Liquibase πŸŽ‰
Hello world! πŸ‘‹

This plugin supports Neo4j 3.5.x and 4.x (Community Edition and Enterprise Edition).
It has been tested with Liquibase Community and supports the following features:

  • change log file and folder inclusion
  • polyglot change logs (XML, SQL, YAML ...)
  • change set "SQL" changes (i.e. Cypher queries in Neo4j context)
  • change set preconditions with "SQL" checks
  • change set imperative, and declarative tagging
  • change set context and label filtering
  • change set rollbacks
  • change set runOnChange, and runAlways change set variants
  • change set logical file path