Skip to content

2.1.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 08:55
· 47 commits to series/2.x since this release
6bc6ae0

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