Lançamentos do Flyway

Released: Aug 30, 2024

Atualizações na Flyway Desktop 7.6.0

Correções

  • Fixed a bug which sometimes blocked saving to schema model for PostgreSql projects.

Released: Aug 27, 2024

Atualizações na Flyway Desktop 7.5.0

Correções

  • Fixed an issue where difference text for changes in Postgres projects would error on retrieval.

Released: Aug 22, 2024

Atualizações na Flyway 10.17.2

Correções

  • Fixed the issue that Flyway errors when running 'check -code' with 'classpath' locations.
  • Fixed the issue where the classpath could not be resolved when running the 'check' command.

Released: Aug 22, 2024

Atualizações na Flyway Desktop 7.4.0

Recursos

  • Object definitions can now be retrieved even if there are many thousands of difference objects - there was previously a cut-off after which definitions were no longer retrieved.
  • Page load of the Schema Model, Generate Migrations, and Deployment pages is now slightly faster as object definitions are no longer retrieved as part of the comparison.
  • Object definitions are no longer retrieved as part of the comparison used to load the Schema Model, Generate Migrations, or Deployment pages...

Released: Aug 13, 2024

Atualizações na Flyway 10.17.1

Recursos

  • Added support for Environment Overrides for the 'jarDirs' parameter.
  • Added suggestions for incorrect configurations within the Flyway namespace.
  • Moved report function and assets to their own module.
  • Script migration is now available as an open source feature of Flyway.

Correções

  • Fixed the issue that Repeatables apply placeholders when calculating checksum even when 'placeholderReplacement' is set to false in script config file.
  • Fixed the issue where setting 'placeholderReplacement' to...

Released: Aug 6, 2024

Atualizações na Flyway Desktop 7.3.11

Correções

  • Fixed an issue where generated Baseline script configuration files were not syncing their name with the Baseline script.

Released: Jul 29, 2024

Atualizações na Flyway 10.17.0

Recursos

  • Azure Identity is now a dependency of Flyway for SQL Server Active Directory MSI authentication.
  • Flyway now supports Environment Overrides for parameters configuration.
  • Cassandra has been taken out of preview and has been added to OSS edition.

Correções

  • Fixed the bug that prevented PowerShell scripts from running when located in a folder with spaces in the folder name.
  • Fixed the issue where schemas might get inadvertently cleaned when running check in MySQL.

Released: Jul 25, 2024

Atualizações na Flyway Desktop 7.3.9

Correções

  • Fixed an issue where a failed migration would not automatically refresh migration information.
  • Fixed an issue where multiple ‘Future’ migrations could show the same version on the Migrations page.

Released: Jul 19, 2024

Atualizações na Flyway Desktop 7.3.7

Recursos

  • Migrations page now shows execution progress when running 'migrate'.

Released: Jul 18, 2024

Atualizações na Flyway 10.16.0

Recursos

  • The schema model's location is now also specified in schemaModelLocation in the Flyway namespace in Flyway.toml.

Correções

  • Fixed a bug where MongoDb database name was null.
  • Removed duplicate libraries from the command line.
  • Issue with '${flyway:workingDirectory}' not using configured working directory has been fixed.
  • Fixed an issue where failed migrations could report a negative execution time.