Skip to content

Releases: sbt/flyway-sbt

10.21.0

16 Nov 11:16
v10.21.0
2ca2c29
Compare
Choose a tag to compare

about flyway-sbt

flyway-sbt, originally developed by Boxfuse GmbH and @davidmweber, is an sbt plugin for Flyway database migration. The project was transferred from the flyway org to sbt org in 2024, and will be published under a new Maven organization:

 addSbtPlugin("com.github.sbt" % "flyway-sbt" % "10.21.0")

flyway-sbt 10.21.0 is cross published to:

sbt Version Published
1.x
2.0.0-M2

Flyway 10.21.0 support

Database support in Flyway has been modularized as of Flyway 10.0.0. You need to include the respective database module in your project configuration now. See following pull request for more details:

behind the scene

New Contributors

Full Changelog: v9.22.0...v10.21.0

9.22.0

08 Nov 09:10
v9.22.0
45e6b33
Compare
Choose a tag to compare

about flyway-sbt

flyway-sbt, originally developed by Boxfuse GmbH and @davidmweber, is an sbt plugin for Flyway database migration. The project was transferred from the flyway org to sbt org in 2024, and will be published under a new Maven organization:

 addSbtPlugin("com.github.sbt" % "flyway-sbt" % "9.22.0")

flyway-sbt 9.22.0 is cross published to:

sbt Version Published
1.x
2.0.0-M2

Flyway 9.22.0 support

sbt 2.x migration

updates

  • fix: Avoid triggering compile tasks before flyway task by @DaniRey in #87

behind the scene

new contributors

Full Changelog: v7.4.0...v9.22.0

7.4.0

08 Nov 06:30
v7.4.0
Compare
Choose a tag to compare

updates

  • Flyway 7.4.0
  • Fix: Only trigger the compile task if there is a Flyway location on the cl… by @nerdydrew in #33
  • Fix: Fixes flywayInfo displays nothing by @dnskimo in #44
  • Fix: Fixes flyway callback that could not be instantiated. by @takayahilton in #45

behind the scene

new contributors

Full Changelog: 5.2.0...v7.4.0

Update to Flyway 5.2.0

17 Oct 08:19
Compare
Choose a tag to compare
5.2.0 release

First release for Flyway 5.x.x

01 Apr 08:28
Compare
Choose a tag to compare
5.0.0

Release 5.0.0 has propagated so update docs

Bug fixes

01 Apr 07:46
318c780
Compare
Choose a tag to compare
Bug fixes Pre-release
Pre-release
Merge pull request #17 from bitnot/patch-1

Update the link to the main repo