Flyway 12.6.0

Released: May 8, 2026

Actualizaciones en Flyway 12.6.0

Características

  • Flyway now supports Native Connectors mode for the Deploy command.
  • 'Auth' command now defers to existing license providers instead of redundantly re-authenticating. License output now reports the acquisition method.
  • Configuration errors caused solely by obsolete parameters now throw ObsoleteConfigurationParametersException, exposing the obsolete parameters as structured data.
  • Gradle plugin is now compatible with Gradle's configuration cache for environment variable and system property inputs.
  • Obsolete parameter exception payload now includes a 'reason' field explaining why each parameter is obsolete.
  • Simplified namespace short-circuiting (aka scoped namespacing) so that mixing scoped and unscoped namespaces is allowed.
  • Database Compatibility:
    • Added support for 'DROP ... IF EXISTS' and 'CREATE ... IF NOT EXISTS' for Oracle parser.
  • Library Upgrades:
    • Upgraded adoptium/temurin25-binaries from 25.0.2+10 to 25.0.3+9.
    • Bumped aws-secretsmanager-jdbc from 2.0.4 to 2.1.0.
  • Internal Dependency:
    • Upgraded RgCompare.Cli from 1.55.1.3732 to 1.58.0.3966.

Correcciones

  • Only able to create synonyms for Oracle SHTs when the name includes lower case characters.