Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.liquibase:liquibase-core from 4.27.0 to 4.28.0 #45

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2024

Bumps org.liquibase:liquibase-core from 4.27.0 to 4.28.0.

Release notes

Sourced from org.liquibase:liquibase-core's releases.

v4.28.0

Liquibase 4.28.0 is a major release

[!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.
  • Learn more https://docs.liquibase.com/databasechangeloghistory

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.
  • Learn more https://docs.liquibase.com/flow

Formatted SQL changelog enhanced with include/includeAll functionality

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.
  • Learn more https://docs.liquibase.com/parameters/pro-strict.html

[PRO] Changelog

🤖 [PRO] Security, Driver and Other Updates

... (truncated)

Changelog

Sourced from org.liquibase:liquibase-core's changelog.

Liquibase 4.28.0 is a major release

[PRO] Changelog

[PRO] Security, Driver and Other Updates

(#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

New Features

... (truncated)

Commits
  • 43c3827 chore: adding change to changelog.txt
  • 9fe5a30 chore: remove reverted change from changelog.txt
  • e75aa6a 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.yml
  • c1556dc Update README.md
  • 5c5dd2d Update README.md
  • 80d86f9 Merge branch 'release' into master
  • 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 show <dependency name> 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)

updated-dependencies:
- dependency-name: org.liquibase:liquibase-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 25, 2024

Superseded by #54.

@dependabot dependabot bot closed this Jul 25, 2024
@dependabot dependabot bot deleted the dependabot/maven/org.liquibase-liquibase-core-4.28.0 branch July 25, 2024 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants