This repository has been archived by the owner on Feb 3, 2023. It is now read-only.
4.0.3 - Fatoumata Diawara
π 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 vialiquigraph dry-run
- run is now executed vialiquigraph 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.