You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimization: Don't acquire lock if no scripts need to be executed (#172)
Previously applied migration scripts are now checked for modifications and rejected if they've been modified after they were applied. The old behaviour can be restored by setting the new configuration parameter validateOnMigrate to false (default: true) (#155)
version updates (spring-boot 2.7.7)
added java 19 compatibility tests
added spring boot 2.7 compatibility tests
added Elasticsearch 8.6, 8.5, 8.4, 8.3, and 8,2 compatibility test
added Opensearch 2.4, 2.3, 2.2, 2.1 and 2.0 compatibility tests
It is now possible to set a baselineVersion to skip migrations with versions lower than the defined baselineVersion (#164)