Flyway 10.18.0

Released: Sep 12, 2024

Flyway 10.18.0 中的更新

特性

  • Flyway now supports setting personal access token (PAT) through API.
  • Added a warning message if 'group' parameter is enabled for databases which don't support DDL transactions.
  • Database compatibility - Updated snowflake driver to 3.14.3.
  • Changed: cleanOnValidationError is now deprecated.

修补程序

  • Fixed an issue that could cause Flyway to hang when a database connection is unavailable and there are a large number of pending migrations.