github zio/zio v2.1.1
2.1.1

latest releases: v2.1.4, 2.1.4, v2.1.3...
one month ago

We found a couple bugs in 2.1.0 so this we decided to release a patch version quickly:

  • An application using ZIO metrics would hang forever when receiving the termination signal after interrupting all other fibers. This is because ScopedRef now runs acquisition in an uninterruptibe region. You might want to be careful if you use ZLayer.reloadable and its variants: fibers forked in those layers are need to be marked as interruptible explicitly.
  • ZIO test assertions were broken on Scala.js with Scala 2.12 because of unsupported reflection usage.

What's Changed

Other changes (CI, dependencies and documentation)

  • Fix Versioning On Documentation by @khajavi in #8839
  • Added Scala3 + Prometheus + OpenTelemetry tracing example by @lewapek in #8831

Full Changelog: v2.1.0...v2.1.1

Don't miss a new zio release

NewReleases is sending notifications on new releases.