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 liquibase.version from 4.22.0 to 4.23.0 #30

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2023

Bumps liquibase.version from 4.22.0 to 4.23.0.
Updates liquibase-core from 4.22.0 to 4.23.0

Release notes

Sourced from liquibase-core's releases.

v4.23.0

Liquibase 4.23.0 is a major release

Notable Changes

[PRO]

  • Introduce custom and pipeline specific fields and data, and exclude private data, into Structured Logs and into your Liquibase operations data stream with new liquibase.customlogdata.yaml file.
  • The flow, history, status, and version commands have Structured Logging enhancements for improved compatibility with automated monitoring and analysis tools.
  • Learn more about Liquibase's Observability and Structured Logging capabilities to generate more meaningful reports and dashboards at https://docs.liquibase.com/observability

[OSS]

  • Checksums upgraded to v9, which improves whitespace handling in views, procedures, Liquibase Pro stored logic objects, and more. -- No action is required of users to benefit from this enhancement -- This release is backwards compatible with v8 checksums (found in 3.5 to 4.21.1 releases) -- Console message will inform you when your checksums have been updated
  • Liquibase Hub de-commissioned and de-coupled from Liquibase operations. From 4.23.0 forward, Liquibase will make no Hub reporting attempts.

Breaking Changes

  • For Developers of community-supported extension: liquibase/liquibase#4310 -- This implement new method in ChangeLogHistoryService interface which may requires updates to your extension code.
  • For Pro users: a bug fix for users of BOTH update-one-changeset AND ignore=true in DAT-13516 (see below) -- If you deploy with both these conditions, and have implemented a work-around, you should inspect your work-flow for potential changes.

[PRO] What's Changed

... (truncated)

Changelog

Sourced from liquibase-core's changelog.

Liquibase 4.23.0 is a major release

Notable Changes

[PRO]

  • Introduce custom and pipeline specific fields and data, and exclude private data, into Structured Logs and into your Liquibase operations data stream, with new liquibase.customlogdata.yaml file.
  • The flow, history, status, and version commands have been structured Logging enhancements for improved compatibility with automated monitoring and analysis tools.
  • Learn more about Liquibase's Observability and Structured Logging capabilities to generate more meaningful reports and dashboards at https://docs.liquibase.com/observability

[OSS]

  • Checksums upgraded to v9, which improves whitespace handling in views, procedures, Liquibase Pro stored logic objects, and more. -- No action is required of users to benefit from this enhancement -- This release is backwards compatible with v8 checksums (found in 3.5 to 4.21.1 releases) -- Console message will inform you when your checksums have been updated
  • Liquibase Hub de-commissioned and de-coupled from Liquibase operations. From 4.23.0 forward, Liquibase will make no Hub reporting attempts.

[PRO] What's Changed

[OSS] What's Changed

... (truncated)

Commits
  • e8eb891 Merge pull request #4433 from liquibase/fix-error-if-missing
  • 38f1b43 Rollback errorIfMissingOrEmpty parameter for includeAll tag
  • b05aee7 Create codeql.yml (#4342)
  • 22bf81d Merge pull request #4421 from liquibase/changelog-4230
  • a240d05 Adding changelog for 4.23.0 release
  • 023660a Merge pull request #4419 from liquibase/xsd-4230
  • 0f3fd61 Creates XSD for 4.23.0 release
  • deceeb6 Merge pull request #4403 from liquibase/gha-scheduled-DAT-15240
  • 1e7a26b Merge pull request #4408 from liquibase/modify15030
  • f3241a7 Merge branch 'master' into modify15030
  • Additional commits viewable in compare view

Updates liquibase-maven-plugin from 4.22.0 to 4.23.0

Release notes

Sourced from liquibase-maven-plugin's releases.

v4.23.0

Liquibase 4.23.0 is a major release

Notable Changes

[PRO]

  • Introduce custom and pipeline specific fields and data, and exclude private data, into Structured Logs and into your Liquibase operations data stream with new liquibase.customlogdata.yaml file.
  • The flow, history, status, and version commands have Structured Logging enhancements for improved compatibility with automated monitoring and analysis tools.
  • Learn more about Liquibase's Observability and Structured Logging capabilities to generate more meaningful reports and dashboards at https://docs.liquibase.com/observability

[OSS]

  • Checksums upgraded to v9, which improves whitespace handling in views, procedures, Liquibase Pro stored logic objects, and more. -- No action is required of users to benefit from this enhancement -- This release is backwards compatible with v8 checksums (found in 3.5 to 4.21.1 releases) -- Console message will inform you when your checksums have been updated
  • Liquibase Hub de-commissioned and de-coupled from Liquibase operations. From 4.23.0 forward, Liquibase will make no Hub reporting attempts.

Breaking Changes

  • For Developers of community-supported extension: liquibase/liquibase#4310 -- This implement new method in ChangeLogHistoryService interface which may requires updates to your extension code.
  • For Pro users: a bug fix for users of BOTH update-one-changeset AND ignore=true in DAT-13516 (see below) -- If you deploy with both these conditions, and have implemented a work-around, you should inspect your work-flow for potential changes.

[PRO] What's Changed

... (truncated)

Changelog

Sourced from liquibase-maven-plugin's changelog.

Liquibase 4.23.0 is a major release

Notable Changes

[PRO]

  • Introduce custom and pipeline specific fields and data, and exclude private data, into Structured Logs and into your Liquibase operations data stream, with new liquibase.customlogdata.yaml file.
  • The flow, history, status, and version commands have been structured Logging enhancements for improved compatibility with automated monitoring and analysis tools.
  • Learn more about Liquibase's Observability and Structured Logging capabilities to generate more meaningful reports and dashboards at https://docs.liquibase.com/observability

[OSS]

  • Checksums upgraded to v9, which improves whitespace handling in views, procedures, Liquibase Pro stored logic objects, and more. -- No action is required of users to benefit from this enhancement -- This release is backwards compatible with v8 checksums (found in 3.5 to 4.21.1 releases) -- Console message will inform you when your checksums have been updated
  • Liquibase Hub de-commissioned and de-coupled from Liquibase operations. From 4.23.0 forward, Liquibase will make no Hub reporting attempts.

[PRO] What's Changed

[OSS] What's Changed

... (truncated)

Commits
  • e8eb891 Merge pull request #4433 from liquibase/fix-error-if-missing
  • 38f1b43 Rollback errorIfMissingOrEmpty parameter for includeAll tag
  • b05aee7 Create codeql.yml (#4342)
  • 22bf81d Merge pull request #4421 from liquibase/changelog-4230
  • a240d05 Adding changelog for 4.23.0 release
  • 023660a Merge pull request #4419 from liquibase/xsd-4230
  • 0f3fd61 Creates XSD for 4.23.0 release
  • deceeb6 Merge pull request #4403 from liquibase/gha-scheduled-DAT-15240
  • 1e7a26b Merge pull request #4408 from liquibase/modify15030
  • f3241a7 Merge branch 'master' into modify15030
  • Additional commits viewable in compare view

Updates liquibase-hibernate6 from 4.22.0 to 4.23.0

Release notes

Sourced from liquibase-hibernate6's releases.

v4.23.0

Support for Liquibase 4.23.0.

What's Changed

Full Changelog: liquibase/liquibase-hibernate@v4.22.0...v4.23.0

Commits
  • 47b3347 Merge pull request #498 from liquibase/dependabot/maven/org.apache.maven.plug...
  • 2b023c3 Merge pull request #502 from liquibase/dependabot/maven/hibernate.version-6.2...
  • 1534f1c Bump hibernate.version from 6.1.7.Final to 6.2.5.Final
  • 1e5ccd0 Merge pull request #501 from liquibase/dependabot/maven/spring.version-6.0.10
  • 61ee958 Bump spring.version from 6.0.9 to 6.0.10
  • aec5230 Merge pull request #492 from liquibase/dependabot/maven/org.codehaus.mojo-bui...
  • 585d000 Merge pull request #494 from liquibase/dependabot/maven/org.apache.maven.plug...
  • 4d0f5e8 Bump build-helper-maven-plugin from 3.3.0 to 3.4.0
  • 0546c66 Bump maven-source-plugin from 3.2.1 to 3.3.0
  • fbd7863 Bump maven-surefire-plugin from 3.1.0 to 3.1.2
  • 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 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)

Bumps `liquibase.version` from 4.22.0 to 4.23.0.

Updates `liquibase-core` from 4.22.0 to 4.23.0
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.22.0...v4.23.0)

Updates `liquibase-maven-plugin` from 4.22.0 to 4.23.0
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.22.0...v4.23.0)

Updates `liquibase-hibernate6` from 4.22.0 to 4.23.0
- [Release notes](https://github.com/liquibase/liquibase-hibernate/releases)
- [Changelog](https://github.com/liquibase/liquibase-hibernate/blob/main/RELEASE.md)
- [Commits](liquibase/liquibase-hibernate@v4.22.0...v4.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 3, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 21, 2023

Superseded by #33.

@dependabot dependabot bot closed this Aug 21, 2023
@dependabot dependabot bot deleted the dependabot/maven/liquibase.version-4.23.0 branch August 21, 2023 06:22
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