Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps liquibase-core from 3.8.8 to 4.2.0.

Release notes

Sourced from liquibase-core's releases.

v4.2.0

This major release offers significant enhancements and bug fixes for both Liquibase Community and Pro users and supports further Liquibase Hub integration.

Improvements

  • [PRO] certified support for MySQL 5.7 and 8.0, including enhanced support for stored logic
  • CockroachDB support (check out our CockroachDB tutorial)
  • New "allowUpdate" attribute on loadData columns #373

Bugfixes

  • Improved Maven support for Liquibase Hub
  • Fix xsd, remove surplus space after validateForeignKey in 4.1.xsd / 4.2.xsd #1523
  • MySql 8.0 requires create and drop of temporary tables to run generateChangeLog #1510
  • Move banner.txt to new location #1496
  • Fix issue with loadUpdateData #1495
  • loadUpdateData broken for clob/text fields in 3.10.3 #1489
  • XML Export adds ',xxx' instead of ',' #1438
  • Precondition onFail="WARN" doesn't work properly #1389
  • Update Ant Tasks to use DatabaseFactory rather than create connection itself #1427

Shoutouts

We'd like to give a shoutout to the following community members for all of their contributions to this release: d.volkov, Leonardo Arcari, Timur Tibeyev, Stéphane Nicoll, Pankaj Kumar, Pavlo Tytarchuk, Matt Bertolini, Erzsebet Carmean, Wes Willard, Mike Olivas, Nathan Voxland, Ronak Rahman, Caroline Hunt.

v4.1.1

Liquibase 4.1.1 is a bugfix release

Changes

This release brings the 3.10.3 fixes into 4.1 as well as introduces a couple 4.1 specific fixes.

v4.1.0

Liquibase 4.1 connects local Liquibase operations to Liquibase Hub

This release powers Liquibase Hub, now available in Beta. This free, secure SaaS portal provides status reporting, monitoring, and insights into your Liquibase database release automation. Learn more about Liquibase Hub Beta.

New Commands

  • registerchangelog — This interactive CLI command will register the specified changelog to a Project in your Liquibase Hub organization. You can create a Project from the CLI, or choose one already created.
  • synchub — Synchronizes your local DATABASECHANGELOG table with its Liquibase Hub counterpart.

New Concepts

  • Organizations — An Organization in Hub is the overall collection of all the elements used in the Liquibase Hub system. This includes Projects, changelogs and their changesets, connections, Operation reports, and your team members. A user can have more than one Organization and be in more than one Organization.

  • Projects — A Project in Liquibase Hub is the structured collection of the resources used by Liquibase Community or Liquibase Pro 4.1+. This includes changelogs, changesets, connections (e.g., JDBC URLs) and the commands run on these elements included in reports.

Changelog

Sourced from liquibase-core's changelog.

Liquibase Core Changelog

Changes in version 4.2.0 (2020.11.12)

  • [PRO] Support for snapshotting Mysql stored logic
  • GH PR#373 - Added option "updateable" to the column tag.
  • GH Issue#1523 - Fix xsd, remove surplus space after validateForeignKey (4.1.xsd / 4.2.xsd
  • GH Issue#1510 - MySql 8.0 requires create and drop of temporary tables to run generateChangeLog
  • GH PR#1496 - Move banner.txt to new location
  • GH PR#1495 - Fix issue with loadUpdateData GH-1489
  • GH Issue#1489 - loadUpdateData broken for clob/text fields in 3.10.3
  • GH Issue#1476 - Consider alternative location for banner.txt
  • GH Issue#1438 - XML Export adds ',xxx' instead of ','
  • GH Issue#1389 - Precondition onFail="WARN" doesn't work properly
  • GH PR#1427 - Update Ant Tasks to use DatabaseFactory rather than create connection itself

Changes in version 4.1.1 (2020.10.09)

  • GH #1276 Rewrote SpringResourceAccessor
  • GH PR#1285 Remove deprecated code in Ant tasks
  • GH PR#1286 Fix usage of AntTaskLogger
  • GH #1097 diffChangeLog overwrites first changeset in formatted sql changelog

Changes in version 3.10.3 (2020.10.09)

  • GH PR#912 - CORE-3379 escaping postgres questionmark operators to prevent unwanted parameter syntax
  • GH PR#936 - SpringLiquibase createResourceOpener() now returns a ResourceAccessor, which allows it to be overridden with any kind of ResourceAccessor
  • GH PR#983 - Fixes for loadData to support Postgres enums with java.sql.Types.OTHER
  • GH PR#1010 - Potential fix for generated columns on postgres
  • GH PR#1258 - Reduced the verbosity of logging by moving SQL logging from info to debug logging
  • GH PR#1239 - Fix xsd, remove surplus space after validateForeignKey
  • GH PR#1296 - Put the banner in an external file for easier editing.
  • GH PR#1327 - Fix varchar(max) extrainfo in 3.10 branch
  • GH PR#1406 - Fixed integration tests for 983
  • GH PR#781 - feat: Maven Liquibase Plugin generateChangeLog mysql sql comment supported
  • GH PR#945 - [CORE-3523] Consistently map Liquibase integer types to Oracle integer types. MERGED THEN UNMERGED
  • GH PR#1140 - fix root paths for spring boot fat jar
  • GH PR#1332 - Update FileSystemResourceAccessor.java
  • GH PR#1372 - Fix for PR 1001 in 3.10.x branch
  • Fixed priority for JDBC Connections
  • GH PR#1140 - Added json and sql to the list
  • GH PR#1418 - Revert "[CORE-3523] Consistently map Liquibase integer types to Oracle integer types" UNMERGE 945
  • GH PR#1422 - Updates for #1081 in 3.10.x
  • GH PR#1431 - Fix merge issue in OracleDatabase
  • GH PR#1443 - Handle MSSQL computed columns in generate changelog LB-366
  • GH PR#1447 - Do not use batched statements for Postgres LoadDataChange LB-744
  • Fixed schema version number for 3.10

Changes in version 4.1.0 (2020.9.28)

Commits
  • 2cbc9bd Merge remote-tracking branch 'origin/4.2.x' into 4.2.x
  • 25455b9 Updated sample xsd versions, fixed non-ascii changelog.txt chars
  • ab74e20 Merge pull request #1532 from liquibase/DAT-5932
  • b8eee28 Merge pull request #1519 from liquibase/DAT-5856
  • 0669e2d Updated 4.2.0 release notes
  • a3a4530 Added newline breaks to message DAT-5856
  • b8c7ac1 Cleaned up some spacing DAT-5856
  • 9af72ab Merge remote-tracking branch 'origin/4.2.x' into DAT-5932
  • 7dd96d4 Merge pull request #1497 from liquibase/DAT-5545
  • 1cf9cf7 Modified messages DAT-5856
  • 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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [liquibase-core](https://github.com/liquibase/liquibase) from 3.8.8 to 4.2.0.
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v3.8.8...v4.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 1, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #103.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.liquibase-liquibase-core-4.2.0 branch January 1, 2021 23:38
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.

1 participant