Flyway 11.8.0

Released: Apr 24, 2025

Flyway 11.8.0 での更新項目

機能

  • The Native Connectors in Flyway now support an afterConnect callback. This new option performs the same function as initSql, which it is going to replace.
  • The PostgreSQL parser now supports CASE statements within a BEGIN ATOMIC statement.
  • Deprecated detectUserByUrl and detectPasswordByUrl methods from the DatabaseType API.

Database Compatibility

  • Added support for `STREAMLIT` objects to Snowflake parser.

Library Upgrades

  • Upgraded RgCompare.Cli from 1.30.2.26351 to 1.30.2.26414.
  • Upgraded sqlfluff from 3.3.1 to 3.4.0.

不具合の修正

  • Fixed an issue where the TLS auto-configuration failed to recognize a supported object type in the client PEM file.
  • Flyway will now raise an error if a provisioner is requested to be used when dry run is set.