Flyway 10.20.0

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.