Flyway Releases

Released: Sep 26, 2025

Updates in Flyway 11.13.2

Features

  • Java Compatibility
    • Deprecated constructor on Location class. Use new static factory method instead.
    • It is now possible to implement locations via plugins.
  • Library Upgrades
    • Upgraded RgCompare.Cli from 1.42.2.1345 to 1.43.0.1498.

Released: Sep 24, 2025

Updates in Flyway Desktop 8.5.4

Features

Library Versions

  • Flyway: 11.13.0-rc712.
  • Electron: 38.1.2.

Fixes

  • Fixed static data UI erroneously scrolling up on selection.

Released: Sep 24, 2025

Updates in Flyway Desktop 8.5.3

Features

  • Updated sample automated deployment script for migrations to fail on drift and code analysis issues.
  • Reduced number of links on automated deployment page as there is now a single linked documentation page which covers more of the key information.

Library Versions

  • Flyway: 11.13.0-rc712.
  • Electron: 38.1.2.

Released: Sep 18, 2025

Updates in SQL Change Automation 5.0.25258

Features

  • Updated SQL Compare Engine to 15.4.25.29230.
  • Internal library updates.

Released: Sep 17, 2025

Updates in Flyway 11.13.1

Features

  • Flyway now provides clearer error messages when attempting to load an unlicensed plugin.

Released: Sep 16, 2025

Updates in Flyway 11.13.0

Features

  • It is now possible to define 'beforeDeploy', 'afterDeploy', and 'afterDeployError' callbacks in locations specified by the 'callbackLocations' parameter. This allows logic to be executed before and after script execution for state-based deployments.
  • deploy command now supports errorOverrides, allowing for graceful handling of SQL Server PRINT statements.
  • it is now possible to specify callback-specific locations using the 'callbackLocations' parameter.

Database Compatibility

  • Couchbase...

Released: Sep 4, 2025

Updates in Flyway 11.12.0

Features

  • A new 'failOnError' mode has been introduced in Flyway 'check' code analysis.
  • Added support to generate undo script for state based model migration.
  • The 'majorRules' and 'minorRules' parameters in Code Analysis are now deprecated.
  • Library Upgrades:
    • Upgraded RgCompare.Cli from 1.40.0.1194 to 1.41.0.1246.

Fixes

  • Fixed an issue where fetching the list of static data tables may fail when using Azure AD interactive authentication.

Released: Sep 4, 2025

Updates in Flyway Desktop 8.5.0

Features

  • Added support for more advanced parameters for migrations commands.
  • Now generate migrations without a shadow database is now out of preview.
  • The old schema model UI has been removed. This will only have an effect if the new schema model UI was disabled in the settings.

Library Versions

  • Flyway: 11.12.0-rc644.
  • Electron: 38.0.0.

Released: Sep 1, 2025

Updates in Flyway Desktop 8.4.6

Features

  • Added styling to indicate rows on tables are clickable.

Library Versions

  • Flyway: 11.11.3-rc621.
  • Electron: 37.4.0.

Released: Aug 29, 2025

Updates in Flyway Desktop 8.4.5

Features

  • Added wizard to help users set up schema model on first time set up.
  • A WHERE clause can now be specified for each static data table to filter out unwanted data for SQL Server.

Library Versions

  • Flyway: 11.11.3-rc613.
  • Electron: 37.4.0.

Fixes

  • Removed Flyway pipelines icon from app header.
  • Fixed issue where static data table would render as unscrollable and go off the page.