Flyway 10.2.0

Released: Dec 8, 2023

Updates in Flyway 10.2.0

Funktionen

  • Added 'supported-databases' command.
  • Added support for cleaning table snapshots and table clones in Google BigQuery.
  • Moved 'flyway-sqlserver' into 'flyway-database' folder space.
  • Updated JRE included in Flyway Command Line to Java 21.
  • Updated document on setting environment parameter through environment variable.
  • Upgraded version of Maven dependencies used by the Flyway Maven plugin to 3.9.6.
  • Made datasource in classic config environment aware.
  • Improved error message for misconfigured environment variables in TOML config.
  • Now uses the latest version of Apache Derby dependencies to avoid CVE-2022-46337.

Fehlerkorrekturen

  • Fixed parsing of boolean comparison options.
  • Fixed a bug where comma-separated lists for configuration parameters passed in via command line would fail with a parsing error.