Flyway 12.5.0

Released: Apr 27, 2026

Flyway 12.5.0 での更新項目

機能

  • Flyway now supports Azure Key Vault as a secrets resolver.
  • Flyway now supports Native Connectors mode for Cassandra. The JDBC-based approach has been deprecated.
  • 'flyway prepare' with '-prepare.source=schemaModel' now fails with a clear error when the configured schema model directory does not exist.
  • 'initSql' has been deprecated. Please use the 'afterConnect' callback instead.
  • The Flyway Secret Manager feature is no longer available under Teams license.
  • Internal Dependency:
    • Upgraded RgCompare.Cli from 1.52.6.3589 to 1.55.1.3732.

不具合の修正

  • Fixed pluginConfigurations in the Maven and Gradle plugins not being handled by Flyway.
  • Retry Informix table drops on ISAM file lock errors.