Skip to content

Releases: kinoplan/utils

v0.0.44

02 Nov 19:54
Compare
Choose a tag to compare

Changes

💥 Breaking Changes

  • ReactiveMongo libraries are now under the Provided scope, 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 Provided scope, with distributions via utils-play2-* for Play 2.x.x and utils-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" %% "play-reactivemongo" % "1.1.0-play30.RC13"
"io.kinoplan" %% "utils-play-reactivemongo" % "0.0.44"

🚀 Features

🏗️ Build System

🌱 Dependency Updates

For more details see the full list of changes.

v0.0.43

29 Oct 16:22
Compare
Choose a tag to compare

Changes

🚀 Features

♻️ Refactoring

🐛 Bug Fixes

🌱 Dependency Updates

For more details see the full list of changes.

v0.0.42

23 Oct 03:11
Compare
Choose a tag to compare

Changes

🚀 Features

⚡ Performance

🐛 Bug Fixes

🏗️ Build System

  • Fix CI (enable sbt runner from GitHub Actions) by @kazievab (#727)

🌱 Dependency Updates

🧰 Maintenance

For more details see the full list of changes.

v0.0.41

18 Aug 13:22
7ed66f4
Compare
Choose a tag to compare

Changes

💥 Breaking Changes

Switch to Prometheus client 1.x support in utils-zio-monitoring-prometheus

🏗️ Build System

🌱 Dependency Updates

For more details see the full list of changes.

v0.0.40

06 Aug 22:28
f5db750
Compare
Choose a tag to compare

Changes

🚀 Features

  • Add support Instant in implicits java time by @kazievab (#664)
  • Added sIsMember redisson method, renamed sLen method by @sdk25 (#657)

🌱 Dependency Updates

🧰 Maintenance

For more details see the full list of changes.

v0.0.39

08 Jul 11:06
Compare
Choose a tag to compare

Changes

🚀 Features

🌱 Dependency Updates

For more details see the full list of changes.

v0.0.38

19 Jun 20:31
Compare
Choose a tag to compare

Changes

🚀 Features

🏗️ Build System

  • Remove deprecated scalafixScalaBinaryVersion by @kazievab (#613)

🌱 Dependency Updates

🧰 Maintenance

For more details see the full list of changes.

v0.0.37

06 Apr 18:52
ac42d98
Compare
Choose a tag to compare

Changes

💥 Breaking Changes

ZIO modules now support ConfigProvider. This means that it is now necessary to specify Runtime.setConfigProvider in bootstrap, for example:

override val bootstrap = Runtime.setConfigProvider(TypesafeConfigProvider.fromResourcePath())

which also requires the use of zio-config at least version 4.x.x.

Read more: Introduction to Configuration in ZIO

🚀 Features

♻️ Refactoring

  • Switch deprecated zio-metrics-prometheus to zio-metrics-connectors with micrometer-prometheus by @kazievab (#553)

📗 Documentation

🏗️ Build System

  • Add sbt-shading and shade zio-config dependencies by @kazievab (#546)

🌱 Dependency Updates

🧰 Maintenance

For more details see the full list of changes.

v0.0.36

12 Mar 11:37
ac6d3d1
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🌱 Dependency Updates

🧰 Maintenance

For more details see the full list of changes.

v0.0.35

07 Feb 14:38
Compare
Choose a tag to compare

Changes

🚀 Features

  • Add HandlerStrategy for reactivemongo bson joda time by @kazievab (#517)

🧰 Maintenance

🌱 Dependency Updates

For more details see the full list of changes.