Flyway 11.17.0

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 1.45.1.1821 to 1.45.1.1851.

不具合の修正

  • Fixed issue where namespace short-circuiting would not work when environment parameters were set.
  • Test connection would only output success if it was successful.