-
Couldn't load subscription status.
- Fork 0
chore(deps): update zio to v2.1.22 #36
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/zio
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9360d3a to
ae2fe2d
Compare
ae2fe2d to
d5a47f9
Compare
d5a47f9 to
b723a8f
Compare
b723a8f to
3d74f83
Compare
3d74f83 to
aa05d55
Compare
aa05d55 to
d061332
Compare
d061332 to
b3d881f
Compare
b3d881f to
dac2940
Compare
dac2940 to
468dae1
Compare
468dae1 to
85f955a
Compare
85f955a to
1c62019
Compare
1c62019 to
97d3438
Compare
97d3438 to
6c42310
Compare
6c42310 to
d54db35
Compare
d54db35 to
a22ffe8
Compare
a22ffe8 to
e6151e8
Compare
e6151e8 to
a753b45
Compare
a753b45 to
5be5d00
Compare
5be5d00 to
d4e2e78
Compare
d4e2e78 to
1145aef
Compare
1145aef to
8084ba6
Compare
8084ba6 to
bc7f77f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.0.21->2.1.222.0.21->2.1.222.0.21->2.1.222.0.21->2.1.22Release Notes
zio/zio (dev.zio:zio)
v2.1.22: 2.1.22Compare Source
This release contains 2 important bug fixes. For more info check #10116 and #10199.
What's Changed
ZIO.Parallelismnon-lazy by @kyri-petrou in #10144Queue#takedropping items on interruption by @kyri-petrou in #10116Other changes (CI, dependencies and documentation)
New Contributors
Full Changelog: zio/zio@v2.1.21...v2.1.22
v2.1.21: 2.1.21Compare Source
This release brings a few bug fixes and under-the-hood improvements.
The main user-facing change is the deprecation of user-configurable
IsFatal. We decided to deprecate this feature as we believe it's not a feature used by many users (if any) and supporting it brings a lot of unnecessary complexity to ZIO's codebase. If your codebase / library is affected by this change, please open an issue with your use-case.What's Changed
ZIO::catchNonFatalOrDieby @guizmaii in #10052FiberRef::modifyby @guizmaii in #10041Chunk::Singletonmore lightweight by @guizmaii in #10066ZChannelcode: RemoveZIO::unlessusages by @guizmaii in #10058Chunk: Remove someSomeallocations by @guizmaii in #10067Trace.toJavaby @guizmaii in #10091Chunkimplementations more lightweight by @guizmaii in #10078Hubcode by @guizmaii in #10094ZStream::paginateChunkby @guizmaii in #10113ZPipeline::mapEitherChunkedby @guizmaii in #9816Hub: PreferZIOoverExitin.onInterruptcalls by @guizmaii in #10126ZStream.fromIteratorSucceedby @guizmaii in #10083IsFatalin preparation for removal by @hearnadam in #10140TestArrow.runstack safe by @hearnadam in #10138Other changes (CI, dependencies and documentation)
ZStream.fromIteratorabout exceptional case by @guizmaii in #10062Full Changelog: zio/zio@v2.1.20...v2.1.21
v2.1.20: 2.1.20Compare Source
Highlights
This release contains multiple under-the-hood optimizations particularly for async operations such as
raceandasyncInterrupt.What's Changed
provide*is missing layer(s) by @hearnadam in #9916IsFatalfor jvm Runtime by @hearnadam in #9899raceand synchronous interruption by @kyri-petrou in #9848TestAspect.fibersby @kyri-petrou in #9955ZLayers to effects by @kyri-petrou in #9895ZStream.asyncdropping elements on Scala Native by @Saturn225 in #9925ClockLive#currentTimeby @kyri-petrou in #9963sbt.testing.Events onScala.jsandScala Native. by @dubinsky in #9979FiberRuntimeby @kyri-petrou in #9975ZIO.infinityby @hearnadam in #9987ZIO#exitCodeby @hearnadam in #9978"... + x more"feedback from zio-test outputs by @guizmaii in #9900ZIO.asyncInterruptby @kyri-petrou in #9945ZPipeline#encodeStringWithby @kyri-petrou in #10011Other changes (CI, dependencies and documentation)
ZIOApp#gracefulShutdownTimeoutby @varshith257 in #9923sonatypeCentralSnapshotsby @kyri-petrou in #9952forkandforkDaemoninherit parent’s interruptibility by @Saturn225 in #9924testJvmsCI step by @kyri-petrou in #9969New Contributors
Full Changelog: zio/zio@v2.1.19...v2.1.20
v2.1.19: 2.1.19Compare Source
This release fixes a regressions introduced in v2.1.18 where in some cases the finalizers of an application might not run to completion upon receiving an external interruption signal. We highly recommend users on v2.1.18 to update their zio version to v2.1.19 as soon as possible.
In addition, after some lengthy discussions we made the decision to make 2
RuntimeFlags package-private:InterruptandWindDown. These 2 flags are not meant to be configurable by users and have the potential to break application code when used. This change is binary compatible but not source-compatible, so any users that get a compilation error after upgrading to v2.1.19 due to usage of these flags should simply remove their usages.What's Changed
VirtualMachineErrorfatal by @hearnadam in #9867RuntimeFlagsas package private by @hearnadam in #9883Other changes (CI, dependencies and documentation)
sbt-ci-releaseby @kyri-petrou in #9894New Contributors
Full Changelog: zio/zio@v2.1.18...v2.1.19
v2.1.18: 2.1.18Compare Source
This release of ZIO brings several new features, performance optimizations and bug fixes!
Highlights
ZIO.fromFunctionandZIO.fromFunctionZIOmethods that allow extracting multiple values from the environment in a single effect (#9819 & #9782)provideSomeAutomethod forZIOandSpec, which works similarly toprovideSomebut without having to provide the environment remainder explicitly.mapChunksEitherandmapEitherChunkedmethods onZPipelinegive users more options in short-cutting errors when processing streamsFor a full list of all things that have been added / fixed / improved make sure to check the PRs below.
What's Changed
addMetricsoptimization ofLinkedQueueto improve performances ofQueue.unboundedby @guizmaii in #9762Queueinstances instead of anonymous trait instances by @guizmaii in #9763ZIO#cachedshould not cache interruption by @kyri-petrou in #9759Queue#shutdownby @kyri-petrou in #9770forEachPar*methods with bounded parallelism by @kyri-petrou in #9769Dequeue#takeBetweencode by @guizmaii in #9768ZPipeline::mapEitherChunkedby @guizmaii in #9757scala-collection-compatand remove deprecated usages ofscala.collection.JavaConvertersby @kyri-petrou in #9773ZChannel#toPullIn&ZChannel#toPullInAltcode by @guizmaii in #9401ChannelExecutorclassfinalby @guizmaii in #9793Chunk::findZIOby @guizmaii in #9784ZPipeline::mapStreamby @guizmaii in #9758ZPipeline::mapChunksEitherby @guizmaii in #9775foreachExecand underlying privateforeach*methods by @kyri-petrou in #9804ChannelExecutor::restorePipeand its usages by @guizmaii in #9797Other changes (CI, dependencies and documentation)
ubuntu-latestin CI runners by @kyri-petrou in #9765release-drafterby @kyri-petrou in #9766Queue#take*methods by @kyri-petrou in #9774Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.