Flyway Releases

Released: Jul 18, 2024

Updates in Flyway 10.16.0

Features

  • The schema model's location is now also specified in schemaModelLocation in the Flyway namespace in Flyway.toml.

Fixes

  • Fixed a bug where MongoDb database name was null.
  • Removed duplicate libraries from the command line.
  • Issue with '${flyway:workingDirectory}' not using configured working directory has been fixed.
  • Fixed an issue where failed migrations could report a negative execution time.

Released: Jul 5, 2024

Updates in Flyway Desktop 7.3.4

Features

  • Migrations are now generated using the encoding specified in the toml.
  • Removed grouping from the changes table on the Deploy page.
  • Moved actions for the table on the Deploy page to the panel header.
  • Diffs for database objects now use 'Ignore whitespace' comparison options when deciding to show whitespace changes.

Fixes

  • Fixed an issue where lots of deployment warnings could prevent the deployment script from being visible.
  • Fixed an issue where the about page was unable to determine the...

Released: Jul 1, 2024

Updates in Flyway 10.15.2

Fixes

  • Bumped SQLServer JDBC to 12.6.3 to fix breaking change with MSAL4j 1.15.1.

Released: Jun 27, 2024

Updates in Flyway 10.15.1

Features

  • Now allows Flyway internals to return query results when migration executor runs a query.
  • Removed the maximum of 100 migrations in Amazon S3 limitation from Open Source Edition.

Fixes

  • Fixed the bug preventing users from configuring schemas or jarDirs via command-line.
  • Bumped msal4j to 1.15.1 to fix CVE-2024-35255.

Released: Jun 24, 2024

Updates in Flyway Desktop 7.3.2

Features

  • 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

Updates in Flyway Desktop 7.3.1

Features

  • 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

Updates in Flyway Desktop 7.3.0

Fixes

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

Released: Jun 11, 2024

Updates in Flyway 10.15.0

Features

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

Fixes

  • 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

Updates in Flyway Desktop 7.2.9

Features

  • 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...

Released: Jun 3, 2024

Updates in Flyway 10.14.0

Features

  • 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.

Fixes

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