Flyway 10.13.0

Released: May 14, 2024

Flyway 10.13.0 での更新項目

機能

  • Added 'outputProgress' support to legacy (conf) projects.
  • Added support for Databricks in Flyway.
  • You can now use Temurin 17.0.11+9 JRE for Flyway Command Line.
  • Improved the code analysis major/minor rule violation error output.
  • The default Code Analysis Rule RX001 won't require the 'drop table' statement to appear at the start of a SQL statement.
  • Updated wording on Drift Report.
  • Flyway won't print out the whole SQL statement responsible for a migration failure unless debug mode enabled.
  • If Cherry Pick is configured in OSS or Community Edition, Flyway will give 'upgrade required' prompt.

不具合の修正

  • Flyway should only send qualified migration files to code analysis when no url is configured rather than all the '.sql' files.