Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps liquibase-core from 3.8.8 to 4.1.0.

Release notes

Sourced from liquibase-core's releases.

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.

  • Operation reports — These reports include data sent from Liquibase Community or Liquibase Pro when it performs various commands on a registered changelog.

  • Users — A person who has an account in Liquibase Hub and owns one or more API Keys.

  • API Key — This key connects your Liquibase usage to specific Hub Organizations. A user can use one or more API keys in each organization. Users add the API key to their liquibase.properties or Maven POM.

Changes

  • Added support for hub.liquibase.com to CLI and Maven integrations
  • New registerChangeLog command
  • New syncHub command
  • Added hubApiKey argument
  • Added hubConnectionId argument
  • CLI commands and arguments are now case insensitive

v4.0.0

In this major version release, we are making Liquibase 4.0 available as a stable and production-ready release. This version contains the code previously released in 4.0 Beta and 4.0 Beta 2, as well as code released in 3.x versions, up to 3.10.1.

Improvements and Bugfixes

While Liquibase 4.0 contains code from all previous releases, please see these individual releases for detailed lists of the most recent and consequential improvements and bugfixes:

v4.0.0 Beta 2

Improvements and Bugfixes

In this second beta for the new major version release, we

  • Updated of all of the extensions to take advantage of Liquibase 4.0
  • Included a compatibility layer for any pre-4.0 community extensions
  • Stopped including root filesystem in default CLI search paths
Changelog

Sourced from liquibase-core's changelog.

Liquibase Core Changelog

Changes in version 4.1.0

  • Added support for hub.liquibase.com to CLI and Maven integrations
  • New registerChangeLog command
  • New syncHub command
  • Added hubApiKey argument
  • Added hubConnectionId argument
  • CLI commands and arguments are now case insensitive
  • Includes changes from 3.10.2

Changes in version 3.10.2 (2020.7.27)

  • Dependency cycle error during generateChangeLog with --diffTypes=tables,columns,data
  • liquibase maven:: unable to run tests on java > 8
  • Add Banner in log out put that directs users to online resources.
  • GH PR#980 - fixed invalid carriage return coming from oracle ojdbc8 12.2.0.1
  • GH PR#976 - Changes databasechangelog sql to use legacy mode
  • [CORE-3525] Add support for java.sql.Types.TIMESTAMP_WITH_TIMEZONE.
  • GH PR#929 - Fix #CORE-3493 Inconsistent resolution of ChangeLogParameters in liqu…
  • GH PR#744 - Informix data type generation with Default Value cause
  • GH PR#1176 - Add MariaDB sequence support to the 3.10.x branch
  • GH PR#1177 - CORE-3643: fixed the 'shouldValidateX' methods in the Constraints
  • GH PR#1201 - H2 unknown reserved word

Changes in version 4.0.0 (2020.07.14)

  • No changes since 4.0.0 beta2

Changes in version 4.0.0 Beta2 (2020.07.1)

  • Re-introduced deprecated versions of commonly used 3.x methods that had been removed for 4.0
  • Fix to handle --logLevel=debug/fine CLI argument
  • Do not include root filesystem in default CLI search paths

Changes in version 3.10.1 (2020.7.2)

  • GH PR#913 - [CORE-3471] Fixed NPE in LiquibaseUtil when MANIFEST.MF doesn't contain Bundle-Version or Build-Time
  • GH PR#917 - [Core 3463] Fix for validateX attributes of constraintsConfig
  • GH PR#919 - Fixed issued with bundling in shaded jars
  • GH PR#941 - [CORE-3520] Add support for ALWAYS generation type with PostgreSQL auto-increment column.
  • GH PR#946 - [CORE-3524] Prevent auto-increment column silently failing on Oracle.
  • GH PR#949 - [CORE-3526] TABLE is a reserved keyword in H2database since 1.4.197
  • GH PR#963 - [CORE-3556] No default values for changes' properties
  • GH PR#965 - [CORE-3558] Unique constraint name is ignored when using the addColumn change
  • GH PR#970 - Fix Java 1.9+ versions require jaxb as separate dependency
  • GH PR#971 - Add Class-Path entry to the manifest file to simplify command line execution
  • GH PR#975 - NULL date value in prepared statement requires type in MSSQL
  • GH PR#986 - XMLSerializer: Correct Map value serialization
  • GH PR#993 - Improve ChangeFactory initialization time
Commits
  • 4cd5bcb Merge pull request #1434 from liquibase/DAT-5634
  • 6211c2c Updated ant dependency version
  • 0a942aa Merge remote-tracking branch 'origin/DAT-4800' into 4.1.x
  • fcc3559 Check for API key before complaining about Hub when doing rollback DAT-5634
  • 428018c Make referencerServer member variable protected
  • fcac81e Merge remote-tracking branch 'origin/DAT-4800' into DAT-4800
  • a28498b Added 4.1.0 release notes and updated sample liquibase.properties files
  • ef986f4 Merge pull request #1421 from liquibase/DAT-5522
  • cf53556 Handle changeLogFile when it is "" in dropAll/syncHub. Maven passes that val...
  • 291ed02 Merge pull request #1430 from liquibase/DAT-5481
  • 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.1.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.1.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 Oct 1, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #84.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.liquibase-liquibase-core-4.1.0 branch November 1, 2020 23:40
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