Flyway Releases

Released: Apr 14, 2026

Updates in Flyway Desktop 9.3.2

Fixes

  • Library Versions:
    • Flyway: 12.4.0-rc1834.
    • Electron: 41.2.0.

Released: Apr 10, 2026

Updates in Flyway Desktop 9.3.1

Features

  • Rearranged options on the Automated Deployment page to emphasize their position in the hierarchy.
  • Library Versions:
    • Flyway: 12.4.0-rc1822.
    • Electron: 41.2.0.

Fixes

  • Fixed dialect mapping for Postgres to ensure code review can run successfully in Postgres projects.
  • Fixed an issue with layout of Automated Deployment page at small screen sizes.
  • Fixed an issue with code review warnings where out of date warnings would persist in the issue view.

Released: Apr 9, 2026

Updates in Flyway Desktop 9.3.0

Features

  • Library Versions:
    • Flyway: 12.3.1-rc1808.
    • Electron: 41.2.0.

Fixes

  • Fixed issue where upgrading projects with obsolete configurations would cause migrations tab to disappear.

Released: Apr 7, 2026

Updates in Flyway Desktop 9.2.4

Features

  • Library Versions:
    • Flyway: 12.3.1-rc1800.
    • Electron: 41.1.1.

Fixes

  • Fixed an issue where the splash screen could not be found, preventing Flyway Desktop from loading.

Released: Mar 31, 2026

Updates in Flyway 12.3.0

Features

  • Added a New Rule: RG22 - Ensure the same table is not created and then dropped or vice versa in the same script.
  • Added additional properties to JSON output of check code: "engine", "file_pos", "file_pos_end" and (optional) "fixes".
  • Flyway now includes SQLite support in Native Connectors mode.
  • Internal Dependency:
    • Upgraded RgCompare.Cli from 1.52.1.3430 to 1.52.3.3436.

Fixes

  • Fixed RG18 and RG19 handling of bracketed identifiers.

Released: Mar 26, 2026

Updates in Flyway 12.2.0

Features

  • Added a new rule: RG19 - Simple check to ensure table names are not pluralized. More complex pluralizations should be handled by hand.
  • Added a new rule: RG20 - Object names should be contained within square brackets.
  • 'check -code' now generates a SARIF 2.1.0 report file ('.sarif') alongside JSON and HTML reports, enabling integration with GitHub Code Scanning, Azure DevOps, and other SARIF-compatible tools.
  • Added a new rule: RG21 - This is a configurable rule that can enforce naming...

Released: Mar 19, 2026

Updates in Flyway Desktop 9.2.2

Features

  • Library Versions:
    • Flyway: 12.2.0-rc1680.
    • Electron: 41.0.3.

Fixes

  • Fixed issue where the Generate Migrations page could run generate when there were no differences, or only unselectable differences.

Released: Mar 18, 2026

Updates in Flyway Desktop 9.2.1

Features

  • Library Versions:
    • Flyway: 12.2.0-rc1680.
    • Electron: 41.0.3.

Fixes

  • Fixed headings appearing too large on some pages.
  • Fixed an issue preventing the creation of MongoDB projects.

Released: Mar 17, 2026

Updates in Flyway 12.1.1

Features

  • Implemented non statement level callbacks in Native Connectors for undo, info, baseline and repair.
  • Performance Improvements:
    • Improved startup time for lightweight CLI commands like 'flyway version' and 'flyway auth'.
  • Library Upgrades:
    • Upgraded lombok to 1.18.44.

Fixes

  • Fixed NPE in Oracle database type when using instrumentation agents like JaCoCo.
  • Fix for NullPointerException in SnapshotVersionRetriever when applied migrations included null-version entries (repeatable migrations...

Released: Mar 17, 2026

Updates in Flyway Desktop 9.2.0

Features

  • Code review display (preview) added to the generate migrations and deployment script screens. Code review will show potential issues in scripts identified during generation, and by configured code analysis engines for Flyway check. By default, Flyway check will use the SQL Fluff engine.
  • On the baseline screen, the list of available tables for static data configuration will now be retrieved from the configured target environment, if set. If not it will use the development environment...