liquibase / node-liquibase

Node.js wrap for Liquibase
MIT License
32 stars 14 forks source link

Support for liquibase 4.22.0 #72

Open micodls opened 1 year ago

micodls commented 1 year ago

Context: Node-liquibase still packages liquibase cli 4.4.0 Node-Liquibase Version: 4.4.0 Description Node-Liquibase installs Liquibase CLI 4.4.0 even if we have the latest version which is 4.22.0. Please look into this issue. Thanks.

Expected behavior: Should install Liquibase CLI 4.22.0

Actual behavior: Install CLI 4.4.0

Arupwkeu commented 6 months ago

Bumping this, the cli is nearly 2 years out of date. Is there any plan to update this? https://docs.liquibase.com/start/release-notes/liquibase-release-notes/liquibase-4.25.0.html

tabuckner commented 6 months ago

@micodls @Arupwkeu I'm not sure when newer versions of the bundled release will be made, however, there is still the opportunity to use any version of the liquibase executable you wish by using the Peer Dependency version of `node-liquibase.

Here's a link to the section of the Readme that explains how it can work.

NOTE: The API of node-liquibase might be different than the version of the liquibase executable that is referenced, so some care should be taken.

I'll leave this issue open as it's still a valid request -- however, this alternative approach might unblock your immediate needs.