Flyway Releases

Released: May 11, 2026

Updates in Flyway Desktop 9.4.4

Features

  • Automated Deployment page now links out to user’s GitHub repository when generating GitHub Actions workflows.
  • Library Versions:
    • Flyway: 12.6.1-rc2004.
    • Electron: 42.0.1.

Fixes

  • Fixed environment display name text color being invisible in project settings modal.

Released: May 8, 2026

Updates in Flyway 12.6.0

Features

  • Flyway now supports Native Connectors mode for the Deploy command.
  • 'Auth' command now defers to existing license providers instead of redundantly re-authenticating. License output now reports the acquisition method.
  • Configuration errors caused solely by obsolete parameters now throw ObsoleteConfigurationParametersException, exposing the obsolete parameters as structured data.
  • Gradle plugin is now compatible with Gradle's configuration cache for environment variable and system property...

Released: May 7, 2026

Updates in Flyway Desktop 9.4.3

Features

  • Added a SQL Server data deployment behavior option to use existence checks for INSERT statements.
  • Added support for the oracle.checksumIncludeReferencedScripts parameter in migration commands.
  • Now lists the changes that will happen as part of the upgrade process, when upgrading projects with obsolete configuration.
  • Library Versions:
    • Flyway: 12.6.0-rc1977.
    • Electron: 42.0.0.

Fixes

  • No longer shows the ‘Execute in a transaction’ option for an Oracle deployment script.

Released: May 5, 2026

Updates in SQL Change Automation 5.1.26125

Features

  • Updated SQL Compare Engine to 17.0.0.30436.

Released: Apr 29, 2026

Updates in Flyway Desktop 9.4.2

Features

  • The Automated Deployment page now generates Github Actions workflow files, using the new Flyway Github Actions.
  • Library Versions:
    • Flyway: 12.5.1-rc1928.
    • Electron: 41.3.0.

Fixes

  • Fixed an issue where Copy to clipboard button on Automated Deployment page would copy the contents without new lines on Windows.

Released: Apr 27, 2026

Updates in Flyway 12.5.0

Features

  • Flyway now supports Azure Key Vault as a secrets resolver.
  • Flyway now supports Native Connectors mode for Cassandra. The JDBC-based approach has been deprecated.
  • 'flyway prepare' with '-prepare.source=schemaModel' now fails with a clear error when the configured schema model directory does not exist.
  • 'initSql' has been deprecated. Please use the 'afterConnect' callback instead.
  • The Flyway Secret Manager feature is no longer available under Teams license.
  • Internal Dependency:
    • Upgraded...

Released: Apr 23, 2026

Updates in SQL Change Automation 5.1.26112

Fixes

  • Updated SQL Compare Engine to 17.0.0.30373.

Released: Apr 17, 2026

Updates in Flyway Desktop 9.3.4

Features

  • Code review issues such as 'noqa' warnings and regex rules will now underline the whole line in addition to adding an icon annotation.
  • Library Versions:
    • Flyway: 12.5.0-rc1852.
    • Electron: 41.2.1.

Released: Apr 16, 2026

Updates in Flyway Desktop 9.3.3

Features

  • Added an apply fix action to the code review panel for issues with a suggested fix.
  • Library Versions:
    • Flyway: 12.5.0-rc1848.
    • Electron: 41.2.1.

Released: Apr 14, 2026

Updates in Flyway 12.4.0

Features

  • Added a new rule: RG23 - Configurable forbidden alias names.
  • Added a "checksumIncludeReferencedScripts" parameter under "Oracle" namespace to control whether referenced scripts are included in checksum calculation.

Fixes

  • Fixed NullPointerException when comparison engine returns null collection fields.
  • In JSON output of check code, "file_pos", "file_pos_end" properties will now adjust for windows line endings present in scripts. Suggested fix content will now attempt to match the line...