Flyway 新版本发表

Released: Mar 26, 2025

Flyway 11.5.0 中的更新

特性

  • 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

Flyway Desktop 7.8.3 中的更新

特性

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

Library Versions

  • Flyway: 11.4.2-rc501478
  • Electron: 34.3.0

修补程序

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

Released: Mar 21, 2025

Flyway 11.4.1 中的更新

特性

  • 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.

修补程序

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

Released: Mar 13, 2025

Flyway Desktop 7.8.2 中的更新

特性

Library Versions

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

Released: Mar 12, 2025

Flyway 11.4.0 中的更新

特性

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

修补程序

  • 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

Flyway Desktop 7.8.1 中的更新

特性

Library Versions

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

修补程序

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

Released: Mar 4, 2025

Flyway Desktop 7.8.0 中的更新

特性

  • 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

修补程序

  • Fixed issue validating passwords containing extended characters.

Released: Feb 20, 2025

Flyway Desktop 7.7.8 中的更新

特性

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

Library Versions

  • Flyway: 11.3.4-rc468337
  • Electron: 34.2.0

修补程序

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

Released: Feb 19, 2025

Flyway 11.3.3 中的更新

特性

  • 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.

修补程序

  • 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 operations...

Released: Feb 14, 2025

Flyway Desktop 7.7.7 中的更新

特性

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

修补程序

  • 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 Control...