Skip to content

0.4.1

Compare
Choose a tag to compare
  • 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)