Rilasci di Flyway

Released: Dec 28, 2022

Aggiornamenti in Flyway Desktop 6.x

v6.7.0

Updated Sep 21, 2023

Features

  • Flyway Desktop will now remember previously used locations for creating projects, matching the clone from version control form behavior.
  • New Offline Licensing workflow is now enabled on Microsoft Windows.
  • It is now possible to trial Teams and Enterprise editions of Flyway Desktop as two separate trials.
  • Breaking Changes:
    • Permit based licensing is now enabled for Windows. Windows users will be prompted to accept the Redgate EULA again on application start, and...

Released: Jul 13, 2022

Aggiornamenti in Flyway 9.x

v9.22.2

Updated Sep 21, 2023

Features

  • Enhanced comparison engine error output.
  • Flyway now supports MariaDB version 10.11.
  • Updated mariadb-java-client to 2.7.10.
  • Improved parsing of 'ACCESSIBLE BY' clauses in Oracle.
  • SLF4J detection now also works with SLF4J 2.0.

Fixes

  • Fixed configuration disclosure in extended debug output.
  • Fixed parsing issue caused by statements containing multiple sets of parentheses.

v9.22.1

Updated Sep 12, 2023

Features

  • Updated Java 17 JRE included in Flyway CLI.
  • Updated...

Released: Dec 21, 2021

Aggiornamenti 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

Aggiornamenti 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

Aggiornamenti in SQL Change Automation 4.x

4.6.23264

Updated Sep 21, 2023

Features

  • Updated SQL Compare Engine to 15.1.1.23877.

4.6.23255

Updated Sep 13, 2023

Features

  • Updated SQL Compare Engine to 15.1.1.23861.

4.6.23249

Updated Sep 6, 2023

Features

  • Updated SQL Compare Engine to 15.1.0.23826.

4.6.23242

Updated Aug 30, 2023

Features

  • Updated SQL Compare Engine to 15.0.13.23797.

4.6.23226

Updated Aug 16, 2023

Features

  • Updated SQL Compare Engine to 15.0.13.23778.

4.6.23220

Updated Aug 10, 2023

Features

  • Updated SQL Compare Engine to...

Released: Jan 21, 2021

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