Flyway 12.4.0

Released: Apr 14, 2026

Flyway 12.4.0 での更新項目

機能

  • Added a new rule: RG23 - Configurable forbidden alias names.
  • Added a "checksumIncludeReferencedScripts" parameter under "Oracle" namespace to control whether referenced scripts are included in checksum calculation.

不具合の修正

  • Fixed NullPointerException when comparison engine returns null collection fields.
  • In JSON output of check code, "file_pos", "file_pos_end" properties will now adjust for windows line endings present in scripts. Suggested fix content will now attempt to match the line endings used by the script.
  • Fixed a bug where the "validate" operation may cause a "NullPointerException".
  • Fixed Snowflake connectivity failure after JDBC driver update when PUBLIC schema does not exist.
  • Fixed CLI scoped namespace resolution when nested parameters are not immediately after their flag.
  • Fixed incorrect file position returned in code review JSON for some types of SQL fluff insertion fixes.