Flyway 新版本發表

Released: Jan 30, 2024

Flyway Desktop 7.1.0 中的更新

特性

  • Added better UI handling for invalid SQL Server port numbers and server names.
  • Added better error handling for errors coming from the Flyway engine.

修補程式

  • Fixed an issue where Flyway Desktop may log database connection strings including target database authentication data to application debug logs stored on the local computer.

Released: Jan 30, 2024

Flyway 10.7.1 中的更新

特性

  • If Working Directory is set, Flyway will now use that location to check for default Flyway configuration files in addition to its previous functionality.
  • You can now allow the onEachMigrateOrUndoStatementEvent callback to block statement execution.
  • Improved formatting of Dry Run report.
  • The configFiles parameter now respects interpreting your configuration in the appropriate format.
  • Made Flyway "Output Query Results" an open source feature.
  • Added support for Clickhouse in Flyway.
  • To help...

Released: Jan 19, 2024

Flyway Desktop 7.0.10 中的更新

修補程式

  • Fixed an issue where Undo migration's version wasn't updating alongside the Versioned migration's version.
  • Fixed issue fetching static data tables.

Released: Jan 18, 2024

Flyway Desktop 7.0.9 中的更新

特性

  • Flyway now supports privileges and owner properties for PostgreSQL. If you don't want to track privileges, they can be filtered out.

Released: Jan 16, 2024

Flyway 10.6.0 中的更新

特性

  • Improved auth logging to be more concise.
  • Flyway "Target", Flyway Detect Encoding, Flyway Batch and Flyway Stream have been made open source features.
  • Added an API friendly method to 'getEngines'.

修補程式

  • Resolved RedgateCompare toml being read incorrectly.

Released: Jan 16, 2024

Flyway Desktop 7.0.7 中的更新

特性

  • Added problem type column to invalid objects modal prompt during baselining.

Released: Jan 15, 2024

Flyway Desktop 7.0.6 中的更新

特性

  • Added better UI handling for Microsoft SQL Server Local DB.
  • The project settings configuration modal will now show an 'Unsaved changes' banner.

修補程式

  • Notification pop-ups from VCS errors will now show correctly.

Released: Jan 11, 2024

Flyway Desktop 7.0.5 中的更新

特性

  • Changes to project settings now keep target connection if it has not changed.

修補程式

  • Fixed VCS sidebar issue where user couldn't push or pull when initializing a repository through the UI then connecting to a remote.
  • Fixed VCS sidebar issue where viewing diff of a file as part of a first commit on a branch would fail.

Released: Jan 11, 2024

Flyway 10.5.0 中的更新

特性

  • Added support for configuring environments via the command line.

Released: Jan 9, 2024

Flyway Desktop 7.0.4 中的更新

特性

  • Added support for the JTDS driver (which supports local DB) in the connection dialog for Microsoft SQL Server projects. Note that for Windows authentication the ntlmauth.dll file needs to be downloaded and added to the ./flyway/native folder within the Flyway Desktop installation.
  • Placeholder text will now be shown for fields derived from Redgate Clone in the list of target databases.
  • Replaced tabs with a navigation sidebar.

修補程式

  • Fixed an issue where a byte order mark might be generated mid...