Flyway 11.17.1

Released: Nov 20, 2025

Flyway 11.17.1 での更新項目

機能

  • Added ability to run code analysis on individual scripts with 'check.scriptFilename' and new 'SCRIPT' scope.
  • Snapshot history version column will now be populated when a database is used as the source for the snapshot.
  • Comparison options can now be configured via the command-line.
  • testConnection command can now test Comparison Engine connections.
  • Snapshots can now be written to an s3 bucket and read from an s3 bucket when performing drift checks.
  • Flyway now supports reporting the usage of '--noqa' tags that suppress code analysis linting.

Library Upgrades

  • Upgraded RgCompare.Cli from 1.45.1.1851 to 1.45.1.2021.

不具合の修正

  • Fixed missing descriptions for SQLFluff rules RG07, RG08, RG11, and RG12.
  • Fixed problem getting Oracle metadata properties.
  • Fixed issue where an additional connection being created when running migrate or undo.
  • Redgate bundled SQLFluff was not shipped in this release due to a packaging problem.