Skip to content

Releases: sbt/flyway-sbt

11.11.0

Choose a tag to compare

@eed3si9n eed3si9n released this 11 Aug 07:30
v11.11.0
e367fcb

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" % "11.11.0")

flyway-sbt 11.11.0 is cross published to:

sbt Version Published
1.x
2.x

Flyway 11.11.0

fixes

sbt 2.x migration

behind the scene

new contributors

Full Changelog: v10.21.0...v11.11.0

10.21.0

Choose a tag to compare

@mkurz mkurz released this 16 Nov 11:16
v10.21.0
2ca2c29

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

Choose a tag to compare

@eed3si9n eed3si9n released this 08 Nov 09:10
v9.22.0
45e6b33

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

Choose a tag to compare

@eed3si9n eed3si9n released this 08 Nov 06:30
v7.4.0

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

Choose a tag to compare

@davidmweber davidmweber released this 17 Oct 08:19
5.2.0 release

First release for Flyway 5.x.x

Choose a tag to compare

@davidmweber davidmweber released this 01 Apr 08:28
5.0.0

Release 5.0.0 has propagated so update docs

Bug fixes

Bug fixes Pre-release
Pre-release

Choose a tag to compare

@davidmweber davidmweber released this 01 Apr 07:46
318c780
Merge pull request #17 from bitnot/patch-1

Update the link to the main repo