Flyway 12.1.0

Released: Mar 9, 2026

Flyway 12.1.0 での更新項目

機能

  • Flyway now supports using the 'init' command to automatically update TOML configuration files for Desktop users.
  • InsertRowLock now supports custom locking strategies for databases without primary key support.
  • Removed SQL Server 'IgnoreSynonymDependencies' comparison option.
  • Changed the snapshot history limit default to 5, so that ad-hoc rollbacks are available for recent deployments by default.
  • Database Compatibility:
    • Foundational support for Babelfish added.
  • Library Upgrades:
    • Upgraded Jetty-server from 12.0.21 to 12.1.6.
    • Upgraded Jackson from 3.0.4 to 3.1.0.

不具合の修正

  • Fixed NullPointerException when executing callbacks where callback name is null.
  • Drift resolution folder path in JSON output now serializes as an absolute file path string instead of a URI.