Flyway 10.1.0

Released: Nov 22, 2023

Updates in Flyway 10.1.0

Funktionen

  • 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).

Fehlerkorrekturen

  • 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'.