Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
May 23, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 12, 2024

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: 2.1.1

Compare Source

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)

Full Changelog: zio/zio@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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot enabled auto-merge (squash) May 12, 2024 12:33
@renovate renovate bot merged commit bfe6e28 into main May 23, 2024
11 checks passed
@renovate renovate bot deleted the renovate/dev.zio-zio-2.x branch May 23, 2024 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant