v0.0.44
Changes
💥 Breaking Changes
- ReactiveMongo libraries are now under the
Providedscope, supporting both 1.0.x and 1.1.0-RC* versions. - Play libraries have been segmented into 2.x.x and 3.x.x versions, also under the
Providedscope, with distributions viautils-play2-*for Play 2.x.x andutils-play-*for Play 3.x.x.
Examples for ZIO ReactiveMongo:
// ZIO ReactiveMongo (stable version)
"org.reactivemongo" %% "reactivemongo" % "1.0.10"
"io.kinoplan" %% "utils-zio-reactivemongo" % "0.0.44"
// ZIO ReactiveMongo (RC based on Akka 2.6.x)
"org.reactivemongo" %% "reactivemongo" % "1.1.0-RC13"
"io.kinoplan" %% "utils-zio-reactivemongo" % "0.0.44"
// ZIO ReactiveMongo (RC based on Pekko)
"org.reactivemongo" %% "reactivemongo" % "1.1.0-pekko.RC13"
"io.kinoplan" %% "utils-zio-reactivemongo" % "0.0.44"Examples for Play ReactiveMongo:
// Play ReactiveMongo (stable version)
"org.reactivemongo" %% "play2-reactivemongo" % "1.0.10-play28"
"io.kinoplan" %% "utils-play2-reactivemongo" % "0.0.44"
// Play ReactiveMongo (RC for Play 2.8.x)
"org.reactivemongo" %% "play2-reactivemongo" % "1.1.0-play28.RC13"
"io.kinoplan" %% "utils-play2-reactivemongo" % "0.0.44"
// Play ReactiveMongo (RC for Play 2.9.x)
"org.reactivemongo" %% "play2-reactivemongo" % "1.1.0-play29.RC13"
"io.kinoplan" %% "utils-play2-reactivemongo" % "0.0.44"
// Play ReactiveMongo (RC for Play 3.x.x)
"org.reactivemongo" %% "play2-reactivemongo" % "1.1.0-play30.RC13"
"io.kinoplan" %% "utils-play-reactivemongo" % "0.0.44"🚀 Features
- Separate play to 2.x.x and 3.x.x by @kazievab (#760)
- Separate play-json to 2.x.x and 3.x.x by @kazievab (#758)
🏗️ Build System
🌱 Dependency Updates
- Update jackson-module-scala to 2.18.1 by @scala-steward (#761)
- Update reactivemongo to 1.1.0-RC13 by @kazievab (#710)
For more details see the full list of changes.