Flyway 11.3.2

Released: Feb 14, 2025

Flyway 11.3.2 での更新項目

機能

  • Native Connectors now supports transactions for MongoDB with '.json' migrations.
  • Database Compatibility:
    • Added CosmosDB.
    • Added AWS DocumentDB.
  • Java Compatibility:
    • Updated Cassandra JDBC Wrapper to 4.13.
    • Updated AWS S3 SDK to 2.30.18.
    • Updated Netty Common and Netty Handler to 4.1.118.Final to fix CVE-2025-25193 and CVE-2025-24970.

 

不具合の修正

  • Fixed an issue with the reports where previous reports before the current report displayed invalid results.
  • Issue 3771 Fixed an issue where the Flyway 'configuration' API returned Configuration objects with shared references instead of deep copies.
  • The 'deploy' command will now succeed with a warning if the deployment script does not exist, allowing for smoother chaining with the 'prepare' command.