Flyway 新版本发表

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.

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.

Released: Feb 27, 2024

Flyway Desktop 7.1.5 中的更新

特性

  • An indicator with the branch name has been added to all pages, making the current branch always visible.

Released: Feb 19, 2024

Flyway Desktop 7.1.4 中的更新

特性

  • Flyway Desktop now saves if the navigation sidebar is open or closed.

Released: Feb 15, 2024

Flyway 10.8.1 中的更新

特性

  • Removed Oceanbase from Flyway CLI.

修补程序

  • Fixed issue with PostgreSQL when running in a transaction.

Released: Feb 15, 2024

Flyway 10.8.0 中的更新

特性

  • Added Regex rules to replace the SQLFluff rules Flyway_L001 and Flyway_L002.
  • Output from Flyway info can now return the contents of a 'shouldExecute' condition, if provided.
  • Downgraded MariaDB Connect/J from 3.3.2 to 2.7.11 to continue to support latest MariaDB without compatibility issues with MySQL. MariaDB 3.X Connect/J requires for 'permitMysqlScheme' flag in the URL.