Flyway のリリース

Released: Sep 26, 2024

Flyway 10.18.2 での更新項目

不具合の修正

  • Resolved cascading failure when reporting results to Flyway Pipelines.
  • Fixed issue with 'createStatement' override not being used in DB2 Z/OS.

Released: Sep 26, 2024

Flyway Desktop 7.6.2 での更新項目

機能

  • Breaking Change - Previously 'flyway-dev diff' required passing an environment over stdin as a JSON object if either '-from' or '-to' was 'target'. Now you must specify the target environment's id to '-targetId' when comparing with a target.

不具合の修正

  • Fixed truncation of long branch names in git branch dropdown.
  • Fixed truncation of long file paths in git file lists.
  • Fixed issue applying from the schema model to the development database.

Released: Sep 24, 2024

Flyway 10.18.1 での更新項目

機能

  • Updated Parser createStatement method signature.
  • Retired usage of https://nexus.flywaydb.org.

不具合の修正

  • Fixed the issue that 'Check' command should throw an Exception if current environment and build environment are the same.
  • Fixed the bug that Flyway failed to load Callbacks which are configured as a 'classpath'.
  • Fixed the bug that Flyway failed to load Callbacks from default path 'db/callback'.

Released: Sep 24, 2024

Flyway Desktop 7.6.1 での更新項目

機能

  • Results from running the Flyway CLI now only appear in logs when the logging level is verbose and not by default.

Released: Sep 18, 2024

SQL Change Automation 4.6.24261 での更新項目

機能

  • Migrated from .NET 6 to .NET 8.
  • Updated SQL Compare Engine to 15.3.11.27020.

Released: Sep 12, 2024

Flyway 10.18.0 での更新項目

機能

  • Flyway now supports setting personal access token (PAT) through API.
  • Added a warning message if 'group' parameter is enabled for databases which don't support DDL transactions.
  • Database compatibility - Updated snowflake driver to 3.14.3.
  • Changed: cleanOnValidationError is now deprecated.

不具合の修正

  • Fixed an issue that could cause Flyway to hang when a database connection is unavailable and there are a large number of pending migrations.

Released: Sep 2, 2024

Flyway 10.17.3 での更新項目

不具合の修正

  • Added NOLOCK to SQL Server query to reduce blocking.
  • Fixed result publishing when chaining commands.
  • skipExecutingMigrations now works for OSS.

Released: Aug 30, 2024

Flyway Desktop 7.6.0 での更新項目

不具合の修正

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

Released: Aug 27, 2024

Flyway Desktop 7.5.0 での更新項目

不具合の修正

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

Released: Aug 22, 2024

Flyway 10.17.2 での更新項目

不具合の修正

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