Flyway のリリース

Released: Nov 28, 2024

Flyway Desktop 7.6.11 での更新項目

不具合の修正

  • Fixed an issue where credentials saved in the default credential manager could sometimes fail to be retrieved when connecting to the database.

Released: Nov 22, 2024

Flyway Desktop 7.6.10 での更新項目

機能

  • The following ignore options are now supported for Oracle:
    • IgnoreSequenceIncrementBy.
    • IgnoreSequenceMinValue.
    • IgnoreSequenceMaxValue.
  • Edition label now opens licensing dialog on click.

不具合の修正

  • Fixed issue where flyway-dev may hang when expecting change IDs via standard in for generate.
  • Fixed issue where resizable panels may move slightly out of place.

Released: Nov 21, 2024

Flyway 11.0.0 での更新項目

機能

  • The 'prepare' and 'deploy' Flyway commands have been added, enabling a state-based deployment directly from a schema model or another database.
  • The following Flyway commands are now out of preview: 'add', 'diff', 'model', 'diffText' and 'generate'.
  • Added AWS Advanced MySQL wrapper support.
  • Breaking changes:
    • Stop deploying to deprecated 'org.flywaydb.enterprise' group ID on the Redgate Maven Repository. Please use 'com.redgate.flyway' instead.
    • 'cleanOnValidationError' function and...

Released: Nov 7, 2024

Flyway 10.21.0 での更新項目

機能

  • Improved 'repair' performance when removing failed migrations.Update H2 2.3.224 to 2.3.232.
  • Upgraded snowflake-jdbc 3.14.3 to 3.20.0 to fix CVE-2024-43382.
  • Backup provisioner now puts database into single user mode before restoring.
  • Legacy Flyway keys (FL0...) are now deprecated.
  • Breaking Change - Removed'check.url', 'check.password' and 'check.username'. These undocumented historic fields have been deprecated for a while and have confusing impacts (such as not working in all check...

Released: Nov 5, 2024

Flyway Desktop 7.6.7 での更新項目

機能

  • New commits are now only shown when on branch without an upstream in VCS side panel.

不具合の修正

  • Fixed dark mode on import incomplete project page.

Released: Oct 24, 2024

Flyway Desktop 7.6.6 での更新項目

機能

  • Added additional logging to trace Flyway invocation details.

Released: Oct 24, 2024

Flyway 10.20.1 での更新項目

機能

  • Enabled out of process change detection for all license tiers when publishing results to Flyway Service.
  • Drift results are now sent to Flyway Service when the service is enabled.

不具合の修正

  • Removed erroneous Guava import.
  • Fixed an issue where Flyway incorrectly displayed a warning about missing locations, even when locations were properly configured per environment.

Released: Oct 23, 2024

Flyway Desktop 7.6.5 での更新項目

不具合の修正

  • Fixed an issue where comparisons with PostgreSQL could include changes in schemas not included in the project.

Released: Oct 16, 2024

Flyway 10.20.0 での更新項目

機能

  • Database compatibility
    • Added support for PostgreSQL 17.

不具合の修正

  • Fixed a bug where error messages are produced when 'check -drift' is run without setting 'deployedSnapshot'.
  • FLYWAY_PIPELINE_ID environment variable was previously broken but is now fixed.
  • The 'createSchema' callback is now deprecated and replaced by 'beforeCreateSchema'.
  • Java compatibility
    • jetty-server 9.4.53.v20231009 to 9.4.56.v20240826 to fix CVE-2024-8184.

Released: Oct 3, 2024

Flyway 10.19.0 での更新項目

機能

  • Database compatibility
    • Add support for DB2 ZOS.
    • DB2 and Redshift now support AWS Secrets Manager.
  • New features
    • The following flyway commands are now available in preview: add, diff, diffApply, diffText and generate.
  • Java compatibility
    • Upgrade google-cloud-spanner-jdbc 2.18.1 to 2.22.1.
    • Upgrade google-cloud-secretmanager 2.20.0 to 2.51.0.
    • Upgrade google-cloud-storage version 2.22.5 to 2.43.1.

不具合の修正

  • Breaking changes - Extracted FlywayMigrateException to its own class.