Flyway 10.1.0

Released: Nov 22, 2023

Flyway 10.1.0 での更新項目

機能

  • Flyway now uses Schema History Table locking to allow parallel migrations in Google Cloud Spanner.
  • Database compatibility
    • Flyway now supports PostgreSQL version 16.
    • MongoDB 7.0 support is now available. Shipped as preview in Redgate edition CLI.
  • Breaking change - Updated to use Microsoft .NET 8 which drops support for RHEL 7 - this only impacts the check verb (drift and changes).

不具合の修正

  • Corrected URLs for fetching offline permits.
  • Fixed dropping views from GCP Spanner when running clean.
  • Added new groupId to flyway-gradle-plugin.
  • Fixed index out of bounds issue in 'ConfigUtils'.