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.3 #402

Merged
merged 1 commit into from
Jun 13, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 5, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

zio/zio (dev.zio:zio)

v2.1.3: 2.1.3

Compare Source

This minor release contains an important fix to a regression introduced in v2.1.2, where ZEnvironment#prune throws an error in cases where a class implements multiple services. This regression is most likely to be observed during ZLayer composition during app initialization, but users that have updated to v2.1.2 are still advised to update to v2.1.3 as soon as possible.

In addition, this release also contains performance improvements to ZStream and Chunk, as well as some minor bug fixes.

What's Changed
Other changes (CI, dependencies and documentation)

v2.1.2: 2.1.2

Compare Source

This minor release contains various bug fixes, performance improvements and quality of life improvements.

One notable addition is a new runtime flag called EagerShiftBack to force shifting back to the default executor immediately after running a blocking computation (currently it stays on the blocking threadpool until the next yield or the fiber terminates). It is disabled by default so there is no change in behavior compared to older versions.

What's Changed
Other changes (CI, dependencies and documentation)
New Contributors

Full Changelog: zio/zio@v2.1.1...v2.1.2


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 added the dependencies label Jun 5, 2024
@renovate renovate bot enabled auto-merge (squash) June 5, 2024 04:43
@renovate renovate bot force-pushed the renovate/dev.zio-zio-2.x branch from 8ef5ebf to 0c37dd8 Compare June 12, 2024 06:24
@renovate renovate bot changed the title Update dependency dev.zio:zio to v2.1.2 Update dependency dev.zio:zio to v2.1.3 Jun 12, 2024
@renovate renovate bot merged commit 764160f into main Jun 13, 2024
11 checks passed
@renovate renovate bot deleted the renovate/dev.zio-zio-2.x branch June 13, 2024 03: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.

1 participant