Releases: sbt/flyway-sbt
10.21.0
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
- fix scmInfo by @xuwei-k in #101
- Update README.md by @eed3si9n in #102
- fix warnings by @xuwei-k in #103
- Feature/validate migration naming by @smiklos in #86
- Update scalafmt settings. enforce new syntax by @xuwei-k in #104
- Update flyway-core to 9.22.3 by @scala-steward in #105
- git ignore
.bsp/
folder by @mkurz in #107
New Contributors
- @smiklos made their first contribution in #86
- @scala-steward made their first contribution in #105
- @mkurz made their first contribution in #107
Full Changelog: v9.22.0...v10.21.0
9.22.0
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
behind the scene
- docs: Update
README.md
for colorfulbuild.sbt
code by @djx314 in #89 - docs: How to run flyway before compile by @DaniRey in #88
- ci: Replace TravisCI with GitHub Actions CI by @sullis in #80
- ci: Generate GitHub Actions by @eed3si9n in #96
- ci: Update publishing info by @eed3si9n in #97
- refactor: Change to flywaysbt package by @eed3si9n in #98
- refactor: Fix warnings in build.sbt by @xuwei-k in #94
- refactor: Scalafmt by @eed3si9n in #99
new contributors
- @djx314 made their first contribution in #89
- @dkichler made their first contribution in #91
- @DaniRey made their first contribution in #88
- @eed3si9n made their first contribution in #95
Full Changelog: v7.4.0...v9.22.0
7.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
- ci: sbt 1.4.4 by @sullis in #78
- Update versions of dependencies and bump package version by @davidmweber in #51
- doc: Updated Readme and Included flywayPassword by @SnehalRaj in #29
- doc Single project name in README file example by @Vincibean in #30
- Maintenance by @MikielAgutu in #81
new contributors
- @SnehalRaj made their first contribution in #29
- @Vincibean made their first contribution in #30
- @nerdydrew made their first contribution in #33
- @dnskimo made their first contribution in #44
- @takayahilton made their first contribution in #45
- @sergiuszkierat made their first contribution in #66
- @ldrygala made their first contribution in #69
- @smur89 made their first contribution in #74
- @MikielAgutu made their first contribution in #81
Full Changelog: 5.2.0...v7.4.0
Update to Flyway 5.2.0
5.2.0 release
First release for Flyway 5.x.x
5.0.0 Release 5.0.0 has propagated so update docs
Bug fixes
Merge pull request #17 from bitnot/patch-1 Update the link to the main repo