Flyway 新版本發表

Released: Feb 14, 2025

Flyway 11.3.2 中的更新

特性

  • Native Connectors now supports transactions for MongoDB with '.json' migrations.
  • Database Compatibility:
    • Added CosmosDB.
    • Added AWS DocumentDB.
  • Java Compatibility:
    • Updated Cassandra JDBC Wrapper to 4.13.
    • Updated AWS S3 SDK to 2.30.18.
    • Updated Netty Common and Netty Handler to 4.1.118.Final to fix CVE-2025-25193 and CVE-2025-24970.

 

修補程式

  • Fixed an issue with the reports where previous reports before the current report displayed invalid results.
  • Issue 3771 Fixed an issue where the Flyway...

Released: Feb 10, 2025

Flyway Desktop 7.7.6 中的更新

特性

  • Tooltips now have a slightly longer delay before appearing across the application.
  • Library Versions:
    • Flyway: 11.3.2-rc453860
    • Electron: 34.1.1

修補程式

  • Fixed issue where generating a migration would sometimes fail due to them already existing from a previous generation.

Released: Feb 4, 2025

Flyway 11.3.1 中的更新

特性

  • Java compatibility: Upgraded snowflake-jdbc 3.20.0 to 3.22.0 to fix CVE-2025-24790.

Released: Feb 4, 2025

Flyway Desktop 7.7.5 中的更新

特性

  • Improved error message and call to action when Flyway CLI returns an empty response.
  • Library Versions:
    • Flyway: 11.3.1-rc446408.
    • Electron: 34.0.2.

 

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

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.