Flyway 新版本發表

Released: Apr 18, 2024

Flyway 10.11.1 中的更新

特性

  • You can now set System Properties as String rather than Boolean.
  • Updated license header plugin.
  • When running the SQL*Plus '@' command, Flyway will now honour 'workingDirectory' configuration when looking for runnable scripts.

Released: Apr 17, 2024

Flyway Desktop 7.2.0 中的更新

特性

  • Deploy from Schema model - It is now possible to deploy directly from the schema model to a target database. This is not visible for projects using migration scripts. Schema model deployment can be enabled during new project creation or through the project configuration dialog for existing projects that don't have any migration scripts.
  • Improved static data table performance when initially loading.
  • Improved contrast of command and settings accordions on Migrations page.
  • Updated icons to align...

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

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.