Flyway 11.13.0

Released: Sep 16, 2025

Flyway 11.13.0 での更新項目

機能

  • It is now possible to define 'beforeDeploy', 'afterDeploy', and 'afterDeployError' callbacks in locations specified by the 'callbackLocations' parameter. This allows logic to be executed before and after script execution for state-based deployments.
  • deploy command now supports errorOverrides, allowing for graceful handling of SQL Server PRINT statements.
  • it is now possible to specify callback-specific locations using the 'callbackLocations' parameter.

Database Compatibility

  • Couchbase foundational support is now in preview.

Java Compatibility

  • The 'Callback' interface now extends a generic interface. The compile-time signature is unchanged.

Library Upgrades

  • Upgraded RgCompare.Cli from 1.41.0.1246 to 1.42.2.1345.
  • Bumped netty-common-http to 4.1.125 to fix CVE-2025-58057.

不具合の修正

  • Exceptions using batch will now display the line number of the offending SQL causing the error.