Flyway Releases

Released: Mar 26, 2025

Updates in Flyway 11.5.0

Features

  • If Mongosh is available, Flyway Redgate Edition will default to using the Native Connectors Mode for MongoDB.

Library Upgrades

  • Upgraded RgCompare.Cli from 1.30.0.26008 to 1.30.1.26056.

Released: Mar 25, 2025

Updates in Flyway Desktop 7.8.3

Features

  • Added an introductory tour to the new Schema model page.

Library Versions

  • Flyway: 11.4.2-rc501478
  • Electron: 34.3.0

Fixes

  • Fixed an issue where Flyway Desktop can hang on logo splash screen.

Released: Mar 21, 2025

Updates in Flyway 11.4.1

Features

  • Added support for change reports to projects deploying from a Schema model. This can be enabled by setting '-check.changesSource=schemaModel' when running 'check -changes' (preview) add support for migration tags. Tags can be used to cherry pick groups of migrations.
  • Java Compatibility: Updated Snowflake to 3.23.1 to fix CVE-2025-27496.

Library Upgrades

  • Upgraded RgCompare.Cli from 1.29.0.25860 to 1.30.0.25967.

Fixes

  • Rule and configuration TOML files now support a BOM character at the...

Released: Mar 13, 2025

Updates in Flyway Desktop 7.8.2

Features

Library Versions

  • Flyway: 11.4.1-rc484477.
  • Electron: 35.0.1.

Released: Mar 12, 2025

Updates in Flyway 11.4.0

Features

  • Renamed error codes returned for database comparison errors.
  • Java Compatibility: Updated OpenTelemetry dependencies to 1.42.1.

Fixes

  • Fixed an issue where Flyway would fail to fall back to 'flywayDesktop.schemaModel' during 'diff'.
  • Fixed OpenTelemetry dependencies which were not being shipped with GCP Spanner in open source.

Released: Mar 11, 2025

Updates in Flyway Desktop 7.8.1

Features

Library Versions

  • Flyway: 11.4.0-rc480488.
  • Electron: 35.0.1.

Fixes

  • Fixed an issue where preview features were not persisted across sessions.

Released: Mar 4, 2025

Updates in Flyway Desktop 7.8.0

Features

  • Generating migrations without a shadow database is now available as a preview feature.
  • Updated placeholders in the Deploy page.
  • Significant change to the schema model view in preview, allowing for changes to be saved directly from the page.
  • Tweaked the styling of backdrops on modals and the VCS drawer.

Library Versions

  • Flyway: 11.3.5-rc475013
  • Electron: 34.3.0

Fixes

  • Fixed issue validating passwords containing extended characters.

Released: Feb 20, 2025

Updates in Flyway Desktop 7.7.8

Features

  • Static Data is now available as a preview feature for PostgreSQL projects.

Library Versions

  • Flyway: 11.3.4-rc468337
  • Electron: 34.2.0

Fixes

  • Fixed an issue where pasting was not working in the Migration script editor.

Released: Feb 19, 2025

Updates in Flyway 11.3.3

Features

  • Flyway Enterprise now automatically configures 'javax.net.ssl.keyStore' and 'javax.net.ssl.trustStore' for MongoDB TLS connections in Native Connectors mode.
  • Added user defined placeholder resolver.

Fixes

  • Fixed missing Oracle Wallet dependencies after upgrading to ojdbc11.
  • Fixed an issue where clean, backup and snapshot provisioners would not use configured properties from the flyway namespace. This fixes an issue where script callbacks would not be called for the subset of flyway...

Released: Feb 14, 2025

Updates in Flyway Desktop 7.7.7

Features

  • Added menu for toggling preview features in settings.
  • Object tables are more compact.

Fixes

  • Fixed error handling where underlying flyway command invocations might return help text which could not be parsed instead of a json error.
  • Fixed issue where some buttons would resize after mousing over.
  • Fixed issue where parameters passed to underlying flyway command invocations with a value ending in a backslash might trigger an unhelpful error. This could occur when importing a SQL Source...