Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

4.0.3 - Fatoumata Diawara

Compare
Choose a tag to compare
@fbiville fbiville released this 07 Jul 16:08
· 53 commits to 4.x since this release

πŸ”ˆ Please note this is one of the last releases of Liquigraph, as its successor, the Neo4j plugin for Liquibase, is available. A migration path from Liquigraph to Liquibase is on its way.

Here are the noteworthy changes:

  • [#401] Introduce explicit dry-run and run commands to Liquigraph CLI.
    πŸ’₯ Breaking changes:
    - dry-run is now executed via liquigraph dry-run
    - run is now executed via liquigraph run
    - --help and --version are now exclusive and cannot be called on subcommands
  • [#418] Change JDBC driver dependency scope to runtime (thanks @AElMehdi)
  • [#434] Acquire fresh write connections instead of keeping a long-running ones. Thanks @DirkMahler!
    🧐 This will help users in dynamic cluster environments such as Neo4j Aura.