Flyway のリリース

Released: Jan 30, 2025

Flyway 11.3.0 での更新項目

機能

  • Flyway now supports certain Callbacks with Native Connectors.
  • Changes: Converted FlywayTelemetryManager to use the plugin interface.
  • Database compatibility: Added Community DB Support for Timeplus and DuckDB.
  • Java compatibility: Updated the ojdbc8 driver to ojdbc11 21.1.

Released: Jan 28, 2025

Flyway Desktop 7.7.4 での更新項目

機能

  • Added Backup & Snapshot environment provisioners.
  • Static data versioning now available in Teams edition.
  • Database connection dialog appearance has been updated.
  • Library Versions:
    • Flyway: 11.2.1-rc439633.
    • Electron: 34.0.1.

不具合の修正

  • Fixed an issue where warning and information banners were taking up too much screen-space when doing a deployment.

Released: Jan 21, 2025

Flyway Desktop 7.7.3 での更新項目

機能

  • Library Versions
    • Flyway: 11.2.1-rc431037.
    • Electron: 34.0.0.

不具合の修正

  • Fixed issue on migrations panel where changing command would retain previously selected flags in the command viewer.
  • Fixed an issue where the EULA was briefly flashed before disappearing even if it was previously accepted.

Released: Jan 16, 2025

Flyway 11.2.0 での更新項目

機能

  • Changes
    • Removed ARM V7 support from docker images.
    • Check changes will now prefer using a given deployment snapshot over the live environment. In cases where drift appears in the live environment, this will mean that drift will now be excluded from the change report when possible.
    • The default filter file created upon Microsoft SQL Server project initialization now ignores certificates.
    • Snowflake now supports 'COMMENT IF EXISTS'.
  • New Features
    • Placeholders now supported in Native Connectors.
    • Now...

Released: Jan 14, 2025

Flyway Desktop 7.7.2 での更新項目

機能

  • Changes:
    • Added ‘Host’, ‘Database’ and ‘Schemas’ fields to the connection dialog for TimescaleDB.
    • TimescaleDB automatically uses the PostgreSQL driver in the connection dialog.
    • flyway-dev now prints a deprecation warning on stderr.
  • Library Versions:
    • Flyway: 11.1.2-rc419337.
    • Electron: 33.3.1.

不具合の修正

  • Fixed issue where Git repeatedly shows error with git log in certain scenarios.
  • Fixed issue on tables where selected rows would become unselected when filtered.
  • Fixed multiple generate requests...

Released: Jan 7, 2025

Flyway 11.1.1 での更新項目

機能

  • Native Connectors now supports 'validateMigrationNaming'.

不具合の修正

  • The shouldExecuteExpression field now displays the expression correctly in the JSON output of the info command.
  • Fixed an issue where 'deploy' could fail due to null results despite having executed correctly.
  • Issue ship library 'org-reactive-streams' is fixed.

Released: Jan 3, 2025

Flyway Desktop 7.7.1 での更新項目

機能

  • Added a label to each of the pull, commit and push tabs in the VCS drawer.

不具合の修正

  • Fixed an issue where the “Generate undo scripts” option was ignored when set for the first time.
  • Fixed an issue where the UI could throw an error when scrolling through diffs with arrow keys, with the diff viewer in split view.
  • Fixed an issue where generated migration versions would always include the timestamp instead of adhering to the previous script’s format.
  • Fixed an issue where the VCS side panel can...

Released: Dec 12, 2024

Flyway 11.1.0 での更新項目

機能

  • Upgraded to .NET 9. Existing workflows that do not depend on .NET should not need to change.
  • Native connectors for MongoDB released and enabled in OSS edition.

不具合の修正

  • Improve error output of un-parsable TOML configuration to display line and point of failure.
  • Snowflake will only drop `USER PROCEDURES` instead of all `PROCEDURES`.
  • Snowflake will now drop stages when running clean.

Released: Dec 5, 2024

Flyway Desktop 7.7.0 での更新項目

機能

  • Flyway-dev has been upgraded to .NET 9.
  • Existing securely stored passwords are now displayed as empty in the connection dialog if you switch to storing it as plaintext. Securely stored passwords were not read and stored as plaintext before, but the UI did not reflect that in previous versions.

Released: Dec 3, 2024

Flyway 11.0.1 での更新項目

不具合の修正

  • Increased block depth for WHILE, LOOP and REPEAT keywords in HSQLDB.
  • Updated azure-identity to 1.14.2.