Flyway のリリース

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

Released: Jan 3, 2024

Flyway Desktop 7.0.3 での更新項目

機能

  • When hovering over a target database on the Migrations tab, a tooltip will now show with the database's URL.

不具合の修正

  • Fixed issue where static data information would be missing after importing from a SQL Source Control project.
  • Fixed issue where invalid objects in Oracle couldn't be compiled.

Released: Dec 22, 2023

Flyway 10.4.1 での更新項目

機能

  • You can now allow build environments to be processed by resolvers.

Released: Dec 22, 2023

Flyway Desktop 7.0.2 での更新項目

不具合の修正

  • Fixed error showing in UI when resizing window while VCS diff view visible.
  • Fixed issue resolving shadow database when generating migrations.

Released: Dec 21, 2023

Flyway Desktop 7.0.1 での更新項目

機能

  • The Version Control page has been replaced with a side panel. All features available on the old page are still available via the side panel. The following new features have been added:
    • It is now possible to view the differences for files to commit.
    • It is now possible to view commits to pull, and to view the files within those commits, and the differences within those files.
    • It is now possible to view commits to push, and to view the files within those commits, and the differences within those...

Released: Dec 20, 2023

Flyway 10.4.0 での更新項目

不具合の修正

  • Use instance variable of defaultProperties in DriverDataSource constructor instead of parameter variable.