Flyway 릴리스

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.

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.

Released: Nov 28, 2024

Flyway Desktop 7.6.11 버젼 업데이트

수정사항

  • Fixed an issue where credentials saved in the default credential manager could sometimes fail to be retrieved when connecting to the database.

Released: Nov 22, 2024

Flyway Desktop 7.6.10 버젼 업데이트

기능

  • The following ignore options are now supported for Oracle:
    • IgnoreSequenceIncrementBy.
    • IgnoreSequenceMinValue.
    • IgnoreSequenceMaxValue.
  • Edition label now opens licensing dialog on click.

수정사항

  • Fixed issue where flyway-dev may hang when expecting change IDs via standard in for generate.
  • Fixed issue where resizable panels may move slightly out of place.

Released: Nov 21, 2024

Flyway 11.0.0 버젼 업데이트

기능

  • The 'prepare' and 'deploy' flyway commands have been added, enabling a state-based deployment directly from a schema model or another database.
  • The following flyway commands are now out of preview: 'add', 'diff', 'model', 'diffText' and 'generate'.
  • Added AWS Advanced MySQL wrapper support.
  • Breaking changes:
    • Stop deploying to deprecated 'org.flywaydb.enterprise' group ID on the Redgate Maven Repository. Please use 'com.redgate.flyway' instead.
    • 'cleanOnValidationError' function and...

Released: Nov 7, 2024

Flyway 10.21.0 버젼 업데이트

기능

  • Improved 'repair' performance when removing failed migrations.Update H2 2.3.224 to 2.3.232.
  • Upgraded snowflake-jdbc 3.14.3 to 3.20.0 to fix CVE-2024-43382.
  • Backup provisioner now puts database into single user mode before restoring.
  • Legacy Flyway keys (FL0...) are now deprecated.
  • Breaking Change - Removed'check.url', 'check.password' and 'check.username'. These undocumented historic fields have been deprecated for a while and have confusing impacts (such as not working in all check...