Added Deploy rules UI that allows graphical editing of the shouldExecute expression. Deploy rules are set for each migration to control when each one runs. This includes selecting environments you want the migration to run against and allowing you to query specific placeholders and their values to further control execution.
It is now possible to read non-UTF-8 migrations in the UI, honoring the flyway.encoding setting.
It is now possible to save new manually added migrations in the encoding specified by flyway.encoding.
The flyway-dev import verb has been removed in favor of flyway init.
不具合の修正
Fixed issue handling extended characters in database passwords.