Flyway Releases

Released: Jul 11, 2025

Updates in Flyway Desktop 8.3.2

Features

  • Now list updated files on schema model save success.
  • It is now possible to select a remote branch when there is no local branch.
  • Add remote now attempts to checkout the default remote branch to help avoid divergent histories.
  • Initial commit will now prompt to optionally add remote to help avoid divergent histories.

Library Versions

  • Flyway: 11.10.3-rc382.
  • Electron: 37.2.1.

Released: Jul 10, 2025

Updates in Flyway 11.10.2

Features

  • Added a new parameter to Regex Rule configuration files, allowing individual Regex Rules to be selectively disabled.
  • Database Compatibility:
    • Fabric Data Warehouse is now available in Preview.
  • Library Upgrades:
    • Upgraded RgCompare.Cli from 1.36.0.820 to 1.37.0.926.
    • mssql-jdbc 12.6.3 to 12.10.1.

Fixes

  • Fixed an issue where baseline scripts were not included during check -changes and check -drift.

Released: Jul 10, 2025

Updates in SQL Change Automation 5.0.25190

Features

  • Updated SQL Compare Engine to 15.4.21.28596.

Fixes

  • Fixed parsing errors related to trailing syntax with no baseline option.

Released: Jul 8, 2025

Updates in Flyway Desktop 8.3.0

Features

  • The sample project button on the home page now creates a sample SQL Server project, complete with tutorial, within the application.

Library Versions

  • Flyway: 11.10.2-rc349.
  • Electron: 37.2.0.

Released: Jul 8, 2025

Updates in Flyway Desktop 8.3.1

Features

Library Versions

  • Flyway: 11.10.2-rc349.
  • Electron: 37.2.0.

Fixes

  • Fixed an issue where the sample project tour’s close button could not always be clicked.

Released: Jul 4, 2025

Updates in Flyway Desktop 8.2.3

Features

  • Added more explicit description to checkbox for creating a project folder when creating a new project.

Library Versions

  • Flyway: 11.10.1-rc337.
  • Electron: 37.2.0.

Released: Jul 3, 2025

Updates in Flyway 11.10.1

Features

  • New SQL Server projects which will now surface 'PRINT' statements as info logs instead of warnings with a default error override in the project settings.
  • The 'help' command now provides targeted help for individual 'check' sub-commands.
  • Updated terminology in docs from AAD to Microsoft Entra.

Fixes

  • Fixed an issue where the 'shouldExecute' configuration was ignored by Flyway during Callbacks execution in Native Connectors mode.

Released: Jul 2, 2025

Updates in Flyway Desktop 8.2.2

Features

  • Added handling for SQL Server untrusted certificate errors, allowing for quicker connection resolution when it is ok to trust the certificate.
  • Added some more verbose logs during the splash screen.
  • Improved warning message content on update development page.

Library Versions

  • Flyway: 11.10.1-rc322.
  • Electron: 37.0.0.

Fixes

  • Fixed an issue where errors larger than the screen height when generating migrations could not be scrolled.

Released: Jun 27, 2025

Updates in Flyway Desktop 8.2.1

Features

Library Versions

  • Flyway: 11.10.0-rc309.
  • Electron: 34.3.0.

Fixes

  • Fixed issue parsing migrate errors, which might affect errors updating the shadow database on the Generate Migrations page.

Released: Jun 26, 2025

Updates in Flyway 11.10.0

Features

  • Flyway now supports specifying the code analysis scope for migrations.
  • Flyway now supports configuring the SQL dialect for code analysis via a dedicated configuration parameter.
  • Error output is now a record and supports custom payloads for different exception types.
  • It is now possible to set 'generate.usePlaceholders=true' to allow the 'generate' verb to place placeholders into generated files.
  • Native Connectors is now available via the API.
  • Flyway prepare target parameter will now...