Flyway 11.0.0

Released: Nov 21, 2024

Flyway 11.0.0 での更新項目

機能

  • The 'prepare' and 'deploy' Flyway commands have been added, enabling a state-based deployment directly from a schema model or another database.
  • The following Flyway commands are now out of preview: 'add', 'diff', 'model', 'diffText' and 'generate'.
  • Added AWS Advanced MySQL wrapper support.
  • Breaking changes:
    • Stop deploying to deprecated 'org.flywaydb.enterprise' group ID on the Redgate Maven Repository. Please use 'com.redgate.flyway' instead.
    • 'cleanOnValidationError' function and configuration has been removed. An error will be thrown if this feature is configured.
    • Flyway will no longer provide an interactive method to input database usernames and passwords. Please use other configuration or URL methods.
    • Environments used with the check command must have a provisioner defined or the -cleanDisabled=false parameter must instead be specified when running the check command.