Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 14, 2021

Bumps liquibase-core from 4.3.5 to 4.4.0.

Release notes

Sourced from liquibase-core's releases.

v4.4.0

Liquibase 4.4.0 is now available here through Liquibase.org. Here’s a closer look at what's included in the latest release.

Liquibase 4.4.0 is a major release

While there are significant changes in important Configuration and Command APIs, and a new CLI library, this release should be 100% backwards compatible. Please report any issues to https://github.com/liquibase/liquibase/issues

Key changes

  • Refactor Configuration API
    • [PRO] Including native use of Environment variables
  • Refactor Command API
  • Rewrote CLI to use new library
    • including new command options and --help content

Bugfixes

  • Fixes an issue with Maven logs and username password (#1859)
  • Fixes an issue with resolving properties files (#1723)
  • Fixes an issue with diffChangelog dependency order (#1722)
  • Fixes an issue with generating changlogs with DB2 on z/OS (#1506)
  • Fixes an issue with long table names in Postgres (#1483)
  • Fixes an issue with update flags for Postegres(#1213)
  • Fixes an issue with loadData and loadUpdateData(#964)

Get Certified

Learn all the Liquibase fundamentals from free online courses by Liquibase experts and see how to apply them in the real world at: https://learn.liquibase.com/.

Read the documentation

Please check out and contribute to the continually improving docs, now at: https://docs.liquibase.com/.

Meet the Community

Our community has built a lot. From extensions to integrations, you’ve helped make Liquibase the amazing open source project that it is today. Keep contributing to make it stronger:

Thanks to everyone who helps make the Liquibase community strong!

Changelog

Sourced from liquibase-core's changelog.

Liquibase Core Changelog

Changes in version 4.4.0 (2021.06.08)

  • Refactor Configuration API -- [PRO] including native use of Environment variables
  • Refactor Command API
  • Rewrote CLI to use new library -- including new command options and help content
  • Fixes an issue with Maven logs and username password (#1859)
  • Fixes an issue with resolving properties files (#1723)
  • Fixes an issue with diffChangelog dependency order (#1722)
  • Fixes an issue with generating changlogs with DB2 on z/OS (#1506)
  • Fixes an issue with long table names in Postgres (#1483)
  • Fixes an issue with update flags for Postegres(#1213)
  • Fixes an issue with loadData and loadUpdateData(#964)

Changes in version 4.3.5 (2021.04.29)

  • Better error handling in runWith=sqlplus when user doesn't have create/drop table permissions

Changes in version 4.3.4 (2021.04.15)

  • Reverts changes from #1722 because they broke other diffChangeLog/generateChangeLog use cases.

Changes in version 4.3.3 (2021.04.09)

  • Fixes an issue with changelogsync and hub
  • Fixes an issue with diff and NullPointerException (#1631)
  • Fixes an issue with NullPointerException and DateTimeType (#1366)
  • Fixes an issue with maven resolving/using properties file (#1723)
  • Fixes an issue with diffChangeLog and addColumn -> addPrimaryKey ordering (#1722)

Changes in version 4.3.2 (2021.03.25)

  • Added new changelogSyncToTag command #1133
  • Support for working with deactivated changelogs in hub
  • Added ability to create hub projects with parameters instead of only via prompts
  • Only enable console prompting when explicitly enabled by the CLI #1711 #1689
  • Handle includeAll better in spring boot #1595 and #1436
  • Changed JRE bundled with installers to use the latest LTS version
  • Better handle dropAll on postgresql partitioned tables #1650
  • Fixed sample liquibase.sqlplus.conf file #1448 and #1416
  • Fixed loadData's usePreparedStatement attribute #1098
  • Send hub logs at the same log level as configured in the CLI

Changes in version 4.3.1 (2021.02.12)

  • Fixed handling of classpath*: in includeAll #1595
  • ClassCastException on moving to mysql-connector-java 8.0.23 #1639
  • Passwords sent to Hub when using jTDS driver
  • ChangeExecListener cannot be used to to HubChangeExecListener #1651
  • RelativePathError when using includeAll tag and Spring Boot #1657

... (truncated)

Commits
  • 20cf283 Added [PRO] to Pro-only feature
  • 8d46667 Merge pull request #1895 from liquibase/DAT-7319
  • 58e0d3c Handle null project ID in Maven integration
  • ae45a4d Updated sample files for release
  • 245824d Added 4.4.0 release notes
  • 49ff1d3 Merge pull request #1441 from costin-moraru/fix_myql_merge_column
  • 9fd6ea4 Merge pull request #1839 from liquibase/DAT-6750
  • c062433 Merge pull request #964 from b-gyula/loadData
  • 89a8d24 Empty strings should remain empty strings
  • 91e50c2 Merge pull request #1887 from liquibase/rename-IntegrationConfiguration
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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-core](https://github.com/liquibase/liquibase) from 4.3.5 to 4.4.0.
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.3.5...v4.4.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 added the area/dependencies Pull requests that update a dependency file label Jun 14, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented Jun 15, 2021

Failing Jobs - Building e0b2f89

Status Name Step Test failures Logs Raw logs
Native Tests - Data3 Build ⚠️ Check → Logs Raw logs

geoand added a commit to geoand/quarkus that referenced this pull request Jun 16, 2021
@geoand geoand mentioned this pull request Jun 16, 2021
@geoand
Copy link
Contributor

geoand commented Jun 16, 2021

Superseded by #17943

@geoand geoand closed this Jun 16, 2021
@quarkus-bot quarkus-bot bot added the triage/invalid This doesn't seem right label Jun 16, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 16, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/org.liquibase-liquibase-core-4.4.0 branch June 16, 2021 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependencies Pull requests that update a dependency file triage/invalid This doesn't seem right

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants