Flyway のリリース

Released: Apr 11, 2024

Flyway Desktop 7.1.11 での更新項目

機能

  • Added preview support for Apache Cassandra.
  • Added warning modal to new project page when creating a project inside a folder that already contains a project.
  • No longer performs automatic Git fetch on window focus.

不具合の修正

  • Fixed issue where importing from SQL Source Control would not work properly with a \ at the end of the source path.
  • Fixed issue where script config disabling transactions would be generated with wrong prefix against baseline migrations.

Released: Apr 3, 2024

Flyway 10.11.0 での更新項目

機能

  • Added an 'init' command which will create a project compatible with Flyway Desktop.
  • Created 'flyway.communityDBSupportEnabled' to turn off community db support database types if desired.
  • Added support for stream configuration for ClassPath SQL Migrations.
  • Improved the way Flyway honors the workingDirectory parameter.
  • Removed unrelated warning from polyglot engine.
  • Broke up the check page into functional sections, reference and explanation material.
  • Updated AWS S3 dependency to fix CVE-...

Released: Mar 28, 2024

SQL Change Automation 4.6.24087 での更新項目

機能

  • Added support for Microsoft SQL Server Management Studio (SSMS) 20.

Released: Mar 27, 2024

Flyway Desktop 7.1.10 での更新項目

機能

  • Improved some error messages on SQL Source Control import failure.
  • Improved some error messages on Source Control for Oracle import failure.
  • It is now possible to import a SQL Source Control working base folder (enabling import for repositories which don't use Git or working folder).
  • It is now possible to import a Source Control for Oracle working base folder (enabling import for repositories which don’t use Git or working folder).

不具合の修正

  • Fixed issue where importing from SQL Source Control...

Released: Mar 18, 2024

Flyway Desktop 7.1.8 での更新項目

機能

  • Improved git conflict resolution experience by prompting message if user has no merge tool configured.
  • Minor UI tweaks to styling of buttons.

不具合の修正

  • Fixed issue where VCS side panel would sometimes execute git fetch twice at once leading to error banner appearing.
  • Fixed issue where errors cleaning the shadow database would not be reported correctly if flyway engine returned content on stderr.
  • Fixed issue where the version number would not increment correctly when adding new migrations and...

Released: Mar 14, 2024

Flyway 10.10.0 での更新項目

機能

  • Improved the way Flyway honors the 'workingDirectory' parameter.
  • Flyway OSS now won't throw an exception for unknown parameters if the TOML contains non-flyway namespaces.

Released: Mar 5, 2024

Flyway 10.9.1 での更新項目

不具合の修正

  • Fixed issue with MySQL not falling back to MariaDB driver when official driver is unavailable
  • Fixed duplicate migration pattern error when running 'check -drift' or 'check -changes' on a database with multiple schema creation rows.

Released: Mar 5, 2024

Flyway Desktop 7.1.7 での更新項目

不具合の修正

  • Fixed an issue where database variants (e.g CockroachDB as a PostgreSQL variant) would error trying to identify the correct driver in the connection dialog.

Released: Mar 3, 2024

Flyway 10.9.0 での更新項目

不具合の修正

  • Fixed issue where placeholders are not merged properly when using TOML configuration files.

Released: Feb 28, 2024

Flyway Desktop 7.1.6 での更新項目

不具合の修正

  • Fixed an issue where rows in the invalid objects table could become unresponsive.