Flyway 11.18.0

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 issue with obtaining the value of SQLPlus placeholders on Oracle 26ai.
  • Fixed an issue with using the create-database provisioner where a reprovision operation would not fully occur if no additional provisioner configuration was specified.