zio / zio-sbt

SBT Plugins For ZIO Projects
https://zio.dev/zio-sbt
Apache License 2.0
12 stars 11 forks source link

Update dependency dev.zio:zio to v2.1.1 #398

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
dev.zio:zio (source) patch 2.1.0 -> 2.1.1

Release Notes

zio/zio (dev.zio:zio) ### [`v2.1.1`](https://togithub.com/zio/zio/releases/tag/v2.1.1): 2.1.1 [Compare Source](https://togithub.com/zio/zio/compare/v2.1.0...v2.1.1) 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 - Add a TestAspect to run tests in the blocking threadpool by [@​kyri-petrou](https://togithub.com/kyri-petrou) in [https://github.com/zio/zio/pull/8835](https://togithub.com/zio/zio/pull/8835) - Fix metrics causing the application to hang on termination by [@​ghostdogpr](https://togithub.com/ghostdogpr) in [https://github.com/zio/zio/pull/8837](https://togithub.com/zio/zio/pull/8837) - Don't use Java reflection for ScalaJS / Native by [@​kyri-petrou](https://togithub.com/kyri-petrou) in [https://github.com/zio/zio/pull/8841](https://togithub.com/zio/zio/pull/8841) #### Other changes (CI, dependencies and documentation) - Fix Versioning On Documentation by [@​khajavi](https://togithub.com/khajavi) in [https://github.com/zio/zio/pull/8839](https://togithub.com/zio/zio/pull/8839) - Added Scala3 + Prometheus + OpenTelemetry tracing example by [@​lewapek](https://togithub.com/lewapek) in [https://github.com/zio/zio/pull/8831](https://togithub.com/zio/zio/pull/8831) **Full Changelog**: https://github.com/zio/zio/compare/v2.1.0...v2.1.1

Configuration

šŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Enabled.

ā™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.