Flyway 10.12.0

Released: Apr 29, 2024

Flyway 10.12.0 での更新項目

機能

  • Personal Access Tokens are now supported as a method of authorizing Flyway.
  • 'versioned' and 'repeatable' can now be used for 'ignoreMigrationPatterns' in the open-source version.
  • Reworded exception messages when executing scripts fails to say "Script ... failed" instead of "Migration ... failed".
  • 'beforeEachMigrateStatement' and 'afterEachMigrateStatement' callbacks are now open source features.
  • Updated wording on Drift Report.

不具合の修正

  • Flyway shouldn't call SqlFluff if there are no pending migrations found.