Flyway 新版本發表

Released: Mar 17, 2026

Flyway Desktop 9.2.0 中的更新

特性

  • Code review display (preview) added to the generate migrations and deployment script screens. Code review will show potential issues in scripts identified during generation, and by configured code analysis engines for Flyway check. By default, Flyway check will use the SQL Fluff engine.
  • On the baseline screen, the list of available tables for static data configuration will now be retrieved from the configured target environment, if set. If not it will use the development environment.
  • Library...

Released: Mar 9, 2026

Flyway 12.1.0 中的更新

特性

  • Flyway now supports using the 'init' command to automatically update TOML configuration files for Desktop users.
  • InsertRowLock now supports custom locking strategies for databases without primary key support.
  • Removed SQL Server 'IgnoreSynonymDependencies' comparison option.
  • Changed the snapshot history limit default to 5, so that ad-hoc rollbacks are available for recent deployments by default.
  • Database Compatibility:
    • Foundational support for Babelfish added.
  • Library Upgrades:
    • Upgraded Jetty...

Released: Mar 4, 2026

Flyway Desktop 9.1.1 中的更新

特性

  • Removed SQL Server 'IgnoreSynonymDependencies' comparison option.
  • Library Versions:
    • Flyway: 12.0.3-rc1589.
    • Electron: 40.6.1.

Released: Mar 2, 2026

SQL Change Automation 5.1.26058 中的更新

特性

  • Updated SQL Compare Engine to 16.0.0.30179.

Released: Feb 27, 2026

Flyway 12.0.3 中的更新

特性

  • Library Upgrades:
    • Upgraded Jackson from 2.19.1 to 3.0.4.

修補程式

  • Fixed an issue where Flyway failed when applied migrations specified in 'cherryPick' were not found in Native Connectors mode.
  • Report filenames and drift resolution folder now included in JSON output when check -drift fails with failOnDrift enabled.
  • Oracle Schema History Table synonyms no longer appear as drift in Check reports.

Released: Feb 20, 2026

Flyway 12.0.2 中的更新

特性

  • Added flag '-check.generateReport' to control whether check should write the result to a file.
  • Flyway check now honors environment-specific cleanDisabled override when no provisioner set for the build database.
  • Running snapshot against an Oracle database without specifying schemas will now use the default schema if set.

修補程式

  • Auth can now be output as JSON when 'outputType=json' is set.

Released: Feb 18, 2026

Flyway Desktop 9.1.0 中的更新

特性

  • Added Oracle comparison option to ignore invisible columns.
  • Added Oracle comparison option to ignore invisible indexes.
  • Multiple project tabs can now be opened.
  • Library Versions:
    • Flyway: 12.0.2-rc1522.
    • Electron: 40.4.1.

Released: Feb 12, 2026

Flyway 12.0.1 中的更新

特性

  • Added alias for azureAdInteractive resolver to entraId.
  • 'check-changes' now honors target parameter for setting a target version.
  • Redgate Clone documentation marked as deprecated and Flyway Desktop sections removed.
  • Database Compatibility:
    • Oracle now uses synonyms on new schema and snapshot history tables to enable them to be called unquoted.
  • Library Upgrades:
    • Bump Oauth2-oidc-sdk to 11.32.

修補程式

  • Fixed issue where configuration parameters would not be listed when running --help on check with a...

Released: Feb 12, 2026

Flyway Desktop 9.0.3 中的更新

特性

  • Added previous/next change navigation buttons to the version control diff viewer.
  • The diff viewer header now adapts to its container width instead of the screen width.
  • Library Versions:
    • Flyway: 12.0.1-rc1482.
    • Electron: 40.4.0.

修補程式

  • Fixed an issue when reviewing dependencies during deployment with a partial selection of objects.

Released: Feb 11, 2026

Flyway Desktop 9.0.2 中的更新

特性

  • Library Versions:
    • Flyway: 12.0.1-rc1473.
    • Electron: 40.2.1.

修補程式

  • The automated deployment page no longer displays commands which are not supported, for database flavors without advanced comparison support.
  • Fixed error in automated deployment page ad hoc rollback scripts.