[!IMPORTANT]
Liquibase 4.28.0 contains several New Capabilities and Notable Enhancements for Liquibase Pro users: DATABASECHANGELOGHISTORY with Big Query, Flow file enhancements, Formatted SQL changelog enhancements, and a new --pro-strict flag
[!NOTE]
See the Liquibase 4.28.0 Release Notes for the complete set of release information.
Notable Changes
[PRO]
DATABASECHANGELOGHISTORY table with Big Query: See all changes that have been applied with Big Query
Liquibase uses the DATABASECHANGELOGHISTORY (DBCLH) table to record a history of all changes made to the database. Unlike the DATABASECHANGELOG table that only shows active changes, the DBCLH shows all historical changes, including those that have been rolled back, dropped, or cleared. The DBCLH is now available for Big Query users.
Flow file usage enhancements: Full strings as single variable values, and nested variables for "double-expansion"
Flow files have been enhanced to allow multi-part args to be expanded from a single variable. Think cmdArgs: { "${COMMAND_ARGS}" }, which allows for more dynamic customization in the flowfile operations. Similarly, variables can include variables when expanded, which will in turn be expanded before processing.
New --pro-strict flag: Catch missing Pro resource files early!
A new optional pro parameter which alerts users when specified paths to Pro resource files (flow files, checks settings files, native executor conf files, etc) or rollback scripts are missing or empty.
(#1652) Bump org.apache.groovy:groovy-all from 4.0.20 to 4.0.21 @​dependabot
(#1673) Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3 @​dependabot
(#1700) Bump com.fasterxml.jackson.module:jackson-module-jaxb-annotations from 2.17.0 to 2.17.1 @​dependabot
(#1701) Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1 @​dependabot
(#1710) Bump info.picocli:picocli from 4.7.5 to 4.7.6 @​dependabot
(#1702) Bump liquibase/build-logic from 0.7.5 to 0.7.7 @​dependabot
(#1699) Bump com.fasterxml.jackson.core:jackson-annotations from 2.17.0 to 2.17.1 @​dependabot
(#1698) Bump com.fasterxml.jackson.core:jackson-core from 2.17.0 to 2.17.1 @​dependabot
(#1684) Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 @​dependabot
(#1668) Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1 @​dependabot
(#1707) Bump net.snowflake:snowflake-jdbc from 3.15.1 to 3.16.0 @​dependabot
(#1695) Bump com.github.spullara.mustache.java:compiler from 0.9.11 to 0.9.13 @​dependabot
(#1690) Bump liquibase/build-logic from 0.7.2 to 0.7.5 @​dependabot
(#1680) Bump liquibase/build-logic from 0.7.2 to 0.7.5 AI Generated Code @​dependabot
(#1666) Bump actions/upload-artifact from 2 to 3 @​dependabot
[OSS] Changelog
Breaking Changes
(#5619) Improve snapshot extensibility for NoSQL databases @​fbiville
(#5729) remove ValueHandlerUtil and improve CLI argument parsing (DAT-15398) @​StevenMassaro
New Features
(#5899) H2 tests may end up with an incorrect list of the standard DatabaseObject types, so we need to reset the factory @​wwillard7800
(#5897) chore: invoke deprecated methods in default supports method for backwards compatibility @​filipelautert
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps org.liquibase:liquibase-core from 4.27.0 to 4.28.0.
Release notes
Sourced from org.liquibase:liquibase-core's releases.
... (truncated)
Changelog
Sourced from org.liquibase:liquibase-core's changelog.
... (truncated)
Commits
43c3827
chore: adding change to changelog.txt9fe5a30
chore: remove reverted change from changelog.txte75aa6a
run command tests during build (#5927)d37cd3a
Revert "Update diff summary results in mdc to not be recalculated (DAT-17096)...a314f9d
Fix/create release (#5918)e85f56a
chore:changelog + xsd (#5916)3205e9f
Update build-azure-uber-jar.ymlc1556dc
Update README.md5c5dd2d
Update README.md80d86f9
Merge branch 'release' into masterDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show