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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump org.liquibase:liquibase-core from 4.27.0 to 4.28.0 #30

Merged

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 @鈥媎ependabot (#1673) Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3 @鈥媎ependabot (#1700) Bump com.fasterxml.jackson.module:jackson-module-jaxb-annotations from 2.17.0 to 2.17.1 @鈥媎ependabot (#1701) Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1 @鈥媎ependabot (#1710) Bump info.picocli:picocli from 4.7.5 to 4.7.6 @鈥媎ependabot (#1702) Bump liquibase/build-logic from 0.7.5 to 0.7.7 @鈥媎ependabot (#1699) Bump com.fasterxml.jackson.core:jackson-annotations from 2.17.0 to 2.17.1 @鈥媎ependabot (#1698) Bump com.fasterxml.jackson.core:jackson-core from 2.17.0 to 2.17.1 @鈥媎ependabot (#1684) Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 @鈥媎ependabot (#1668) Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1 @鈥媎ependabot (#1707) Bump net.snowflake:snowflake-jdbc from 3.15.1 to 3.16.0 @鈥媎ependabot (#1695) Bump com.github.spullara.mustache.java:compiler from 0.9.11 to 0.9.13 @鈥媎ependabot (#1690) Bump liquibase/build-logic from 0.7.2 to 0.7.5 @鈥媎ependabot (#1680) Bump liquibase/build-logic from 0.7.2 to 0.7.5 AI Generated Code @鈥媎ependabot (#1666) Bump actions/upload-artifact from 2 to 3 @鈥媎ependabot

[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>
Copy link

Label error: This PR is being prevented from merging because you have not added one of the labels: breakingChanges, newContributors, notableChanges, sdou, skipReleaseNotes, TypeBug, TypeEnhancement, TypeTest. You'll need to add it before this PR can be merged.

Copy link

sonarcloud bot commented May 22, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@liquibot liquibot merged commit a7936b5 into master May 22, 2024
11 of 14 checks passed
@liquibot liquibot deleted the dependabot/maven/org.liquibase-liquibase-core-4.28.0 branch May 22, 2024 18:31
Copy link
Contributor

@liquibot liquibot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant