Flyway のリリース

Released: Nov 11, 2025

Flyway 11.17.0 での更新項目

機能

  • It is now possible to capture and store snapshots in a target database in a Flyway snapshot history table following a migrate, undo, or deploy action. These snapshots can be used for drift analysis and potentially for rollback.
  • Standard logging is now included with 'outputType=json'; it is posted via STDERR.
  • If deployed snapshot is configured but not found, drift detection will warn rather than fail, allowing for initial deployment to succeed.

Library Upgrades

  • Upgraded RgCompare.Cli from...

Released: Nov 6, 2025

Flyway Desktop 8.5.12 での更新項目

機能

Library Versions

  • Flyway: 11.15.1-rc966.
  • Electron: 39.1.0.

Released: Nov 6, 2025

Flyway 11.16.0 での更新項目

機能

  • Added a new 'testConnection' command to test the validity of a configured database connection.
  • Regex code analysis now reports all identified violations instead of only the first one.
  • Flyway now uses the packaged SQLFluff for Enterprise users by default, unless this feature is explicitly turned off.

Database Compatibility

  • Updated latest version of SQL Server to 2025.
  • Oracle now respects the encoding configuration parameter when reading SQL migrations.

Library Upgrades

  • Upgraded RgCompare.Cli...

Released: Nov 6, 2025

SQL Change Automation 5.0.25309 での更新項目

機能

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

Released: Nov 4, 2025

Flyway Desktop 8.5.11 での更新項目

機能

Library Versions

  • Flyway: 11.15.1-rc964.
  • Electron: 39.0.0.

Released: Nov 3, 2025

Flyway Desktop 8.5.10 での更新項目

機能

  • Added loading state when finishing the project setup wizard.

Library Versions

  • Flyway: 11.15.1-rc929.
  • Electron: 39.0.0.

Released: Oct 28, 2025

Flyway Desktop 8.5.9 での更新項目

機能

  • Added support for Active Directory Managed Identity authentication for SQL Server.
  • Added dry run to the Automated deployment page.
  • Improved affordance of clickability of tracked tables in the static data UI.
  • Now prevents editing of the Development database ID when going through the Schema model setup wizard.

Library Versions

  • Flyway: 11.15.1-rc929.
  • Electron: 39.0.0.

不具合の修正

  • Fixed an issue where the entire Flyway command would not be displayed on the Migrations page.

Released: Oct 23, 2025

Flyway 11.15.0 での更新項目

機能

  • Flyway now provides clearer error messages when online authentication methods fail.
  • Simplified setting 'debugMode' and 'quietMode' in Loggers. When using Flyway via the Java API, Log level is now configured via 'LogFactory.setLogLevel(LogLevel)'. All appropriate loggers will now honor the LogLevel including 'quietMode' (most loggers were previously flawed and would ignore this).

Library Upgrades

  • Upgraded RgCompare.Cli from 1.44.0.1656 to 1.44.0.1673.

Released: Oct 21, 2025

Flyway Desktop 8.5.8 での更新項目

機能

Library Versions

  • Flyway: 11.15.0-rc913.
  • Electron: 38.3.0.

不具合の修正

  • Fixed issue where opening a project would error with “Unable to get comparison performer for database”.

Released: Oct 15, 2025

Flyway 11.14.1 での更新項目

機能

  • Flyway now supports configuring Offline Permits via command-line parameters and TOML configuration.
  • Released first set of Redgate code analysis rules for SQLFLuff.
  • Improved redaction of passwords in JDBC connection strings.
  • Database Compatibility
    • Updated Snowflake driver to 3.27.0.
  • Library Upgrades
    • Upgraded RgCompare.Cli from 1.44.0.1580 to 1.44.0.1656.

不具合の修正

  • No longer crashes when calling ClassUtils.getInstallDir if jars located at root of filesystem.