Flyway 新版本发表

Released: Jun 30, 2026

SQL Change Automation 5.1.26181 中的更新

特性

  • Updated SQL Compare Engine to 17.0.0.30707.

Released: Jun 30, 2026

Flyway 12.10.0 中的更新

特性

  • Smart docker provisioner 'keepAlive' now reuses the build database container across Flyway commands.
  • Filesystem location 'not found' messages now reports the effective working directory and prompts you to check it, since running Flyway from the wrong working directory (without -workingDirectory) is a common cause.
  • Native Connectors mode is now enabled by default for Cassandra.
  • 'outOfOrder' mode is now reported at info level instead of as a warning.
  • The preview 'docker' environment provisioner...

Released: Jun 30, 2026

Flyway Desktop 9.5.10 中的更新

特性

  • When a push is rejected because the remote has changes you don’t have locally, the error now explains this and offers a ‘Pull changes’ button to resolve it.
  • The Sample project card on the landing page now uses a single ‘Create a sample project…’ button consistent with the other cards, with the Autopilot docs available as a link in the card description.
  • Library Versions:
    • Flyway: 12.10.0-rc2297.
    • Electron: 42.4.1.

Released: Jun 23, 2026

Flyway Desktop 9.5.9 中的更新

特性

  • Git errors now make it clear the problem came from Git rather than Flyway Desktop, with the raw Git output tucked behind a ‘Show raw git output’ toggle.
  • Library Versions:
    • Flyway: 12.10.0-rc2247.
    • Electron: 42.4.0.

Released: Jun 18, 2026

Flyway 12.9.0 中的更新

特性

  • Added a check.driftResolutionFolder setting to configure the folder in which drift resolution scripts are generated when drift is detected.
  • Flyway CLI now exits with a distinct exit code derived from the error code when a FlywayException is thrown.
  • check drift, changes and dryrun commands now report phase-level progress when outputProgress is enabled.
  • Internal Dependency:
    • Upgraded RgCompare to 1.58.4.4526.

Released: Jun 18, 2026

Flyway Desktop 9.5.8 中的更新

特性

  • Added support for configuring check.driftResolutionFolder as an advanced parameter for drift analysis operations on the Migrations page.
  • Saving generated migrations is now faster.
  • Library Versions:
    • Flyway: 12.9.0-rc2206.
    • Electron: 42.4.0.

Released: Jun 16, 2026

SQL Change Automation 5.1.26167 中的更新

特性

  • Updated SQL Compare Engine to 17.0.0.30643.

Released: Jun 15, 2026

Flyway Desktop 9.5.7 中的更新

特性

  • Library Versions:
    • Flyway: 12.8.2-rc2175.
    • Electron: 42.3.3.

修补程序

  • Fixed the Deploy tab being missing on new projects when the migrations deploy page feature flag was disabled, which also hid the deployment decision screen.

Released: Jun 5, 2026

Flyway 12.8.1 中的更新

特性

  • Internal Dependency:
    • Upgraded RgCompare to 1.58.3.4420.

修补程序

  • Fixed FLYWAY_TOKEN and FLYWAY_EMAIL environment variables not being recognized for PAT authentication.

Released: Jun 4, 2026

Flyway 12.8.0 中的更新

特性

  • Flyway now warns when an offline permit is due to expire within the next 30 days.
  • Improved progress reporting for PostgreSQL, MySQL and SQLite.
  • API users now must include a flyway 'Licensing' module dependency to be recognized as Redgate edition.
  • Upgraded RgCompare to 1.58.3.4416.

修补程序

  • Oracle EXEC statements preceded by a comment now parse correctly.