Flyway のリリース

Released: Jun 24, 2024

Flyway Desktop 7.3.2 での更新項目

機能

  • Flyway desktop will now fall back to online/offline licenses if permit defined in REDGATE_LICENSING_PERMIT_PATHS is invalid.
  • Diff operations will now show progress in the taskbar/dock where OS supports.

Released: Jun 18, 2024

Flyway Desktop 7.3.1 での更新項目

機能

  • Added a settings pane to diff windows, where users can toggle highlighting whitespace differences, as well as whether their diff is split or unified.
  • Differences on the Deployment page are now grouped by schema and object type.

Released: Jun 17, 2024

Flyway Desktop 7.3.0 での更新項目

不具合の修正

  • Fixed an issue where Views would appear as tables to track Static Data.

Released: Jun 11, 2024

Flyway 10.15.0 での更新項目

機能

  • Added file helpers.
  • Increased Cloud Spanner support to 2.18.1.
  • Increased H2 support to 2.2.224.

不具合の修正

  • Fixed bug where certain keywords in BigQuery and HSQL were not handled correctly when in lower case.
  • Fixed a bug where 'targetSchemaVersion' is not set in API and JSON result objects when 'migrate' fails, or no versioned migrations are applied.
  • Fixed the bug preventing users from initiating a trial using the "auth" command.

Released: Jun 5, 2024

Flyway Desktop 7.2.9 での更新項目

機能

  • Added Deploy rules UI that allows graphical editing of the shouldExecute expression. Deploy rules are set for each migration to control when each one runs. This includes selecting environments you want the migration to run against and allowing you to query specific placeholders and their values to further control execution.
  • It is now possible to read non-UTF-8 migrations in the UI, honoring the flyway.encoding setting.
  • It is now possible to save new manually added migrations in the encoding...

Released: Jun 3, 2024

Flyway 10.14.0 での更新項目

機能

  • Flyway will no longer auto-install SQLFluff 1.2.1 for Enterprise customers when running code analysis.
  • The 'Rules Location' parameter of Flyway Check command will now honor 'workingDirectory' configuration.

不具合の修正

  • Flyway no longer makes repeated calls to the same Vault secret. This allows using dynamic roles from the Vault database engine.

Released: May 23, 2024

Flyway Desktop 7.2.7 での更新項目

機能

  • Added support for Databricks.

Released: May 22, 2024

Flyway Desktop 7.2.6 での更新項目

機能

  • Redesigned target database selection on the Deploy page.

Released: May 21, 2024

Flyway Desktop 7.2.5 での更新項目

機能

  • On Windows, the Minimize, Maximize and Close buttons are now part of the application header.
  • The VCS commit tab's list of files now uses more descriptive icons and titles.
  • The application menus have been reorganized to place the help menu as the last menu.

不具合の修正

  • Git conflicts resolved outside of Flyway Desktop will now be recognised as being resolved by Flyway Desktop.

Released: May 15, 2024

Flyway Desktop 7.2.4 での更新項目

機能

  • Cloning a new project will now no longer prompt for toml project file if there is one (and only one) in the repository.
  • On pull/commit/push, the corresponding button now displays a loading spinner.
  • When importing from SQL Source Control, the project Guid is now preserved.

不具合の修正

  • Fixed issue where SQL Source Control default options would not be applied on import if no custom options were set, resulting in collations being ignored after import.
  • Fixed issue where docker provisioner connections...