Flyway のリリース

Released: Dec 18, 2025

Flyway 11.19.1 での更新項目

機能

  • It is now possible to switch off automatic dependency handling for Oracle when performing comparison operations.
  • LICENSES-THIRD-PARTY.txt format has changed. Will now refer to the shipped license file instead of duplicating the license text.
  • Database Compatibility
    • Verified compatibility for SingleStore 8.9.
  • Library Upgrades
    • Upgraded RgCompare.Cli from 1.45.1.2176 to 1.46.0.2246.

不具合の修正

  • Fixed an issue where Flyway treated skipped SQLFluff code analysis as a successful linting run.

Released: Dec 17, 2025

Flyway Desktop 8.7.4 での更新項目

機能

  • Added output for when no operation occurs due to the lack of a Snapshot History table, when checking for drift.

Library Versions

  • Flyway: 11.19.1-rc1227.
  • Electron: 39.2.7.

Released: Dec 16, 2025

SQL Change Automation 5.1.25349 での更新項目

機能

  • Updated SQL Compare Engine to 15.4.26.29946.

Released: Dec 15, 2025

Flyway Desktop 8.7.3 での更新項目

機能

  • Added buttons to navigate between differences in the schema model diff viewer.
  • Added line change counts to the schema model diff viewer.
  • Added ability to hide the schema model panel when viewing diffs.
  • The schema model page can now remember the state of its panels.

Library Versions

  • Flyway: 11.19.1-rc1218.
  • Electron: 39.2.7.

Released: Dec 8, 2025

Flyway 11.19.0 での更新項目

機能

Java Compatibility

  • CLI now ships with Java 25.

Library Upgrades

  • Upgraded RgCompare.Cli from 1.45.1.2083 to 1.45.1.2176.
  • Upgraded MongoDB Sync Driver to 5.6.1.

不具合の修正

  • Fixed issue when running 'check -drift' against a database with no snapshot history table.

Released: Dec 8, 2025

Flyway Desktop 8.7.2 での更新項目

機能

  • AI generated summaries are now available for migration scripts.
  • AI generated commit messages based on selected files are now available in the Git sidebar.
  • AI generated migration descriptions based on the migration script contents are now available.
  • An undo migration can no longer be added if there is no corresponding versioned migration on the Manage migrations page.

Library Versions

  • Flyway: 11.19.0-rc1180.
  • Electron: 39.2.6.

Released: Dec 5, 2025

Flyway Desktop 8.7.1 での更新項目

機能

Library Versions

  • Flyway: 11.19.0-rc1180.
  • Electron: 39.2.5.

不具合の修正

  • Fixed issue testing PostgreSQL database connections.

Released: Dec 4, 2025

Flyway Desktop 8.7.0 での更新項目

機能

  • AI generated summaries are now available for migration scripts.
  • AI generated commit messages based on selected files are now available in the Git sidebar.
  • AI generated migration descriptions based on the migration script contents are now available.
  • Testing connections will now also validate that underlying comparison engines can connect, in addition to Flyway command line.
  • Reduced text content on automated deployment page so that example script is more fully visible on small screen sizes...

Released: Dec 3, 2025

SQL Change Automation 5.1.25337 での更新項目

機能

  • Updated SQL Compare Engine to 15.4.26.29892.

Released: Nov 27, 2025

Flyway 11.18.0 での更新項目

機能

  • 'testConnection' command is now supported in Native Connectors mode.
  • When using Oracle in 'Native Connectors' mode, Flyway now fails early during database initialization if the migration execution tool cannot connect.
  • When using MongoDB in 'Native Connectors' mode, Flyway now fails early during database initialization if the migration execution tool cannot connect.
  • Library Upgrades
    • Upgraded RgCompare.Cli from 1.45.1.2021 to 1.45.1.2083.
    • Upgraded sqlfluff from 3.4.2 to 3.5.0.

不具合の修正

  • Fixed...