Flyway now supports specifying the code analysis scope for migrations.
Flyway now supports configuring the SQL dialect for code analysis via a dedicated configuration parameter.
Error output is now a record and supports custom payloads for different exception types.
It is now possible to set 'generate.usePlaceholders=true' to allow the 'generate' verb to place placeholders into generated files.
Native Connectors is now available via the API.
Flyway prepare target parameter will now default to the value of the environment parameter if the source is schema model or migrations. This makes it more straightforward if the connection details are provided as parameters rather than as a TOML environment, and makes the command neater if prepare and deploy are chained together.
Library Upgrades:
Upgraded OJDBC 11 from 21.1.0.0 to 21.18.0.0.
不具合の修正
Deleted migrations and baseline markers are now ignored when running check -drift and check -changes.
Issue 4092 Gradle tasks now use lazy instantiation.
Backup provisioner will no longer attempt to create users that already exist.