Skip to content

Releases: micronaut-projects/micronaut-flyway

v1.2.0

08 Sep 08:53
Compare
Choose a tag to compare

v1.1.0

08 Sep 08:53
Compare
Choose a tag to compare
  • Added support for GORM.
  • Upgrade to Micronaut 1.1.3.

v1.0.0

08 Sep 08:53
Compare
Choose a tag to compare
  • Underlying implementation has been changed to run the migrations as soon as possible. If you are not extending or overriding the API, there are no functional changes to note.

v1.0.0.RC3

08 Sep 08:54
Compare
Choose a tag to compare
  • Upgrade to Micronaut 1.0.4.
  • Upgrade to Flyway 5.2.4.

v1.0.0.RC2

08 Sep 08:54
Compare
Choose a tag to compare
  • Add configuration property to clean the schema before running the migrations.
  • Fire events after clean the schema and after run the migrations.

v1.0.0.RC1

08 Sep 08:54
Compare
Choose a tag to compare
  • First public release.