Flyway のリリース

Released: Feb 15, 2024

Flyway 10.8.0 での更新項目

機能

  • Added Regex rules to replace the SQLFluff rules Flyway_L001 and Flyway_L002.
  • Output from Flyway info can now return the contents of a 'shouldExecute' condition, if provided.
  • Downgraded MariaDB Connect/J from 3.3.2 to 2.7.11 to continue to support latest MariaDB without compatibility issues with MySQL. MariaDB 3.X Connect/J requires for 'permitMysqlScheme' flag in the URL.

Released: Feb 12, 2024

Flyway Desktop 7.1.3 での更新項目

不具合の修正

  • Fixed an issue where Flyway Desktop could open a schema model for SQL Server that contained invalid syntax.
  • Fixed an issue where a warning would incorrectly appear during baselining an Oracle database stating that the database version is deprecated.
  • Fixed an issue where overriding reportEnabled would cause a parsing issue in Flyway CLI.
  • Fixed an issue where credential storage would not properly update to plain text if password field was empty.
  • Fixed issue where temporary files might be...

Released: Feb 8, 2024

Flyway 10.7.2 での更新項目

機能

  • Added Community DB support for Oceanbase.
  • Bumped Flyway-Community-DB-Support to 10.7.2
  • Updated AWS secrets manager JDBC dependency to 2.0.2.
  • Flyway now matches Oracle SQL*Plus behavior when parsing 'SHOW ERRORS'.

不具合の修正

  • Flyway errors running 'check -dryrun' for MongoDB.
  • Fixed a bug with the Oracle PL/SQL parser which caused certain view definitions containing the 'FORCE' keyword to break.
  • Parameter settings through Environment variables got ignored if combined with command line parameter...

Released: Feb 5, 2024

Flyway Desktop 7.1.2 での更新項目

機能

  • Change diffs no longer wrap text in order to keep diffs aligned.

不具合の修正

  • Fixed an issue where flyway command line would not log output.

Released: Feb 1, 2024

Flyway Desktop 7.1.1 での更新項目

機能

  • Added a dark theme to Flyway Desktop, available via a theme toggle in the application header menu.

不具合の修正

  • Fixed issue when using SQL Server LocalDB where tables could not be retrieved for configuring static data.
  • Fixed issue where recent projects on landing page could not be scrolled.
  • Resolving merge conflicts via the version control tab now opens the globally configured git resolution tool.

Released: Jan 30, 2024

Flyway Desktop 7.1.0 での更新項目

機能

  • Added better UI handling for invalid SQL Server port numbers and server names.
  • Added better error handling for errors coming from the Flyway engine.

不具合の修正

  • Fixed an issue where Flyway Desktop may log database connection strings including target database authentication data to application debug logs stored on the local computer.

Released: Jan 30, 2024

Flyway 10.7.1 での更新項目

機能

  • If Working Directory is set, Flyway will now use that location to check for default Flyway configuration files in addition to its previous functionality.
  • You can now allow the onEachMigrateOrUndoStatementEvent callback to block statement execution.
  • Improved formatting of Dry Run report.
  • The configFiles parameter now respects interpreting your configuration in the appropriate format.
  • Made Flyway "Output Query Results" an open source feature.
  • Added support for Clickhouse in Flyway.
  • To help...

Released: Jan 19, 2024

Flyway Desktop 7.0.10 での更新項目

不具合の修正

  • Fixed an issue where Undo migration's version wasn't updating alongside the Versioned migration's version.
  • Fixed issue fetching static data tables.

Released: Jan 18, 2024

Flyway Desktop 7.0.9 での更新項目

機能

  • Flyway now supports privileges and owner properties for PostgreSQL. If you don't want to track privileges, they can be filtered out.

Released: Jan 16, 2024

Flyway 10.6.0 での更新項目

機能

  • Improved auth logging to be more concise.
  • Flyway "Target", Flyway Detect Encoding, Flyway Batch and Flyway Stream have been made open source features.
  • Added an API friendly method to 'getEngines'.

不具合の修正

  • Resolved RedgateCompare toml being read incorrectly.