trellis
trellis copied to clipboard
Bump liquibase-core from 4.10.0 to 4.15.0
Bumps liquibase-core from 4.10.0 to 4.15.0.
Release notes
Sourced from liquibase-core's releases.
v4.15.0
New and Notable Capability -
liquibase flow
command
liquibase flow
and new flow-file (DAT-10419) by in liquibase/liquibase#2946
- The
liqubase flow
command and the Flow File on which it operates allow the user to place multiple commands within a single file so they can all run sequentially with a single command into the CLI. This is currently a Liquibase Labs restricted capability, so please contact [email protected] to request a license key. Learn more at http://docs.liquibase.com/flow.Enhancements
- Added duplicateFileMode setting for maven plugin by
@nvoxland
in liquibase/liquibase#3119Fixes
- Fix maven plugin pro commands for local developer install by
@StevenMassaro
in liquibase/liquibase#3101- Update Derby reserved words by
@andrewhj
in liquibase/liquibase#1971- Output "may lose settings" warning on mysql/mariadb for more impacted change types by
@nvoxland
in liquibase/liquibase#3045- Improved "include" fix performance: optimized normalizePath method by
@lzxgyh
in liquibase/liquibase#3063- Removed DatabaseInfoAttributes in XSD by
@kazz62
in liquibase/liquibase#2239- Do not split SQL on delimiters within BEGIN/END blocks by
@nvoxland
in liquibase/liquibase#1589- Set max fractional timestamp digits to 12 for all DB2 editions (fix #2880) by
@ctgnz
in liquibase/liquibase#2892- Fix query for snapshotting views on DB2/Z by
@michaelmatthiaskern
in liquibase/liquibase#2712- Fix for bug 2711: Error when calling a procedure with parameters on DB2Z by
@michaelmatthiaskern
in liquibase/liquibase#2765- Improve CLI error messages by
@nvoxland
in liquibase/liquibase#3078- Improved handling of endDelimiter="/" by
@nvoxland
in liquibase/liquibase#3118- Upgrade installer to ship with jdk 17.0.4+8 by
@nvoxland
in liquibase/liquibase#3104- Improve failure message of RowCountPrecondition to preserve expected row count by
@martinspielmann
in liquibase/liquibase#3093- Changed what sequence attributes are included in diff/generate changelog for Snowflake by
@yodzhubeiskyi
in liquibase/liquibase#3121- Fix columnNames snapshot attribute of uniqueConstraints for Snowflake by
@yodzhubeiskyi
in liquibase/liquibase#3123Updates
Security Updates
No security updates needed in this release.
JDBC Driver and Third-Party Library Updates
- Upgraded snowflake-jdbc from 3.13.20 to 3.13.21 by
@dependabot
in liquibase/liquibase#3061OWASP Dependency Check: Reported Vulnerabilities
- None
New Contributors
@andrewhj
made their first contribution in liquibase/liquibase#1971@lzxgyh
made their first contribution in liquibase/liquibase#3063@kazz62
made their first contribution in liquibase/liquibase#2239@ctgnz
made their first contribution in liquibase/liquibase#2892@michaelmatthiaskern
made their first contribution in liquibase/liquibase#2712@martinspielmann
made their first contribution in liquibase/liquibase#3093Full Changelog: https://github.com/liquibase/liquibase/compare/v4.14.0...v4.15.0
Get Certified
Learn all the Liquibase fundamentals from free online courses by Liquibase experts and see how to apply them in the real world at https://learn.liquibase.com/.
Read the Documentation
... (truncated)
Changelog
Sourced from liquibase-core's changelog.
Liquibase Core Changelog
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 [email protected] 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- Update Derby reserved words by
@andrewhj
in #1971- Output "may lose settings" warning on mysql/mariadb for more impacted change types by
@nvoxland
in #3045- Improved "include" fix performance: optimized normalizePath method by
@lzxgyh
in #3063- Removed DatabaseInfoAttributes in XSD by
@kazz62
in #2239- Do not split SQL on delimiters within BEGIN/END blocks by
@nvoxland
in #1589- Set max fractional timestamp digits to 12 for all DB2 editions (fix #2880) by
@ctgnz
in #2892- Fix query for snapshotting views on DB2/Z by
@michaelmatthiaskern
in #2712- Fix for bug 2711: Error when calling a procedure with parameters on DB2Z by
@michaelmatthiaskern
in #2765- Improve CLI error messages by
@nvoxland
in #3078- Liquibase flow command (DAT-10419) by
@StevenMassaro
in #2946- Improved handling of endDelimiter="/" by
@nvoxland
in #3118- Upgrade installer to ship with jdk 17.0.4+8 by
@nvoxland
in #3104- Improve failure message of RowCountPrecondition to preserve expected row count by
@martinspielmann
in #3093- Changed what sequence attributes are included in diff/generate changelog for Snowflake by
@yodzhubeiskyi
in #3121- Fix columnNames snapshot attribute of uniqueConstraints for Snowflake by
@yodzhubeiskyi
in #3123- Added duplicateFileMode setting for maven plugin by
@nvoxland
in #3119Changes in version 4.14.0 (2022.07.26)
Notable Changes
- Split liquibase-core and liquibase-commercial jar files by
@nvoxland
in liquibase/liquibase#3050- Added liquibase.changelogParseMode setting by
@nvoxland
in liquibase/liquibase#3057Enhancements
- Warn if XSD version does not match build version in validate command (DAT-9874) by
@StevenMassaro
in liquibase/liquibase#3016- Allow use of pro-only objects for filtering with generateChangeLog (DAT-9542) by
@StevenMassaro
in liquibase/liquibase#3068- Improve connection exception by including underlying driver exception trace by
@hessjcg
in liquibase/liquibase#3033- Add Closeable/AutoCloseable interface to liquibase.database.Database by
@zorglube
in liquibase/liquibase#2990Fixes
- Fixed Formatted SQL "property" parsing by
@nvoxland
in liquibase/liquibase#3037- Ensure Postgresql search_path entries are quoted correctly by
@nvoxland
in liquibase/liquibase#3009- Updated "Change Set" wording to "Changeset" by
@kataggart
in liquibase/liquibase#3042- Improved error when JAVA_HOME is set to invalid value (DAT-10545) by
@StevenMassaro
in liquibase/liquibase#3074- Fixed autoIncrement incrementBy/startWith support in MySQL, H2, HSQLDB, and MariaDB by
@tozogabee
in liquibase/liquibase#3026- Improve renameColumn generated SQL on mssql by
@mide25
in liquibase/liquibase#783
... (truncated)
Commits
bb78528
Update changelog txt (#3143)4215cf6
add dbchangelog 4.15 xsd (#3139)05b3f1b
Merge pull request #3119 from liquibase/maven-duplicate-file-mode9c3666a
Merge pull request #3123 from liquibase/DAT-11181205996a
Merge pull request #3121 from liquibase/DAT-11147be18faa
DAT-11147 Returned catalog attribute to MissingSequenceChangeGenerator40e5ab6
DAT-11181 Removed unecessary snapshotObject method override9c4e585
Merge pull request #3093 from martinspielmann/masterc91baf2
Merge pull request #3104 from liquibase/jdk-17.0.4e3f2d2c
Improved handling of endDelimiter="/" (#3118)- Additional commits viewable in compare view
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)