Flyway Releases

Released: Jun 5, 2025

Updates in Flyway 11.9.1

Features

  • SQLFluff Code Analysis will now show the line number and position of a violation.

Library Upgrades:

  • Upgraded RgCompare.Cli from 1.33.6.573 to 1.33.6.583.

Fixes

  • Suppressed incorrect warning about transactions appearing when running 'prepare'.

Released: Jun 2, 2025

Updates in Flyway 11.9.0

Features

  • OSS command-line artifacts will now be downloaded from the release tag on GitHub instead of Maven.
  • Flyway now allows enabling or disabling Code Analysis Rules Engines via configuration.
  • diffText console output will now use the unified diff format when -color=never is set or color support has not been detected.
  • Different IDs are now included in diffText console output.

Library Upgrades:

  • Upgraded RgCompare.Cli from 1.33.3.433 to 1.33.6.573.
  • Databricks JDBC driver 2.7.1 to 2.7.3.

Fixes...

Released: May 20, 2025

Updates in Flyway 11.8.3

Features

Database Compatibility

  • Added CUBRID community database.

Library Upgrades

  • Upgraded RgCompare.Cli from 1.32.0.269 to 1.33.3.408.

Released: May 13, 2025

Updates in Flyway 11.8.2

Features

  • Reports will now display the environments used by Flyway.
  • Jackson-databind is now a dependency of flyway-core.

Database Compatibility:

  • NC Mongo now uses temporary files to remove issues with `"` characters in migrations.
  • Added support for creating a table inside IF THEN blocks for BigQuery.

Library Upgrades:

  • Upgraded RgCompare.Cli from 1.30.3.102 to 1.32.0.254.

Fixes

  • Fixed a bug where SQLFluff code analysis reported files with violations even when the violation count was zero.
  • Issue...

Released: May 6, 2025

Updates in Flyway 11.8.1

Features

  • Added Oracle debug information to documentation.
  • Flyway now throws error if PAT is set in OSS edition.
  • Jackson libraries now optional on flyway-core. JSON and TOML features will require these libraries.

Library Upgrades

  • Upgraded RgCompare.Cli from 1.30.2.26414 to 1.30.3.102.

Fixes

  • Snowflake would not set a role after a migration if the current role is the same as the original role before a migration.

Released: May 6, 2025

Updates in Flyway Desktop 7.8.9

Features

  • Clicking on an indeterminate checkbox in a table will now select all descendants instead of deselecting them.

Library Versions

  • Flyway: 11.8.1-rc70
  • Electron: 34.3.0

Fixes

  • Fixed an issue where banner reporting on how the shadow database was updated was not being displayed on the Generate Migrations page.
  • Fixed an issue where static data and comparisons modal might close if it was opened while a comparison was in progress and the comparison then completed successfully.

Released: Apr 30, 2025

Updates in Flyway Desktop 7.8.8

Features

  • Now shows a banner providing an alternative to use the backup provisioner when baseline script fails when building shadow environment.
  • The “Save” button within the new Schema Model page is now enabled even if no differences have been selected. Users will be provided an option to save all changes if no differences have been selected when the save button is clicked.

Library Versions

  • Flyway: 11.8.1-rc68
  • Electron: 34.3.0

Fixes

  • Fixed a bug where versioned script config descriptions were not...

Released: Apr 24, 2025

Updates in Flyway 11.8.0

Features

  • The Native Connectors in Flyway now support an afterConnect callback. This new option performs the same function as initSql, which it is going to replace.
  • The PostgreSQL parser now supports CASE statements within a BEGIN ATOMIC statement.
  • Deprecated detectUserByUrl and detectPasswordByUrl methods from the DatabaseType API.

Database Compatibility

  • Added support for `STREAMLIT` objects to Snowflake parser.

Library Upgrades

  • Upgraded RgCompare.Cli from 1.30.2.26351 to 1.30.2.26414.
  • Upgraded...

Released: Apr 17, 2025

Updates in Flyway 11.7.2

Features

  • Added support for the AWS Wrapper with PostgreSQL.
  • MongoDB Native Connectors can now use the database from a URL instead of the default 'test' database.

Library Upgrades

  • Upgraded RgCompare.Cli from 1.30.2.26299 to 1.30.2.26351.
  • Updated databricks-jdbc to 2.7.1.
  • Updated jetty-server to 9.4.57.v20241219 to fix CVE-2024-6763.

Released: Apr 16, 2025

Updates in Flyway Desktop 7.8.7

Features

Library Versions

  • Flyway: 11.7.2-rc529597
  • Electron: 34.3.0

Fixes

  • Fixed an issue where Flyway Desktop can hang on logo splash screen.