node-liquibase icon indicating copy to clipboard operation
node-liquibase copied to clipboard

Support for liquibase 4.22.0

Open micodls opened this issue 1 year ago • 2 comments

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

micodls avatar Jun 07 '23 05:06 micodls

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

Arupwkeu avatar Dec 15 '23 10:12 Arupwkeu

@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.

tabuckner avatar Dec 19 '23 15:12 tabuckner