Flyway 10.19.0

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.