Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

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

Merged
merged 2 commits into from
May 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 27, 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 27, 2024
Copy link

codecov bot commented May 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.75%. Comparing base (8c47314) to head (3308310).

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #231   +/-   ##
=========================================
  Coverage     98.75%   98.75%           
  Complexity       36       36           
=========================================
  Files            11       11           
  Lines            80       80           
  Branches          1        1           
=========================================
  Hits             79       79           
  Misses            1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Bumps [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) from 4.27.0 to 4.28.0.
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.27.0...v4.28.0)

---
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 force-pushed the dependabot/gradle/org.liquibase-liquibase-core-4.28.0 branch from 8459044 to 183693c Compare May 27, 2024 12:59
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@mfvanek mfvanek merged commit 2514a64 into master May 27, 2024
5 checks passed
@mfvanek mfvanek deleted the dependabot/gradle/org.liquibase-liquibase-core-4.28.0 branch May 27, 2024 13:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant