If you want to provide feedback on this capability, please email mario@liquibase.com.
[PRO] The Quality Checks for Databases are now available to all Pro license users. These checks inspect your active database, or a liquibase-generated snapshot for compliance with your rules. Learn more here: https://docs.liquibase.com/quality-checks
Liquibase has always had a way to use "labels" and "contexts" and then filter on those attributes in order to control which changesets are considered for execution. The new "contextFilter" and "labelFilter" attributes help simplify workflows and prevent confusion.
[PRO] Two new Pro commands update-one-changeset and update-one-changeset-sql serving as complements to rollback-one-changeset and roll-back-one-changeset-sql
[LABS] The liquibase flow command and flow files are still available under the Liquibase Labs license. If you want to try and provide feedback on this capability, please email mario@liquibase.com
[PRO] The Quality Checks for Databases are now available to all Pro license users. These checks inspect your active database, or a liquibase-generated snapshot for compliance with your rules. Learn more at https://docs.liquibase.com/quality-checks
Enhancements
Introduced "contextFilter" and "labelFilter" replacement settings by @nvoxland in #2971
Added support for changeset references in rollback for Formatted SQL changelogs by @atzawada in #1386
Add schemas and includeSchema parameters to maven generateChangeLog by @MalloD12 in #3210
[PRO] Two new Pro commands update-one-changeset and update-one-changeset-sql serving as complements to rollback-one-changeset and roll-back-one-changeset-sql
Fixes
Fix addColumn on mysql when including a "value" attribute by @nvoxland in #3070
Add support for AS clause for H2 since version 2.0 by @marcus-nl in #3047
Fixed NUMBER not compatible with H2 by @nick318 in #3098
SpringResourceAccessor: fix issue with incorrect match pattern for files from classPath root by @danilmalkin in #3095
Made liquibase.snapshot.ResultSetCache an extensible class. by @breglerj in #2087
Added support for \u2116 symbol win1251 cyrillic symbol of number by @Stuchalin in #1324
Tidy ExecutorService code, remove superfluous map access (Issue 1841) by @jamey-clari in #1842
Fixed order of enum values on MySQL 8 by @Tantalon in #3150
[PRO] QC: checks show changes (--show-cols flag, drop some, etc) by @dyadyushko in #3187
Changes in version 4.15.0 (2022.08.04)
Notable Changes
liquibase flow and new flow-file (DAT-10419) by in #2946
This is currently a Liquibase Labs restricted capability, so please contact mario@liquibase.com to request a license key.
Learn more at http://docs.liquibase.com/flow
Fixes
Fix maven plugin pro commands for local developer install by @StevenMassaro in #3101
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 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 liquibase-maven-plugin from 3.6.3 to 4.16.0.
Release notes
Sourced from liquibase-maven-plugin's releases.
... (truncated)
Changelog
Sourced from liquibase-maven-plugin's changelog.
... (truncated)
Commits
2dcca45
Merge pull request #3263 from julianladisch/snakeyaml-1.31a3ecd35
Bump snakeyaml from 1.27 to 1.31 fixing CVE-2022-25857a6379ff
Update changelog txt to 4.16 (#3261)49a9cb3
update changelog xsd to 4.16 (#3259)072f1a5
DAT-10128 add javadocs automation (#3217)8c3043c
Merge pull request #3187 from liquibase/DAT-10810adf2061
Merge branch 'master' into DAT-108104c08102
Add schemas and includeSchema parameters to maven generateChangeLog (#3210)b01df65
Add rollback changeset reference for SQL changelogs (#1386)572667d
Merge branch 'master' into DAT-10810Dependabot 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 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)