Update dependency dev.zio:zio to v2.1.3 #402
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.1.1
->2.1.3
Release Notes
zio/zio (dev.zio:zio)
v2.1.3
: 2.1.3Compare 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 duringZLayer
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
andChunk
, as well as some minor bug fixes.What's Changed
Chunk#map
(#8904) @kyri-petrouOther changes (CI, dependencies and documentation)
v2.1.2
: 2.1.2Compare 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
ControlThrowable
on control flow exceptions by @ghostdogpr in https://github.com/zio/zio/pull/8849ZIO.config[A]
API to load config using implicit by @kpritam in https://github.com/zio/zio/pull/8836Queue
by @kyri-petrou in https://github.com/zio/zio/pull/8871CooperativeYielding
flag to determineFiberRuntime
should auto-yield by @kyri-petrou in https://github.com/zio/zio/pull/8884TestLens#cause
by @hearnadam in https://github.com/zio/zio/pull/8876ZIO.attempt
andZIO.suspend
by @kyri-petrou in https://github.com/zio/zio/pull/8887ZEnvironment#get
by @kyri-petrou in https://github.com/zio/zio/pull/8906Other 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.
This PR has been generated by Mend Renovate. View repository job log here.