chore(deps): update zioversion to v2.1.8 #327
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.7
->2.1.8
2.1.7
->2.1.8
2.1.7
->2.1.8
Release Notes
zio/zio (dev.zio:zio-streams)
v2.1.8
: 2.1.8Compare Source
This release brings a re-implemented ZSTM runtime that significantly improves performance under contention, enables multi-threading for Scala Native 0.5.x, squashes some minor bugs, and makes a few things run a little bit faster. And it is fully binary and source-compatible with the rest of 2.x release!
Highlights
ZSTM performance improvements
The performance of ZSTM under heavy contention has regressed over time due to various bug fixes. In this release, we reimplemented the internal runtime of ZSTM in order to significantly improve its performance under heavy contention (up to 800% improved throughput in some benchmarks!) all while achieving similar or better performance under no contention. For more details check out #9081
Scala Native multi-threading support
In the previous release, we updated Scala Native to v0.5.x but as we mentioned in the release notes, the ZIO runtime was not yet multi-threading capable. In this release, we threw most of the existing Scala Native code (which was not thread-safe) and changed it to use (mostly) the same code as the JVM artifacts. Users that currently use ZIO with Scala Native 0.5.x must enable multi-threading for Scala Native in their builds by removing
nativeConfig ~= { _.withMultithreading(false) }
.What's Changed
Secret
creation fromString
(#9130) @guizmaiiFiberRuntime
cleanups & micro-optimizations (#9115) @kyri-petrouExit
overZIO
in nested effects and other micro-optimizations (#9106) @kyri-petrouFiberRef#locally
to restore previous FiberRefs when unmodified (#9105) @kyri-petrouFiberRefs
and add shortcut forjoin
(#9100) @kyri-petroucached
methods to be interrupted (#9068) @guymersZSTM
's performance (#9081) @kyri-petrouZStream
scope is properly closed (#9088) @kyri-petrouZEnvironment.empty.get[Any]
(#9074) @kyri-petrouOther changes (CI, dependencies and documentation)
ZStream
test (#9121) @kyri-petrouWeakConcurrentBagSpec
test (#9095) @kyri-petrouZLayer
test (#9092) @kyri-petrouConfiguration
📅 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.