Bump liquibase-core from 4.12.0 to 4.13.0 in /pgp-keys-map-test1 by dependabot[bot] · Pull Request #867 · s4u/pgp-keys-map (original) (raw)
Bumps liquibase-core from 4.12.0 to 4.13.0.
Release notes
Sourced from liquibase-core's releases.
v4.13.0
Notable Changes
PRO DAT-10083 - Added PSQL native executor feature by @abrackx
- You can now use the
runWithcommand to pull in PSQL changesets which require highly specialized SQL that often cannot easily be deployed over JDBC. For more information, see the documentation here.Enhancements
- Added new liquibase.duplicateFileMode setting by @nvoxland in liquibase/liquibase#3006
- Add additional info in CLI's --version output by @nvoxland in liquibase/liquibase#2942
- Added support for new "searchPath" global configuration by @nvoxland in liquibase/liquibase#2917
- PRO DAT-10575: add labels and contexts parameter to checks run command by @StevenMassaro
- PRO DAT-10803 added sproc support for Snowflake by @KushnirykOleh
Fixes
- Hide CommandFailedException stacktrace when thrown to set exit code (DAT-9608) by @StevenMassaro in liquibase/liquibase#2938
- Update copyright year in txt files; also update links in txt files (DAT-10261) by @StevenMassaro in liquibase/liquibase#2955
- add support for default-catalog-name in SQL Server (DAT-10484) by @StevenMassaro in liquibase/liquibase#2940
- Make additional query for more column information for MariaDB DAT-8693 by @wwillard7800 in liquibase/liquibase#2898
- Include should fail if a parser cannot be found for the specified file by @nvoxland in liquibase/liquibase#2972
- Improved postgresql prepared statement performance by @nvoxland in liquibase/liquibase#2914
- Cleanup relative paths preventing sql files being found by the class loader by @marcsowen in liquibase/liquibase#2932
- Fix missing attributes in serialization by @tms-91 in liquibase/liquibase#2585
- Improved parsing of single-quoted strings by @nvoxland in liquibase/liquibase#2949
- DAT-10260: add outputFile argument in maven plugin for checks.run target by @StevenMassaro in liquibase/liquibase#2975
- Formatted SQL files with uppercase in the liquibase attributes (DAT-10531) by @abrackx in liquibase/liquibase#2985
- handle empty or null input to stripComments method (DAT-10296) by @StevenMassaro in liquibase/liquibase#2970
- Fixed issue with parameter expression parsing by @nvoxland in liquibase/liquibase#2984
- Fixed before/after/at column arguments in addColumn by @nvoxland in liquibase/liquibase#2943
- Adds liquibase.psql.conf example (DAT-10303) by @abrackx in liquibase/liquibase#2939
- [DAT-10093] added schema escaping to getColumns call to jdbc metadata classes by @KushnirykOleh in liquibase/liquibase#2895
- Use "numeric" (without parameters) data type in PostgreSQL by @LonwoLonwo in liquibase/liquibase#1906
- Force "json" resultset formats in Snowflake when running Java 17+ by @nvoxland in liquibase/liquibase#3019
- PRO DAT-9608: Hide CommandFailedException stacktrace when thrown from checks run by @StevenMassaro
- PRO Reenables oracle integration tests by @abrackx
- PRO DAT-10283 Checks should also look at included contexts and labels by @wwillard7800
- PRO DAT-10667: Hide disabled checks from unsupported changeset type list by @StevenMassaro
- PRO DAT-10690 and DAT-10691: Hide validated changelogs and database objects when no license key is provided by @StevenMassaro
- PRO DAT-10296: Handle empty or completely commented out changesets in CheckForSpecificPatternsInSQL check by @StevenMassaro
Updates
Security Updates
No security updates needed in this release.
JDBC Driver and Third-Party Library Updates
- Upgraded jaxb-core from 2.3.0.1 to 4.0.0 by @dependabot in liquibase/liquibase#2962
- Upgraded snowflake-jdbc from 3.13.19 to 3.13.20 by @dependabot in liquibase/liquibase#3001
- Upgraded mariadb-java-client from 3.0.4 to 3.0.5 by @dependabot in liquibase/liquibase#2881
- Upgraded ojdbc8 from 21.5.0.0 to 21.6.0.0.1 by @dependabot in liquibase/liquibase#2987
- Upgraded h2 from 2.1.212 to 2.1.214 by @dependabot in liquibase/liquibase#2944
... (truncated)
Changelog
Sourced from liquibase-core's changelog.
Liquibase Core Changelog
Changes in version 4.13.0 (2022.07.07)
Enhancements
- Added new liquibase.duplicateFileMode setting by @nvoxland in liquibase/liquibase#3006
- Add additional info in CLI's --version output by @nvoxland in liquibase/liquibase#2942
- Added support for new "searchPath" global configuration by @nvoxland in liquibase/liquibase#2917
Fixes
- Hide CommandFailedException stacktrace when thrown to set exit code (DAT-9608) by @StevenMassaro in liquibase/liquibase#2938
- Update copyright year in txt files; also update links in txt files (DAT-10261) by @StevenMassaro in liquibase/liquibase#2955
- add support for default-catalog-name in SQL Server (DAT-10484) by @StevenMassaro in liquibase/liquibase#2940
- Make additional query for more column information for MariaDB DAT-8693 by @wwillard7800 in liquibase/liquibase#2898
- Include should fail if a parser cannot be found for the specified file by @nvoxland in liquibase/liquibase#2972
- Improved postgresql prepared statement performance by @nvoxland in liquibase/liquibase#2914
- Cleanup relative paths preventing sql files being found by the class loader by @marcsowen in liquibase/liquibase#2932
- Fix missing attributes in serialization by @tms-91 in liquibase/liquibase#2585
- Improved parsing of single-quoted strings by @nvoxland in liquibase/liquibase#2949
- DAT-10260: add outputFile argument in maven plugin for checks.run target by @StevenMassaro in liquibase/liquibase#2975
- Formatted SQL files with uppercase in the liquibase attributes (DAT-10531) by @abrackx in liquibase/liquibase#2985
- handle empty or null input to stripComments method (DAT-10296) by @StevenMassaro in liquibase/liquibase#2970
- Fixed issue with parameter expression parsing by @nvoxland in liquibase/liquibase#2984
- Fixed before/after/at column arguments in addColumn by @nvoxland in liquibase/liquibase#2943
- Adds liquibase.psql.conf example (DAT-10303) by @abrackx in liquibase/liquibase#2939
- [DAT-10093] added schema escaping to getColumns call to jdbc metadata classes by @KushnirykOleh in liquibase/liquibase#2895
- Use "numeric" (without parameters) data type in PostgreSQL by @LonwoLonwo in liquibase/liquibase#1906
- Force "json" resultset formats in Snowflake when running Java 17+ by @nvoxland in liquibase/liquibase#3019
JDBC Driver and Third-Party Library Updates
- Upgraded jaxb-core from 2.3.0.1 to 4.0.0 by @dependabot in liquibase/liquibase#2962
- Upgraded snowflake-jdbc from 3.13.19 to 3.13.20 by @dependabot in liquibase/liquibase#3001
- Upgraded mariadb-java-client from 3.0.4 to 3.0.5 by @dependabot in liquibase/liquibase#2881
- Upgraded ojdbc8 from 21.5.0.0 to 21.6.0.0.1 by @dependabot in liquibase/liquibase#2987
- Upgraded h2 from 2.1.212 to 2.1.214 by @dependabot in liquibase/liquibase#2944
Changes in version 4.12.0 (2022.06.16)
Enhancements
- Changed value modifier to make StandardLockService extendable for future extension by @Cliftonz in liquibase/liquibase#2785
- Added liquibase.showBanner global configuration setting by @nvoxland in liquibase/liquibase#2871
- Quality Checks for Databases (DAT-9298) by @StevenMassaro in liquibase/liquibase#2715
- Added configuration options for missing property handling by @dwieland in liquibase/liquibase#2656
- Add ConfiguredValueModifier extension point for plugins by @mcred in liquibase/liquibase#2252
- Added showBanner configuration to maven by @nvoxland in liquibase/liquibase#2933
- Added new argument to preserve schema case DAT-10027 by @wwillard7800 in liquibase/liquibase#2888
- Introduced "latest" xsd file path by @nvoxland in liquibase/liquibase#2886
- Moved Snowflake support into standard liquibase [DAT-10294] by @KushnirykOleh in liquibase/liquibase#2841
... (truncated)
Commits
- 4fb56c5 Created 4.13 xsd and updated changelog.txt
- dd17e53 Accept native executor properties in maven configuration (DAT-10631) (#3018)
- 8533a1e Added support for new "searchPath" global configuration (#2917)
- c316374 Merge pull request #3034 from liquibase/dont-default-diff-changelog-to-false-...
- 660a976 DiffToChangeLog should create changesets as running in a transaction
- bd71f9f Merge pull request #3019 from liquibase/snowflake-use-json-resultset
- fb7bafd Merge pull request #2944 from liquibase/dependabot/maven/com.h2database-h2-2....
- e1379f3 Use "numeric" (without parameters) data type in PostgreSQL (#1906)
- 1c572da Merge pull request #3010 from liquibase/kevin-atx-patch-2
- c33c0cd Merge pull request #3008 from liquibase/kevin-atx-patch-1
- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)