-
Couldn't load subscription status.
- Fork 3
chore(deps): update zioversion to v2.1.22 #62
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
main
Choose a base branch
from
renovate/zioversion
base: main
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.
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
18552f1 to
031a8e6
Compare
031a8e6 to
2c5cd8b
Compare
2c5cd8b to
d1fa738
Compare
d1fa738 to
e73db0a
Compare
e73db0a to
7729fe7
Compare
7729fe7 to
269ee55
Compare
269ee55 to
617a4db
Compare
617a4db to
13fac7a
Compare
13fac7a to
abf4826
Compare
abf4826 to
4d0501a
Compare
4d0501a to
4ea8951
Compare
4ea8951 to
13cb1e4
Compare
13cb1e4 to
6c61d7f
Compare
6c61d7f to
f5f6b12
Compare
f5f6b12 to
f433b43
Compare
df00021 to
64696b5
Compare
64696b5 to
5b7ac58
Compare
5b7ac58 to
d8b7305
Compare
d8b7305 to
bd4af7d
Compare
bd4af7d to
cce3b38
Compare
cce3b38 to
86fc4a9
Compare
86fc4a9 to
6d0ca27
Compare
6d0ca27 to
815e6a2
Compare
815e6a2 to
184fb3e
Compare
184fb3e to
890e45f
Compare
890e45f to
f9854a5
Compare
f9854a5 to
ca2785b
Compare
ca2785b to
97bcd5e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.6->2.1.222.0.6->2.1.222.0.6->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.