Blackdread / sql-to-jdl

Tool to translate SQL databases to JDL format of jHipster (Created due to existing databases to be generated with jHipster and build angular-java web)
MIT License
179 stars 81 forks source link

Bump liquibase-maven-plugin from 4.19.0 to 4.22.0 #198

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 1 year ago

Bumps liquibase-maven-plugin from 4.19.0 to 4.22.0.

Release notes

Sourced from liquibase-maven-plugin's releases.

v4.22.0

We have removed the 4.22.0 release of Liquibase. This version contains an updated algorithm for determining which changes Liquibase needs to deploy to a database. In some situations, the conversion to this new algorithm could result in eligible changes not being deployed to a target database.

Specifically, currently undeployed changesets with the runOnChange=true attribute may not be deployed if they were present in the first execution of Liquibase 4.22.0 against a given target database. If you have not upgraded to Liquibase 4.22.0, you are not impacted by this issue, or if you do not rely on runOnChange changesets which have changed before your upgrade.

We will soon provide more guidance on how to assess and remedy any potential impact for users who have already upgraded to Liquibase 4.22.0. If you are a Liquibase customer and believe you may be impacted by this issue, please open a ticket in our support portal at https://support.liquibase.com/

v4.21.1

Liquibase 4.21.1 is a patch release

Notable Changes

[PRO] Observability Initiative - Structured Logging

Structured Logging makes Liquibase operation data easily available for automated monitoring and analysis tools to read, query, and act upon in automated workflows. This feature significantly improves the way Liquibase logs its actions and events to make records machine-readable, easily-ingested, and queryable by industry-standard observability and analysis tools. Learn more at https://docs.liquibase.com/structured-logging

What's Changed

New Contributors

Full Changelog: https://github.com/liquibase/liquibase/compare/v4.21.0...v4.21.1

V4.21.0

Liquibase v4.21.0 is a major release

Notable Changes

[PRO] Observability Initiative - Structured Logging

Structured Logging makes Liquibase operation data easily available for automated monitoring and analysis tools to read, query, and act upon in automated workflows. This feature significantly improves the way Liquibase logs its actions and events to make records machine-readable, easily-ingested, and queryable by industry-standard observability and analysis tools. Learn more at https://docs.liquibase.com/structured-logging

Command refactoring

Enhancements

... (truncated)

Changelog

Sourced from liquibase-maven-plugin's changelog.

Liquibase v4.22.0 is a major release

Notable Changes

The checksum changes in Liquibase version 4.22.0 is a major change, which improves whitespace handling in views, procedures, Liquibase Pro stored logic objects, and more. New checksums are silently recalculated upon the initial run of Liquibase 4.22.0 or greater. No actions is required for the vast majority of users. However, for users who rely on the detection of a changed changeset or have complex workflows, it is recommended that you run liquibase clear-checksums with your current version BEFORE your first operation using the new 4.22.0 version against a database. Learn more at https://docs.liquibase.com/concepts/changelogs/changeset-checksums.html

API Breaking Changes

Enhancements

Security, Driver and other updates

Fixes

... (truncated)

Commits
  • 78f5595 Merge pull request #4241 from liquibase/update-changelog-txt-4.22.0
  • 9671d5e Changelog adjustments
  • 37881e6 Updated changelog txt with 4.22.0
  • 47c4e50 Fix flaky postgres tests (#4234)
  • 60bcd29 update changelog to 4.22 (#4231)
  • 2b32507 remove helper commands from help output (DAT-14674) (#4207)
  • d100bbb DAT-13285 - Fix CheckSum generation issues + improvement (#3914)
  • cd1c6e9 Adding support for Postgresql generated columns. (#4185)
  • ea14df9 Load properties from defaults-file fixing variable replacement for refactored...
  • 1832407 Fix addDefaultValue checksum calculation when providing schema name (#4203)
  • Additional commits viewable in compare view


Dependabot compatibility score

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)
dependabot[bot] commented 2 months ago

Superseded by #211.