Flyway 11.3.3

Released: Feb 19, 2025

Flyway 11.3.3 での更新項目

機能

  • Flyway Enterprise now automatically configures 'javax.net.ssl.keyStore' and 'javax.net.ssl.trustStore' for MongoDB TLS connections in Native Connectors mode.
  • Added user defined placeholder resolver.

不具合の修正

  • Fixed missing Oracle Wallet dependencies after upgrading to ojdbc11.
  • Fixed an issue where clean, backup and snapshot provisioners would not use configured properties from the flyway namespace. This fixes an issue where script callbacks would not be called for the subset of flyway operations directly caused by these provisioners running.
  • Fixes issue where specifying an empty cherry pick list to the diff build database property would be treated as if cherry pick was not specified. This fixes an issue seen in the check reports when deploying to an empty target for the first time.
  • Nested resolver definitions are now disallowed and will result in an error.