Update dependency dev.zio:zio to v2.1.14 #646
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.13
->2.1.14
Release Notes
zio/zio (dev.zio:zio)
v2.1.14
: 2.1.14Compare Source
Highlights
This release comes packed with bug fixes and under-the-hood optimizations. Big thank you to all the old and new contributors for their work in this release!
What's Changed
Exit
optimizations forZIO
methods (#9427) @kyri-petrouExit.Success
first inFiberRuntime#runloop
(#9422) @kyri-petrouZIO#foreach*
methods (#9365) @kyri-petrouExit
forPromise.succeed
(#9419) @kyri-petrouExit.succeed
in more places (#9418) @kyri-petrouTrace.instance.unapply
calls withTrace.instance.parse
(#9416) @guizmaiiTracer.instance#unapply
(#9414) @guizmaiiZIO
/Exit
methods (#9415) @kyri-petrouZIO.suspendSucceed
withZIO.FlatMap
(#9388) @guizmaiiflatmap.first
when possible (#9393) @guizmaiizio.stream.ZStream.fromChunk
(#9396) @guizmaiizio.stream.ZStream.succeed
(#9399) @guizmaiiFiberRef#set
(#9402) @guizmaiiZIO.Continuation
allocation (#9391) @guizmaiiZChannel.mapOutZIOPar*
methods (#9354) @kyri-petrouFiberRefs
shortcut optimizations (#9328) @kyri-petrouZStream.repeatZIOChunkOption
(#9379) @guizmaiiZIO.done
(#9369) @kyri-petrouPull.failCause
code (#9364) @guizmaiiZIO.success(Chunk.empty)
calls withExit.emptyChunk
(#9360) @guizmaiiZIO.fail(None)
withExit.failNone
(#9359) @guizmaiiZKeyedPool
(#9329) @kyri-petrouval
s non-transient in ZIO services (#9345) @kyri-petrou-Ybackend-parallelism:4
when compiling Scala 2.13 with optimization enabled (#9346) @kyri-petrouapplyOnExit
andapplyOnExitWith
methods toZIO.Grafter
(#9349) @kyri-petrouval
for accessingRef.Atomic#unsafe
(#9344) @kyri-petrouZStream#runScoped
(#9327) @kyri-petrouOther changes (CI, dependencies and documentation)
New Contributors
Full Changelog: zio/zio@v2.1.13...v2.1.14
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 was generated by Mend Renovate. View the repository job log.