Flyway のリリース

Released: Aug 22, 2024

Flyway Desktop 7.4.0 での更新項目

機能

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

Released: Aug 13, 2024

Flyway 10.17.1 での更新項目

機能

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

不具合の修正

  • 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 'true' in...

Released: Aug 6, 2024

Flyway Desktop 7.3.11 での更新項目

不具合の修正

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

Released: Jul 29, 2024

Flyway 10.17.0 での更新項目

機能

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

不具合の修正

  • 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

Flyway Desktop 7.3.9 での更新項目

不具合の修正

  • 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

Flyway Desktop 7.3.7 での更新項目

機能

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

Released: Jul 18, 2024

Flyway 10.16.0 での更新項目

機能

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

不具合の修正

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

Released: Jul 5, 2024

Flyway Desktop 7.3.4 での更新項目

機能

  • Migrations are now generated using the encoding specified in the toml.
  • Removed grouping from the changes table on the Deploy page.
  • Moved actions for the table on the Deploy page to the panel header.
  • Diffs for database objects now use 'Ignore whitespace' comparison options when deciding to show whitespace changes.

不具合の修正

  • Fixed an issue where lots of deployment warnings could prevent the deployment script from being visible.
  • Fixed an issue where the about page was unable to determine the Flyway...

Released: Jul 1, 2024

Flyway 10.15.2 での更新項目

不具合の修正

  • Bumped SQLServer JDBC to 12.6.3 to fix breaking change with MSAL4j 1.15.1.

Released: Jun 27, 2024

Flyway 10.15.1 での更新項目

機能

  • Now allows Flyway internals to return query results when migration executor runs a query.
  • Removed the maximum of 100 migrations in Amazon S3 limitation from Open Source Edition.

不具合の修正

  • Fixed the bug preventing users from configuring schemas or jarDirs via command-line.
  • Bumped msal4j to 1.15.1 to fix CVE-2024-35255.