Flyway Releases

Released: Dec 28, 2022

Updates in Flyway Desktop 6.x

v6.2.1

Updated Mar 30, 2023

Features

  • Updated Flyway to 9.15.2.
  • Updated RG Compare to 1.9.1.8835.
  • Updated SQL Compare engine to 15.0.8.23370.
  • Updated Compare for Oracle engine to 6.0.21.1077.
  • Updated Electron to 23.2.0.

Fixes

  • Fixed update available banner not being dismissed.

v6.2.0

Updated Mar 29, 2023

Features

  • MySQL connections can now be added through an intuitive dialog by typing in the server, port etc without needing a JDBC URL.
  • Updated Flyway to 9.15.2.
  • Updated RG Compare to...

Released: Jul 13, 2022

Updates in Flyway 9.x

v9.16.0

Updated Mar 15, 2023

Features

  • Drift report titles have been renamed from 'Before' and 'After' to 'Expected' and 'Actual'.
  • Updated `flyway-bom` to use correct versioning system and deploy to Maven Central.

Fixes

  • Fixed reading in configuration from standard input in Teams and Enterprise edition.
  • Fixed a parsing error caused by begin transaction statements in Snowflake.

v9.15.2

Updated Mar 6, 2023

Features

  • When running 'check' commands with involve database comparison (i.e. '-drift' and...

Released: Dec 21, 2021

Updates in Flyway Desktop 5.x

v5.17.1

Updated Dec 19, 2022

Features

  • Clean no longer runs in a transaction so objects such as memory-optimized tables for Microsoft SQL Server can now be deleted correctly.
  • Updated flyway engine to 9.10.1.
  • Updated SQL Compare engine to version 14.10.10.22784.
  • Updated Compare for Oracle engine to version 6.0.17.858.

v5.17.0

Updated Dec 9, 2022

Features

  • Added support for putting shadow databases on the same database as development for single schema databases by allow editing of shadow schema in...

Released: Oct 6, 2021

Updates in Flyway 8.x

v8.5.13

Updated Jun 16, 2022

Fixes

  • The Ascii table will not be logged if there are no columns.
  • Fixed potential parsing bug during 'create package' statement in DB2.
  • Always close the underlying Java connection inside a Database object.

v8.5.12

Updated May 31, 2022

Features

  • The 'version' command now has JSON output.

Fixes

  • Fixed relative locations not being relative to the working directory.
  • When using the delimiter keyword the value can be placed on the next line without entering an infinite loop...

Released: Jan 26, 2021

Updates in SQL Change Automation 4.x

4.6.23087

Updated Mar 29, 2023

Features

  • Updated SQL Compare Engine to 15.0.8.23332.

4.6.23075

Updated Mar 16, 2023

Features

  • Added support for Microsoft SQL Server Management Studio (SSMS) 2019 GA.
  • Updated SQL Compare Engine to 15.0.8.23281.

4.5.23068

Updated Mar 9, 2023

Features

  • Updated SQL Compare Engine to 15.0.7.23275.

4.5.23060

Updated Mar 1, 2023

Features

  • Updated SQL Compare Engine to 15.0.6.23242.

4.5.23052

Updated Feb 21, 2023

Features

  • Updated SQL Compare Engine to...

Released: Jan 21, 2021

Updates in Flyway 7.x

7.15.0

Updated Sep 6, 2021

Features

  • Added the ability to configure which logger to use.
  • Added 'connectionRetriesInterval' property to set customizable connection retry interval (Default: 2 minutes).

Fixes

  • Fixed issue with CockroachDB delete lock statement timestamp not updating.

7.14.1

Updated Sep 1, 2021

Fixes

  • Fixed unlocking bug in PostgreSQL.
  • Adding FUNCTION to the list of special cases for IF EXISTS in HSQL.
  • Fixed various parsing issues in BigQuery.
  • Detecting abstract Java callback classes...