Skip to content

Releases: albertomh/Exodus

1.2.0

Choose a tag to compare

@albertomh albertomh released this 13 Jul 14:37

Improve the robustness of getMigrationScripts() by ensuring picked up migration files are sorted as expected & using a more appropriate collection data type.

1.1.0

Choose a tag to compare

@albertomh albertomh released this 04 Jul 17:32
  • Emit a custom Spring Event (MigrationCompleteEvent) when Exodus succesfully completes a run.
  • Improve management of database connections & statements by using try-with-resources statements.

1.0.1

Choose a tag to compare

@albertomh albertomh released this 27 Jun 10:40

Make MigrationRunner public to allow use in application tests.

👣 Exodus' first release! 🎉

Choose a tag to compare

@albertomh albertomh released this 20 May 08:37
  • Exodus integrates with Spring's application lifecycle as a drop-in dependency to run & manage database migrations.
  • Checks for new migrations and applies them on application startup, keeping track of them in a dedicated table.
  • Full test coverage: a suite of unit & integration tests covering database utilities and Exodus' main loop.
  • Compiles to a lightweight JAR (~7 kb).