Lançamentos do Flyway

Released: Jan 7, 2025

Atualizações na Flyway 11.1.1

Recursos

  • Native Connectors now supports 'validateMigrationNaming'.

Correções

  • 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

Atualizações na Flyway Desktop 7.7.1

Recursos

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

Correções

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

Released: Dec 12, 2024

Atualizações na Flyway 11.1.0

Recursos

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

Correções

  • 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

Atualizações na Flyway Desktop 7.7.0

Recursos

  • 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

Atualizações na Flyway 11.0.1

Correções

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

Released: Nov 28, 2024

Atualizações na Flyway Desktop 7.6.11

Correções

  • 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

Atualizações na Flyway Desktop 7.6.10

Recursos

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

Correções

  • 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

Atualizações na Flyway 11.0.0

Recursos

  • 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

Atualizações na Flyway 10.21.0

Recursos

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

Released: Nov 5, 2024

Atualizações na Flyway Desktop 7.6.7

Recursos

  • New commits are now only shown when on branch without an upstream in VCS side panel.

Correções

  • Fixed dark mode on import incomplete project page.