Flyway 11.16.0

Released: Nov 6, 2025

Flyway 11.16.0 での更新項目

機能

  • Added a new 'testConnection' command to test the validity of a configured database connection.
  • Regex code analysis now reports all identified violations instead of only the first one.
  • Flyway now uses the packaged SQLFluff for Enterprise users by default, unless this feature is explicitly turned off.

Database Compatibility

  • Updated latest version of SQL Server to 2025.
  • Oracle now respects the encoding configuration parameter when reading SQL migrations.

Library Upgrades

  • Upgraded RgCompare.Cli from 1.44.0.1673 to 1.45.1.1821.
  • Upgrade mssql-jdbc to 12.10.2.
  • Upgrade Couchbase SDK to 3.9.2.
  • Upgrade Databricks JDBC to 3.0.1.
  • Upgraded Netty to 4.2.7.

不具合の修正

  • Resolved an issue causing output progress only being set when the user is set.