zio / zio-sbt

SBT Plugins For ZIO Projects
https://zio.dev/zio-sbt
Apache License 2.0
12 stars 11 forks source link

Update dependency dev.zio:zio to v2.0.22 - autoclosed #376

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
dev.zio:zio (source) patch 2.0.21 -> 2.0.22

Release Notes

zio/zio (dev.zio:zio) ### [`v2.0.22`](https://togithub.com/zio/zio/releases/tag/v2.0.22): 2.0.22 [Compare Source](https://togithub.com/zio/zio/compare/v2.0.21...v2.0.22) This release contains a few performance improvements that were backported to the 2.0.x branch so you can benefit from them sooner (the "current" branch is for 2.1.x, for which a RC2 will probably be released in the coming weeks). These changes, in particular the `FiberRuntime` one, have shown a ~10-15% improvement in some benchmarks. #### What's Changed - `FiberRuntime` optimizations by [@​kyri-petrou](https://togithub.com/kyri-petrou) in [https://github.com/zio/zio/pull/8672](https://togithub.com/zio/zio/pull/8672) - Avoid allocation in `ZEnvironment.get` by [@​ghostdogpr](https://togithub.com/ghostdogpr) in [https://github.com/zio/zio/pull/8712](https://togithub.com/zio/zio/pull/8712) - Optimize fiber id and executor access by [@​ghostdogpr](https://togithub.com/ghostdogpr) in [https://github.com/zio/zio/pull/8716](https://togithub.com/zio/zio/pull/8716) - Use `Chunk.single` rather than `Chunk.apply` by [@​ghostdogpr](https://togithub.com/ghostdogpr) in [https://github.com/zio/zio/pull/8718](https://togithub.com/zio/zio/pull/8718) **Full Changelog**: https://github.com/zio/zio/compare/v2.0.21...v2.0.22

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.