zio / zio-quickstarts

A minimal quickstart ZIO application for writing a RESTful Web Service
https://zio.dev/guides/#quickstart-guides
60 stars 39 forks source link

Update dependency dev.zio:zio to v2.0.11 #22

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
dev.zio:zio (source) patch 2.0.0 -> 2.0.11
dev.zio:zio (source) patch 2.0.1 -> 2.0.11
dev.zio:zio (source) patch 2.0.0-RC5 -> 2.0.11
dev.zio:zio (source) patch 2.0.0-RC6 -> 2.0.11
dev.zio:zio (source) patch 2.0.10 -> 2.0.11
dev.zio:zio (source) test patch 2.0.0-RC6 -> 2.0.11

Release Notes

zio/zio ### [`v2.0.11`](https://togithub.com/zio/zio/releases/tag/v2.0.11): 2.0.11 [Compare Source](https://togithub.com/zio/zio/compare/v2.0.10...v2.0.11) This release contains bug fixes and performance improvements. ##### What's Changed - Use changeOwner in `suiteAll` dotty impl by [@​kitlangton](https://togithub.com/kitlangton) in [https://github.com/zio/zio/pull/7894](https://togithub.com/zio/zio/pull/7894) - Update website of zio-config by [@​afsalthaj](https://togithub.com/afsalthaj) in [https://github.com/zio/zio/pull/7895](https://togithub.com/zio/zio/pull/7895) - Notify Listeners In Metric#modify by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7898](https://togithub.com/zio/zio/pull/7898) - Drop Support For Scala 2.11 by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7896](https://togithub.com/zio/zio/pull/7896) - Revert "Turn Mermaid on (not only) for ZIO Prelude" by [@​khajavi](https://togithub.com/khajavi) in [https://github.com/zio/zio/pull/7901](https://togithub.com/zio/zio/pull/7901) - Handle Gauge Modifications In Metric Listener by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7899](https://togithub.com/zio/zio/pull/7899) - Merge Site And CI Workflow by [@​khajavi](https://togithub.com/khajavi) in [https://github.com/zio/zio/pull/7902](https://togithub.com/zio/zio/pull/7902) - Revert "Revert "Turn Mermaid on (not only) for ZIO Prelude"" by [@​khajavi](https://togithub.com/khajavi) in [https://github.com/zio/zio/pull/7905](https://togithub.com/zio/zio/pull/7905) - Set exit codes for scala-js + scala-native by [@​alterationx10](https://togithub.com/alterationx10) in [https://github.com/zio/zio/pull/7906](https://togithub.com/zio/zio/pull/7906) - Run Tests In Correct Order In suiteAll On Scala 3 by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7904](https://togithub.com/zio/zio/pull/7904) - Correctly order specs for Suite All by [@​kitlangton](https://togithub.com/kitlangton) in [https://github.com/zio/zio/pull/7909](https://togithub.com/zio/zio/pull/7909) - Improve example for composing ZPipeline with ZSink by [@​gnp](https://togithub.com/gnp) in [https://github.com/zio/zio/pull/7910](https://togithub.com/zio/zio/pull/7910) - Update website by [@​afsalthaj](https://togithub.com/afsalthaj) in [https://github.com/zio/zio/pull/7913](https://togithub.com/zio/zio/pull/7913) - Add ZPipeline.autoGunzip by [@​gnp](https://togithub.com/gnp) in [https://github.com/zio/zio/pull/7914](https://togithub.com/zio/zio/pull/7914) - Fix Stream Test by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7917](https://togithub.com/zio/zio/pull/7917) - Adds Chartboost by [@​alexander-bunkenburg-chartboost](https://togithub.com/alexander-bunkenburg-chartboost) in [https://github.com/zio/zio/pull/7919](https://togithub.com/zio/zio/pull/7919) - zio-logging 2.1.11 website by [@​justcoon](https://togithub.com/justcoon) in [https://github.com/zio/zio/pull/7924](https://togithub.com/zio/zio/pull/7924) - ZIO Test: Pretty Print Original and Shrunken Inputs to Property Based Tests by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7921](https://togithub.com/zio/zio/pull/7921) - Discriminate Between Die and Fail Causes With Identical Throwables by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7925](https://togithub.com/zio/zio/pull/7925) - Upgrade ZIO Ecosystem Docs by [@​khajavi](https://togithub.com/khajavi) in [https://github.com/zio/zio/pull/7928](https://togithub.com/zio/zio/pull/7928) - Propagate Tags In PollingMetric.collectAll by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7931](https://togithub.com/zio/zio/pull/7931) - Implement STM.onCommit by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7927](https://togithub.com/zio/zio/pull/7927) - Update izumi-reflect to 2.3.0 by [@​neko-kai](https://togithub.com/neko-kai) in [https://github.com/zio/zio/pull/7923](https://togithub.com/zio/zio/pull/7923) - Optimize ZIO.attempt by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7920](https://togithub.com/zio/zio/pull/7920) - Terminate Daemon Fibers When ZIOApp Is Shut Down by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7908](https://togithub.com/zio/zio/pull/7908) - Separate Runtime Fiber Interface From Implementation by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7932](https://togithub.com/zio/zio/pull/7932) - Allow Fiber To Be Extended Internally by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7933](https://togithub.com/zio/zio/pull/7933) - Update Izumi Reflect Version by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7935](https://togithub.com/zio/zio/pull/7935) - Add ZIOAspect.identity by [@​johnspade](https://togithub.com/johnspade) in [https://github.com/zio/zio/pull/7934](https://togithub.com/zio/zio/pull/7934) - add ZStream#tapBoth by [@​myazinn](https://togithub.com/myazinn) in [https://github.com/zio/zio/pull/7936](https://togithub.com/zio/zio/pull/7936) - Update Docs Using Repository Dispatch Events by [@​khajavi](https://togithub.com/khajavi) in [https://github.com/zio/zio/pull/7938](https://togithub.com/zio/zio/pull/7938) - Introduce ZIO Blog by [@​khajavi](https://togithub.com/khajavi) in [https://github.com/zio/zio/pull/7940](https://togithub.com/zio/zio/pull/7940) - Repair example [#​1](https://togithub.com/zio/zio/issues/1) for providing different service implementations by [@​pscheid92](https://togithub.com/pscheid92) in [https://github.com/zio/zio/pull/7926](https://togithub.com/zio/zio/pull/7926) - LogLevel config by [@​justcoon](https://togithub.com/justcoon) in [https://github.com/zio/zio/pull/7937](https://togithub.com/zio/zio/pull/7937) - Optimize Chunk#span by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7946](https://togithub.com/zio/zio/pull/7946) - Optimize ZSink.count by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7945](https://togithub.com/zio/zio/pull/7945) - Optimize ZSink.sum by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7944](https://togithub.com/zio/zio/pull/7944) - Specialize Chunk#takeWhile by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7943](https://togithub.com/zio/zio/pull/7943) - Optimize ZSink.last by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7942](https://togithub.com/zio/zio/pull/7942) - Optimize ZStream#sliding by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7941](https://togithub.com/zio/zio/pull/7941) - Fix Benchmark Name by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7948](https://togithub.com/zio/zio/pull/7948) - Improve Empty Chunk Equality by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7947](https://togithub.com/zio/zio/pull/7947) - Update Benchmark Dependencies by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7949](https://togithub.com/zio/zio/pull/7949) - Optimize ZStream#groupAdjacentBy by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7950](https://togithub.com/zio/zio/pull/7950) - Update [@​zio](https://togithub.com/zio).dev/zio-sbt docs to 0.4.0-alpha.6 by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/zio/zio/pull/7951](https://togithub.com/zio/zio/pull/7951) - Minor Additional Cleanup To ZSink.sum by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7953](https://togithub.com/zio/zio/pull/7953) - Specialize Chunk#filter and Chunk#mapChunk by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7952](https://togithub.com/zio/zio/pull/7952) - Call `sizeHint` in `Chunk.fromJavaIterable` when possible by [@​guizmaii](https://togithub.com/guizmaii) in [https://github.com/zio/zio/pull/7954](https://togithub.com/zio/zio/pull/7954) - Add a Button for Subscribing The ZIO Newsletter by [@​khajavi](https://togithub.com/khajavi) in [https://github.com/zio/zio/pull/7957](https://togithub.com/zio/zio/pull/7957) - Optimize Cause#isEmpty by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7959](https://togithub.com/zio/zio/pull/7959) - Website: Enrich Footer Section by [@​khajavi](https://togithub.com/khajavi) in [https://github.com/zio/zio/pull/7961](https://togithub.com/zio/zio/pull/7961) - Implement ZIOAspect.nested by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7960](https://togithub.com/zio/zio/pull/7960) - Implement Config#switch by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7962](https://togithub.com/zio/zio/pull/7962) - Implement Config#zipWith by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7964](https://togithub.com/zio/zio/pull/7964) - Update Error Message by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7963](https://togithub.com/zio/zio/pull/7963) - Support Variable Arguments in Config#nested by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7965](https://togithub.com/zio/zio/pull/7965) - Optimize Histogram.Boundaries.exponential by [@​myazinn](https://togithub.com/myazinn) in [https://github.com/zio/zio/pull/7966](https://togithub.com/zio/zio/pull/7966) - Update "Making a ZIO application configurable" Guide To Reflect Recent Changes On ZIO Config by [@​khajavi](https://togithub.com/khajavi) in [https://github.com/zio/zio/pull/7974](https://togithub.com/zio/zio/pull/7974) - Implement FiberRef.makeMap by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7970](https://togithub.com/zio/zio/pull/7970) - Update ZIO Metrics Docs by [@​khajavi](https://togithub.com/khajavi) in [https://github.com/zio/zio/pull/7969](https://togithub.com/zio/zio/pull/7969) - Fix nesting for indexed ConfigProvider by [@​vladimirkl](https://togithub.com/vladimirkl) in [https://github.com/zio/zio/pull/7971](https://togithub.com/zio/zio/pull/7971) - Add ZIOAspect.debug(String) by [@​jeremysears](https://togithub.com/jeremysears) in [https://github.com/zio/zio/pull/7978](https://togithub.com/zio/zio/pull/7978) - Reduce Number Of Buckets For Metric.timer by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7968](https://togithub.com/zio/zio/pull/7968) - Handle Failures With Null by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7980](https://togithub.com/zio/zio/pull/7980) - Minor improvements to the migration guide by [@​zagyi](https://togithub.com/zagyi) in [https://github.com/zio/zio/pull/7975](https://togithub.com/zio/zio/pull/7975) - Fix refill bucket token ([#​7982](https://togithub.com/zio/zio/issues/7982)) by [@​enif-lee](https://togithub.com/enif-lee) in [https://github.com/zio/zio/pull/7985](https://togithub.com/zio/zio/pull/7985) - Fix Benchmark by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7984](https://togithub.com/zio/zio/pull/7984) - Preserve Cause in ZIO#orDie by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7986](https://togithub.com/zio/zio/pull/7986) - Optimize ZPipeline.fromSink by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7988](https://togithub.com/zio/zio/pull/7988) - Optimize ZSink.collectAllN by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7987](https://togithub.com/zio/zio/pull/7987) - Update Quickstarts Repo URLs by [@​khajavi](https://togithub.com/khajavi) in [https://github.com/zio/zio/pull/7977](https://togithub.com/zio/zio/pull/7977) - Point to the correct path of guide by [@​danielgoncharov](https://togithub.com/danielgoncharov) in [https://github.com/zio/zio/pull/7989](https://togithub.com/zio/zio/pull/7989) ##### New Contributors - [@​alterationx10](https://togithub.com/alterationx10) made their first contribution in [https://github.com/zio/zio/pull/7906](https://togithub.com/zio/zio/pull/7906) - [@​alexander-bunkenburg-chartboost](https://togithub.com/alexander-bunkenburg-chartboost) made their first contribution in [https://github.com/zio/zio/pull/7919](https://togithub.com/zio/zio/pull/7919) - [@​johnspade](https://togithub.com/johnspade) made their first contribution in [https://github.com/zio/zio/pull/7934](https://togithub.com/zio/zio/pull/7934) - [@​pscheid92](https://togithub.com/pscheid92) made their first contribution in [https://github.com/zio/zio/pull/7926](https://togithub.com/zio/zio/pull/7926) - [@​github-actions](https://togithub.com/github-actions) made their first contribution in [https://github.com/zio/zio/pull/7951](https://togithub.com/zio/zio/pull/7951) - [@​jeremysears](https://togithub.com/jeremysears) made their first contribution in [https://github.com/zio/zio/pull/7978](https://togithub.com/zio/zio/pull/7978) - [@​enif-lee](https://togithub.com/enif-lee) made their first contribution in [https://github.com/zio/zio/pull/7985](https://togithub.com/zio/zio/pull/7985) - [@​danielgoncharov](https://togithub.com/danielgoncharov) made their first contribution in [https://github.com/zio/zio/pull/7989](https://togithub.com/zio/zio/pull/7989) **Full Changelog**: https://github.com/zio/zio/compare/v2.0.10...v2.0.11 ### [`v2.0.10`](https://togithub.com/zio/zio/releases/tag/v2.0.10): 2.0.10 [Compare Source](https://togithub.com/zio/zio/compare/v2.0.9...v2.0.10) This release contains bug fixes and performance improvements. ##### What's Changed - Make ZManaged accessible (without macros) by [@​charlescd](https://togithub.com/charlescd) in [https://github.com/zio/zio/pull/7120](https://togithub.com/zio/zio/pull/7120) - Make Schedule.resetWhen/resetAfter behave like their versions in ZIO 2.0 by [@​sturmin](https://togithub.com/sturmin) in [https://github.com/zio/zio/pull/6478](https://togithub.com/zio/zio/pull/6478) - ZIO 1.x: Update izumi-reflect to 2.2.5 by [@​neko-kai](https://togithub.com/neko-kai) in [https://github.com/zio/zio/pull/7790](https://togithub.com/zio/zio/pull/7790) - ZIO Test: Handle Keys With Small Domain In Gen#mapOf by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7832](https://togithub.com/zio/zio/pull/7832) - Use Logging For Timeout Warning by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7835](https://togithub.com/zio/zio/pull/7835) - Handle indexed sequence, and allow more backends for ConfigProvider by [@​afsalthaj](https://togithub.com/afsalthaj) in [https://github.com/zio/zio/pull/7823](https://togithub.com/zio/zio/pull/7823) - ZIO Stream: Terminate Zip In Uninterruptible Region by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7836](https://togithub.com/zio/zio/pull/7836) - Documentation of Config Front-end in ZIO by [@​khajavi](https://togithub.com/khajavi) in [https://github.com/zio/zio/pull/7830](https://togithub.com/zio/zio/pull/7830) - Clean-up Blocking operations Docs by [@​khajavi](https://togithub.com/khajavi) in [https://github.com/zio/zio/pull/7834](https://togithub.com/zio/zio/pull/7834) - Implement Runtime#unsafe.runOrFork by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7840](https://togithub.com/zio/zio/pull/7840) - typo in doc by [@​tnielens](https://togithub.com/tnielens) in [https://github.com/zio/zio/pull/7844](https://togithub.com/zio/zio/pull/7844) - Website: Add Event Tab by [@​khajavi](https://togithub.com/khajavi) in [https://github.com/zio/zio/pull/7847](https://togithub.com/zio/zio/pull/7847) - Implement ZStream.alphanumeric by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7845](https://togithub.com/zio/zio/pull/7845) - Clean Up Declarations Of Test Services by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7850](https://togithub.com/zio/zio/pull/7850) - Update Scala.js and Scala Native to last supporting 2.11 by [@​sideeffffect](https://togithub.com/sideeffffect) in [https://github.com/zio/zio/pull/7852](https://togithub.com/zio/zio/pull/7852) - zio-logging 2.1.10 website by [@​justcoon](https://togithub.com/justcoon) in [https://github.com/zio/zio/pull/7854](https://togithub.com/zio/zio/pull/7854) - Merge series/1.x to series/2.x by [@​sideeffffect](https://togithub.com/sideeffffect) in [https://github.com/zio/zio/pull/7853](https://togithub.com/zio/zio/pull/7853) - scala-java-time 2.4.0 by [@​sideeffffect](https://togithub.com/sideeffffect) in [https://github.com/zio/zio/pull/7857](https://togithub.com/zio/zio/pull/7857) - Optimise `Duration::asScala`, `Duration::asJava` and `Duration.fromJava` by [@​guizmaii](https://togithub.com/guizmaii) in [https://github.com/zio/zio/pull/7859](https://togithub.com/zio/zio/pull/7859) - fix type for zio.test.Assertion#diesWithA by [@​vasyl-zhurba](https://togithub.com/vasyl-zhurba) in [https://github.com/zio/zio/pull/7860](https://togithub.com/zio/zio/pull/7860) - Optimize ZIO.foldLeft by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7849](https://togithub.com/zio/zio/pull/7849) - Optimize Chunk#toArray by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7851](https://togithub.com/zio/zio/pull/7851) - Optimise `_IdentityFn` by [@​guizmaii](https://togithub.com/guizmaii) in [https://github.com/zio/zio/pull/7862](https://togithub.com/zio/zio/pull/7862) - Add ZIO HTTP to The Official Libraries' Sidebar by [@​khajavi](https://togithub.com/khajavi) in [https://github.com/zio/zio/pull/7864](https://togithub.com/zio/zio/pull/7864) - Remove duplicate entry for sbt-scalafix by [@​gnp](https://togithub.com/gnp) in [https://github.com/zio/zio/pull/7865](https://togithub.com/zio/zio/pull/7865) - fix link for zio-http by [@​TomTriple](https://togithub.com/TomTriple) in [https://github.com/zio/zio/pull/7873](https://togithub.com/zio/zio/pull/7873) - Optimize Gen.collectAll by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7866](https://togithub.com/zio/zio/pull/7866) - Fix Typo by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7868](https://togithub.com/zio/zio/pull/7868) - Override Chunk#copyToArray by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7871](https://togithub.com/zio/zio/pull/7871) - Align ZPipeline.mapZIO with ZStream#mapZIO by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7872](https://togithub.com/zio/zio/pull/7872) - Optimize PinchableArray#pinch by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7875](https://togithub.com/zio/zio/pull/7875) - Update zio-kafka version by [@​guizmaii](https://togithub.com/guizmaii) in [https://github.com/zio/zio/pull/7879](https://togithub.com/zio/zio/pull/7879) - Catch and forward exceptions in channel read by [@​vigoo](https://togithub.com/vigoo) in [https://github.com/zio/zio/pull/7880](https://togithub.com/zio/zio/pull/7880) - Overriding some more operators on Exit by [@​vigoo](https://togithub.com/vigoo) in [https://github.com/zio/zio/pull/7877](https://togithub.com/zio/zio/pull/7877) - ZIO Test: Fix Type Signature Of Assertion.failsWithA by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7876](https://togithub.com/zio/zio/pull/7876) - Read Scala Duration by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7867](https://togithub.com/zio/zio/pull/7867) - Remove Deprecated Docs by [@​khajavi](https://togithub.com/khajavi) in [https://github.com/zio/zio/pull/7881](https://togithub.com/zio/zio/pull/7881) - Optimize Collection Operators by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7869](https://togithub.com/zio/zio/pull/7869) - Review Usage Of Lazy Values by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7870](https://togithub.com/zio/zio/pull/7870) - Optimize Gen#flatMap by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7874](https://togithub.com/zio/zio/pull/7874) - Implement ZStream#ensuringWith by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7882](https://togithub.com/zio/zio/pull/7882) - Delete Flaky Test by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7884](https://togithub.com/zio/zio/pull/7884) - Turn Mermaid on (not only) for ZIO Prelude by [@​sideeffffect](https://togithub.com/sideeffffect) in [https://github.com/zio/zio/pull/7886](https://togithub.com/zio/zio/pull/7886) - Update chunk.md to be explicit about Chunk being an order collection by [@​alphaho](https://togithub.com/alphaho) in [https://github.com/zio/zio/pull/7887](https://togithub.com/zio/zio/pull/7887) - Un-inline Mirror in derive for layer by [@​Kordyjan](https://togithub.com/Kordyjan) in [https://github.com/zio/zio/pull/7889](https://togithub.com/zio/zio/pull/7889) - Handle empty list keeping backward compatibility by [@​afsalthaj](https://togithub.com/afsalthaj) in [https://github.com/zio/zio/pull/7891](https://togithub.com/zio/zio/pull/7891) ##### New Contributors - [@​charlescd](https://togithub.com/charlescd) made their first contribution in [https://github.com/zio/zio/pull/7120](https://togithub.com/zio/zio/pull/7120) - [@​sturmin](https://togithub.com/sturmin) made their first contribution in [https://github.com/zio/zio/pull/6478](https://togithub.com/zio/zio/pull/6478) - [@​vasyl-zhurba](https://togithub.com/vasyl-zhurba) made their first contribution in [https://github.com/zio/zio/pull/7860](https://togithub.com/zio/zio/pull/7860) - [@​Kordyjan](https://togithub.com/Kordyjan) made their first contribution in [https://github.com/zio/zio/pull/7889](https://togithub.com/zio/zio/pull/7889) **Full Changelog**: https://github.com/zio/zio/compare/v2.0.9...v2.0.10 ### [`v2.0.9`](https://togithub.com/zio/zio/releases/tag/v2.0.9): 2.0.9 [Compare Source](https://togithub.com/zio/zio/compare/v2.0.8...v2.0.9) This release contains bug fixes. #### What's Changed - zio-logging 2.1.9 website by [@​justcoon](https://togithub.com/justcoon) in [https://github.com/zio/zio/pull/7813](https://togithub.com/zio/zio/pull/7813) - Reduce Test Size by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7814](https://togithub.com/zio/zio/pull/7814) - Only Recover In Config#optional When All Errors Are Missing Data by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7811](https://togithub.com/zio/zio/pull/7811) - Delete ZIO.succeedNow by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7816](https://togithub.com/zio/zio/pull/7816) - ZIO Stream: Propagate Finalizer Failure by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7812](https://togithub.com/zio/zio/pull/7812) - Test Projects Sequentially by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7821](https://togithub.com/zio/zio/pull/7821) - Add Timed To Test Aspects For Internal Test Suite by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7819](https://togithub.com/zio/zio/pull/7819) - ZIO Test: Optimize Gen#setOf by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7818](https://togithub.com/zio/zio/pull/7818) - Reduce Size Of Some Generated Data by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7824](https://togithub.com/zio/zio/pull/7824) - Dedicated Themes For Light and Dark Modes by [@​khajavi](https://togithub.com/khajavi) in [https://github.com/zio/zio/pull/7827](https://togithub.com/zio/zio/pull/7827) - Small cleanup by [@​narma](https://togithub.com/narma) in [https://github.com/zio/zio/pull/7826](https://togithub.com/zio/zio/pull/7826) - Deprecate ZIO.succeedNow by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7817](https://togithub.com/zio/zio/pull/7817) - ZPool: Shutdown Pool In Uninterruptible Region by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7828](https://togithub.com/zio/zio/pull/7828) - Clean Up Tests by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7820](https://togithub.com/zio/zio/pull/7820) - Add Annotations To Cause by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7808](https://togithub.com/zio/zio/pull/7808) **Full Changelog**: https://github.com/zio/zio/compare/v2.0.8...v2.0.9 ### [`v2.0.8`](https://togithub.com/zio/zio/releases/tag/v2.0.8): 2.0.8 [Compare Source](https://togithub.com/zio/zio/compare/v2.0.7...v2.0.8) This release contains a couple of bug fixes. #### What's Changed - Implement ZPipeline#flattenTake by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7792](https://togithub.com/zio/zio/pull/7792) - ZIO Stream: Write Elements In ZStream#mapZIOParUnordered by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7796](https://togithub.com/zio/zio/pull/7796) - Remove Flaky Test Aspect by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7799](https://togithub.com/zio/zio/pull/7799) - ZIO Stream: Close Scope In Uninterruptible Region In ZChannel#runScoped by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7795](https://togithub.com/zio/zio/pull/7795) - Add Pirum to list of adopters by [@​regiskuckaertz](https://togithub.com/regiskuckaertz) in [https://github.com/zio/zio/pull/7800](https://togithub.com/zio/zio/pull/7800) - Revert ProvideSome Optimizations by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7797](https://togithub.com/zio/zio/pull/7797) - Add debug test output by [@​swoogles](https://togithub.com/swoogles) in [https://github.com/zio/zio/pull/7765](https://togithub.com/zio/zio/pull/7765) - Reduce Size Of Test Data by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7805](https://togithub.com/zio/zio/pull/7805) - Update Binary Compatibility Version by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7804](https://togithub.com/zio/zio/pull/7804) - Handle Null Values In Chunk.Tags.fromValue by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7806](https://togithub.com/zio/zio/pull/7806) - Allow Child To Outlive Parent In Race by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7803](https://togithub.com/zio/zio/pull/7803) **Full Changelog**: https://github.com/zio/zio/compare/v2.0.7...v2.0.8 ### [`v2.0.7`](https://togithub.com/zio/zio/releases/tag/v2.0.7): 2.0.7 [Compare Source](https://togithub.com/zio/zio/compare/v2.0.6...v2.0.7) This release contains bug fixes and performance improvements. This release also contains a change to the semantics of race operators. These operators now consistently await the termination of the losing fiber. If you don't want this you can use `disconnect` on one or both sides (e.g. `left.disconnect race right.disconnect`) to create a version of a workflow where interruption returns immediately and proceeds in the background. We believe this is a more sensible default and the behavior of interruption returning immediately can be easily achieved with `disconnect`. As always, thank you for your support! #### What's Changed - Fix zio-metrics-connectors Version by [@​khajavi](https://togithub.com/khajavi) in [https://github.com/zio/zio/pull/7718](https://togithub.com/zio/zio/pull/7718) - Revert Smart Assertion Changes by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7713](https://togithub.com/zio/zio/pull/7713) - Optimize ZStream.empty by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7719](https://togithub.com/zio/zio/pull/7719) - Override flatMap in Exit by [@​vigoo](https://togithub.com/vigoo) in [https://github.com/zio/zio/pull/7714](https://togithub.com/zio/zio/pull/7714) - Implement TestAspect.withConfigProvider by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7723](https://togithub.com/zio/zio/pull/7723) - Ensure ChannelExecutor#close Is Called By Fiber Itself by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7725](https://togithub.com/zio/zio/pull/7725) - ZIO Config: Don't Split Values Unless A Sequence Is Expected by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7724](https://togithub.com/zio/zio/pull/7724) - Implement Pipelines For Parallel Processing by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7717](https://togithub.com/zio/zio/pull/7717) - Add Test For Config.Secret by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7729](https://togithub.com/zio/zio/pull/7729) - Add tofu-zio2-logging to community libs by [@​vagroz](https://togithub.com/vagroz) in [https://github.com/zio/zio/pull/7728](https://togithub.com/zio/zio/pull/7728) - Implement Runtime#setConfigProvider by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7730](https://togithub.com/zio/zio/pull/7730) - zio-logging 2.1.8 website by [@​justcoon](https://togithub.com/justcoon) in [https://github.com/zio/zio/pull/7734](https://togithub.com/zio/zio/pull/7734) - Imports optimize by [@​rituraj2342](https://togithub.com/rituraj2342) in [https://github.com/zio/zio/pull/7735](https://togithub.com/zio/zio/pull/7735) - ZIO Stream: Optimize ZStream#crossRight by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7739](https://togithub.com/zio/zio/pull/7739) - ZIO Stream: Optimize ZStream#onExecutor by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7740](https://togithub.com/zio/zio/pull/7740) - Implement ConfigProvider#contramapPath by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7731](https://togithub.com/zio/zio/pull/7731) - Simplify Race Implementation by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7736](https://togithub.com/zio/zio/pull/7736) - Fix Race Benchmark by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7737](https://togithub.com/zio/zio/pull/7737) - Add ZIO Interop Cats Docs by [@​khajavi](https://togithub.com/khajavi) in [https://github.com/zio/zio/pull/7742](https://togithub.com/zio/zio/pull/7742) - Optimize ZStream.fromPath by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7744](https://togithub.com/zio/zio/pull/7744) - Append Scala3 ZIO2 project to the sample projects list by [@​lewapek](https://togithub.com/lewapek) in [https://github.com/zio/zio/pull/7743](https://togithub.com/zio/zio/pull/7743) - Blocking Optimizations by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7746](https://togithub.com/zio/zio/pull/7746) - Optimize ZPipeline.splitLines by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7747](https://togithub.com/zio/zio/pull/7747) - Update ZIO Quickstart templates links and description by [@​jczuchnowski](https://togithub.com/jczuchnowski) in [https://github.com/zio/zio/pull/7752](https://togithub.com/zio/zio/pull/7752) - Fix Flaky Test by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7753](https://togithub.com/zio/zio/pull/7753) - Fix overview doc link from basic-concurrency to running-effects by [@​starkej2](https://togithub.com/starkej2) in [https://github.com/zio/zio/pull/7750](https://togithub.com/zio/zio/pull/7750) - add timer with custom boundaries by [@​golovnyakpa](https://togithub.com/golovnyakpa) in [https://github.com/zio/zio/pull/7751](https://togithub.com/zio/zio/pull/7751) - Return To Default Executor More Eagerly by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7749](https://togithub.com/zio/zio/pull/7749) - Fix Another Flaky Test by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7754](https://togithub.com/zio/zio/pull/7754) - Fix Flaky Hub Test by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7755](https://togithub.com/zio/zio/pull/7755) - Fix Flaky Stream Test by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7756](https://togithub.com/zio/zio/pull/7756) - Add Test by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7757](https://togithub.com/zio/zio/pull/7757) - Await Interruption in ZIO#timeout by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7758](https://togithub.com/zio/zio/pull/7758) - Clarify that we're not currently leveraging loom by [@​robmwalsh](https://togithub.com/robmwalsh) in [https://github.com/zio/zio/pull/7762](https://togithub.com/zio/zio/pull/7762) - Deprecate Await Race Variants by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7761](https://togithub.com/zio/zio/pull/7761) - Speed up toQueueOfElements by [@​regiskuckaertz](https://togithub.com/regiskuckaertz) in [https://github.com/zio/zio/pull/7763](https://togithub.com/zio/zio/pull/7763) - Implement ConfigProvider Structural Operators by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7767](https://togithub.com/zio/zio/pull/7767) - Implement ZIO#withLogger by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7769](https://togithub.com/zio/zio/pull/7769) - Implement ConfigProvider Case Operators by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7770](https://togithub.com/zio/zio/pull/7770) - Chain Back To Previous Signal Handler by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7771](https://togithub.com/zio/zio/pull/7771) - Fix ZIO metrics title typo by [@​mijicd](https://togithub.com/mijicd) in [https://github.com/zio/zio/pull/7777](https://togithub.com/zio/zio/pull/7777) - Update exceptional-and-unexceptional-effects.md by [@​chetankokil](https://togithub.com/chetankokil) in [https://github.com/zio/zio/pull/7776](https://togithub.com/zio/zio/pull/7776) - Add DaSCH to list of adopters by [@​subotic](https://togithub.com/subotic) in [https://github.com/zio/zio/pull/7774](https://togithub.com/zio/zio/pull/7774) - ZIO Test: Print Timeout Warning by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7779](https://togithub.com/zio/zio/pull/7779) - Added Wefunder to the adopters list by [@​nikelin](https://togithub.com/nikelin) in [https://github.com/zio/zio/pull/7782](https://togithub.com/zio/zio/pull/7782) - Suspend Layer Construction by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7786](https://togithub.com/zio/zio/pull/7786) - Create Warning Fiber In Test Clock Scope by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7787](https://togithub.com/zio/zio/pull/7787) - Implement ZPipeline#fromFunction by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7789](https://togithub.com/zio/zio/pull/7789) - Implement GroupedWithin Directly On Stream by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7791](https://togithub.com/zio/zio/pull/7791) #### New Contributors - [@​vagroz](https://togithub.com/vagroz) made their first contribution in [https://github.com/zio/zio/pull/7728](https://togithub.com/zio/zio/pull/7728) - [@​rituraj2342](https://togithub.com/rituraj2342) made their first contribution in [https://github.com/zio/zio/pull/7735](https://togithub.com/zio/zio/pull/7735) - [@​lewapek](https://togithub.com/lewapek) made their first contribution in [https://github.com/zio/zio/pull/7743](https://togithub.com/zio/zio/pull/7743) - [@​starkej2](https://togithub.com/starkej2) made their first contribution in [https://github.com/zio/zio/pull/7750](https://togithub.com/zio/zio/pull/7750) - [@​golovnyakpa](https://togithub.com/golovnyakpa) made their first contribution in [https://github.com/zio/zio/pull/7751](https://togithub.com/zio/zio/pull/7751) - [@​chetankokil](https://togithub.com/chetankokil) made their first contribution in [https://github.com/zio/zio/pull/7776](https://togithub.com/zio/zio/pull/7776) - [@​nikelin](https://togithub.com/nikelin) made their first contribution in [https://github.com/zio/zio/pull/7782](https://togithub.com/zio/zio/pull/7782) **Full Changelog**: https://github.com/zio/zio/compare/v2.0.6...v2.0.7 ### [`v2.0.6`](https://togithub.com/zio/zio/releases/tag/v2.0.6): 2.0.6 [Compare Source](https://togithub.com/zio/zio/compare/v2.0.5...v2.0.6) This release contains bug fixes and performance improvements. ##### What's Changed - Sbt bump 1.8.0 by [@​IdiosApps](https://togithub.com/IdiosApps) in [https://github.com/zio/zio/pull/7609](https://togithub.com/zio/zio/pull/7609) - ZIO Stream: Don't Process Empty Chunks In ZStream#aggregateAsync by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7613](https://togithub.com/zio/zio/pull/7613) - Implement ZIO#whenRef and ZIO#whenFiberRef by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7615](https://togithub.com/zio/zio/pull/7615) - ZIO Stream: Ensure Sink Can Consume All Stream Elements in ZStream#tapSink by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7617](https://togithub.com/zio/zio/pull/7617) - Use Comma For Default Sequence Delimiter In ConfigProvider.envProvider by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7616](https://togithub.com/zio/zio/pull/7616) - Update Signature Of ZIO#whenRef and ZIO#whenFiberRef by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7618](https://togithub.com/zio/zio/pull/7618) - Always Treat StackOverflowError As Fatal by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7619](https://togithub.com/zio/zio/pull/7619) - update zio sql docs by [@​sviezypan](https://togithub.com/sviezypan) in [https://github.com/zio/zio/pull/7620](https://togithub.com/zio/zio/pull/7620) - Propagate Prefix in Config#mapOrFail by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7622](https://togithub.com/zio/zio/pull/7622) - Treat Creation of CountdownLatch With Negative Value as Die Failure by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7625](https://togithub.com/zio/zio/pull/7625) - ZIO Environment Use-cases by [@​khajavi](https://togithub.com/khajavi) in [https://github.com/zio/zio/pull/7623](https://togithub.com/zio/zio/pull/7623) - Deprecate ZIO#unary\_! by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7621](https://togithub.com/zio/zio/pull/7621) - Filter Empty Causes In ZIO#tapDefect by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7629](https://togithub.com/zio/zio/pull/7629) - Update zio-connect docs to v0.4.4 by [@​adrianfilip](https://togithub.com/adrianfilip) in [https://github.com/zio/zio/pull/7630](https://togithub.com/zio/zio/pull/7630) - Expose Unsafe Operators On Default Services by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7627](https://togithub.com/zio/zio/pull/7627) - Update website to latest zio-profiling release by [@​mschuwalow](https://togithub.com/mschuwalow) in [https://github.com/zio/zio/pull/7633](https://togithub.com/zio/zio/pull/7633) - Update to zio-flow 1.0.0-RC2 by [@​vigoo](https://togithub.com/vigoo) in [https://github.com/zio/zio/pull/7638](https://togithub.com/zio/zio/pull/7638) - Optimize ZLayer.>>> by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7634](https://togithub.com/zio/zio/pull/7634) - Succeed With Empty Map When Keys Are Empty In Config.table by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7626](https://togithub.com/zio/zio/pull/7626) - Optimize ZIO#provideSome by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7635](https://togithub.com/zio/zio/pull/7635) - Fix suiteAll error channel by [@​swoogles](https://togithub.com/swoogles) in [https://github.com/zio/zio/pull/7643](https://togithub.com/zio/zio/pull/7643) - Fix running-tests documentation by [@​swoogles](https://togithub.com/swoogles) in [https://github.com/zio/zio/pull/7644](https://togithub.com/zio/zio/pull/7644) - Honor TestArgs TestRenderer throughout zio-test machinery by [@​swoogles](https://togithub.com/swoogles) in [https://github.com/zio/zio/pull/7647](https://togithub.com/zio/zio/pull/7647) - Update make-a-zio-application-configurable.md by [@​vsimko](https://togithub.com/vsimko) in [https://github.com/zio/zio/pull/7648](https://togithub.com/zio/zio/pull/7648) - Propagate Defects in ZIO#collectAllSuccesses by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7652](https://togithub.com/zio/zio/pull/7652) - zio-logging 2.1.6 website by [@​justcoon](https://togithub.com/justcoon) in [https://github.com/zio/zio/pull/7651](https://togithub.com/zio/zio/pull/7651) - Expose Unsafe FiberRef Constructors by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7650](https://togithub.com/zio/zio/pull/7650) - Restore Previous Fiber by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7642](https://togithub.com/zio/zio/pull/7642) - zio-logging 2.1.7 website by [@​justcoon](https://togithub.com/justcoon) in [https://github.com/zio/zio/pull/7655](https://togithub.com/zio/zio/pull/7655) - Do Not Filter Traces In ZIO Name Space by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7637](https://togithub.com/zio/zio/pull/7637) - Add missing assertion params to withCode by [@​matthewjones372](https://togithub.com/matthewjones372) in [https://github.com/zio/zio/pull/7641](https://togithub.com/zio/zio/pull/7641) - Update Copyright by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7662](https://togithub.com/zio/zio/pull/7662) - delegate to other combinators by [@​TomTriple](https://togithub.com/TomTriple) in [https://github.com/zio/zio/pull/7661](https://togithub.com/zio/zio/pull/7661) - Expose Unsafe Constructors On More Concurrent Data Types by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7663](https://togithub.com/zio/zio/pull/7663) - Fix A Couple Tests by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7666](https://togithub.com/zio/zio/pull/7666) - Fix Another Stream Test by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7668](https://togithub.com/zio/zio/pull/7668) - Fix ZStream#bufferChunksSliding Test by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7669](https://togithub.com/zio/zio/pull/7669) - Update ZIO Direct Docs by [@​khajavi](https://togithub.com/khajavi) in [https://github.com/zio/zio/pull/7670](https://togithub.com/zio/zio/pull/7670) - Garbage Collect Weak References by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7674](https://togithub.com/zio/zio/pull/7674) - Fix ZStream.fromIterable ignoring its chunkSize argument. by [@​shawjef3](https://togithub.com/shawjef3) in [https://github.com/zio/zio/pull/7675](https://togithub.com/zio/zio/pull/7675) - Record test results by [@​swoogles](https://togithub.com/swoogles) in [https://github.com/zio/zio/pull/7673](https://togithub.com/zio/zio/pull/7673) - ZIO Test: Properly Handle Chunks Of Bytes In TestRandom by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7680](https://togithub.com/zio/zio/pull/7680) - Preserve Supervision Relationships In Race by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7676](https://togithub.com/zio/zio/pull/7676) - ZIO Stream: Implement Pipelines For Asynchronous Aggregation by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7679](https://togithub.com/zio/zio/pull/7679) - More Robust Equality For Config Secret by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7682](https://togithub.com/zio/zio/pull/7682) - Add Observer Before Starting Fiber In Runtime.unsafe.runToFuture by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7683](https://togithub.com/zio/zio/pull/7683) - Fix ZIO Logging Sidebar Issue by [@​khajavi](https://togithub.com/khajavi) in [https://github.com/zio/zio/pull/7688](https://togithub.com/zio/zio/pull/7688) - Optimize Fiberrefs#updatedAs by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7685](https://togithub.com/zio/zio/pull/7685) - Further Refinements to Race Fiber Supervision Semantics by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7686](https://togithub.com/zio/zio/pull/7686) - Correctly Handle Concatenated Bit Chunks by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7692](https://togithub.com/zio/zio/pull/7692) - Specialize foldCauseZIO in Exit by [@​vigoo](https://togithub.com/vigoo) in [https://github.com/zio/zio/pull/7693](https://togithub.com/zio/zio/pull/7693) - Clean Up Benchmarks by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7691](https://togithub.com/zio/zio/pull/7691) - Safer polling of memory metrics by [@​vigoo](https://togithub.com/vigoo) in [https://github.com/zio/zio/pull/7694](https://togithub.com/zio/zio/pull/7694) - Fallback for assertTrue method resolution by [@​vigoo](https://togithub.com/vigoo) in [https://github.com/zio/zio/pull/7695](https://togithub.com/zio/zio/pull/7695) - ZPool.md: fromI{n->}terable by [@​nafg](https://togithub.com/nafg) in [https://github.com/zio/zio/pull/7696](https://togithub.com/zio/zio/pull/7696) - Correctly Handle ChronoUnit In Metric.timer by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7698](https://togithub.com/zio/zio/pull/7698) - Fail in Config#chunkOf If Data Is Missing by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7690](https://togithub.com/zio/zio/pull/7690) - Implement Config#orElseIf by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7699](https://togithub.com/zio/zio/pull/7699) - Make NonEmptyChunk Serializable by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7707](https://togithub.com/zio/zio/pull/7707) - ZIO Test: Correctly Handle Java Booleans In Smart Assertions by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7708](https://togithub.com/zio/zio/pull/7708) - Propagate Defects in ZStream#bufferSliding by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7702](https://togithub.com/zio/zio/pull/7702) - Implement ConfigProvider.Flat#merge by [@​adamgfraser](https://togithub.com/adamgfraser) in [https://github.com/zio/zio/pull/7700](https://togithub.com/zio/zio/pull/7700) ##### New Contributors - [@​IdiosApps](https://togithub.com/IdiosApps) made their first contribution in [https://github.com/zio/zio/pull/7609](https://togithub.com/zio/zio/pull/7609) - [@​vsimko](https://togithub.com/vsimko) made their first contribution in [https://github.com/zio/zio/pull/7648](https://togithub.com/zio/zio/pull/7648) - [@​matthewjones372](https://togithub.com/matthewjones372) made their first contribution in [https://github.com/zio/zio/pull/7641](https://togithub.com/zio/zio/pull/7641) - [@​TomTriple](https://togithub.com/TomTriple) made their first contribution in [https://github.com/zio/zio/pull/7661](https://togithub.com/zio/zio/pull/7661) **Full Changelog**: https://github.com/zio/zio/compare/v2.0.5...v2.0.6 ### [`v2.0.5`](https://togithub.com/zio/zio/releases/tag/v2.0.5) [Compare Source](https://togithub.com/zio/zio/compare/v2.0.4...v2.0.5) This release contains miscellaneous bug fixes and performance improvements. ##### What's Changed - fixed zio-mock documentation on mocking collaborators compose layers ([#​7600](https://togithub.com/zio/zio/issues/7600)) [@​JoaquinIglesiasTurina](https://togithub.com/JoaquinIglesiasTurina) - Website: Add zio-sbt Documentation ([#​7607](https://togithub.com/zio/zio/issues/7607)) [@​khajavi](https://togithub.com/khajavi) - Fix [#​7605](https://togithub.com/zio/zio/issues/7605) Config.Error.|| ([#​7606](https://togithub.com/zio/zio/issues/7606)) [@​mleclercq](https://togithub.com/mleclercq) - ZIO Stream: Interrupt Schedule Fiber In ZStream#aggregateAsync ([#​7603](https://togithub.com/zio/zio/issues/7603)) [@​adamgfraser](https://togithub.com/adamgfraser) - Fix Flaky Stream Test ([#​7604](https://togithub.com/zio/zio/issues/7604)) [@​adamgfraser](https://togithub.com/adamgfraser) - Implement ZIO#logError ([#​7593](https://togithub.com/zio/zio/issues/7593)) [@​adamgfraser](https://togithub.com/adamgfraser) - Fix Documentation Regarding Gen.elements ([#​7597](https://togithub.com/zio/zio/issues/7597)) [@​adamgfraser](https://togithub.com/adamgfraser) - STM: Translates unexpected failures in the driver to TExit.die ([#​7599](https://togithub.com/zio/zio/issues/7599)) [@​mikearnaldi](https://togithub.com/mikearnaldi) - STM: Avoid calling catchAll with defects ([#​7598](https://togithub.com/zio/zio/issues/7598)) [@​mikearnaldi](https://togithub.com/mikearnaldi) - Simplify ZChannel.mergeAllWith Implementation ([#​7577](https://togithub.com/zio/zio/issues/7577)) [@​adamgfraser](https://togithub.com/adamgfraser) - Embed Generated Card List For Ecosystem Section ([#​7596](https://togithub.com/zio/zio/issues/7596)) [@​khajavi](https://togithub.com/khajavi) - ZIO Ecosystem Docusaurus Plugin ([#​7595](https://togithub.com/zio/zio/issues/7595)) [@​khajavi](https://togithub.com/khajavi) - JUnit runner: fix an ignored test erroneously reported twice ([#​7594](https://togithub.com/zio/zio/issues/7594)) [@​hmemcpy](https://togithub.com/hmemcpy) - Cleanup Overview Section ([#​7582](https://togithub.com/zio/zio/issues/7582)) [@​khajavi](https://togithub.com/khajavi) - Clean Up Scala 3 JS Fix ([#​7591](https://togithub.com/zio/zio/issues/7591)) [@​adamgfraser](https://togithub.com/adamgfraser) - Clean Up Scheduler Changes ([#​7572](https://togithub.com/zio/zio/issues/7572)) [@​adamgfraser](https://togithub.com/adamgfraser) - Preserve Stack Trace in ZIO#retry ([#​7590](https://togithub.com/zio/zio/issues/7590)) [@​adamgfraser](https://togithub.com/adamgfraser) - Fix typo in migration-guide.md ([#​7573](https://togithub.com/zio/zio/issues/7573)) [@​BardurArantsson](https://togithub.com/BardurArantsson) - Upgrade to Latest Izumi Reflect Version ([#​7589](https://togithub.com/zio/zio/issues/7589)) [@​adamgfraser](https://togithub.com/adamgfraser) - document fromAutoClosable ([#​7575](https://togithub.com/zio/zio/issues/7575)) [@​DaniRey](https://togithub.com/DaniRey) - [#​7468](https://togithub.com/zio/zio/issues/7468) Move debounce from ZStream to ZPipeline ([#​7588](https://togithub.com/zio/zio/issues/7588)) [@​tewecske](https://togithub.com/tewecske) - use attemptBlocking for Source.fromFile ([#​7578](https://togithub.com/zio/zio/issues/7578)) [@​DaniRey](https://togithub.com/DaniRey) - Removed anti-pattern in good example ([#​7579](https://togithub.com/zio/zio/issues/7579)) [@​DaniRey](https://togithub.com/DaniRey) - Add zio-direct Docs ([#​7585](https://togithub.com/zio/zio/issues/7585)) [@​khajavi](https://togithub.com/khajavi) - zio-flow v1.0.0-RC1 ([#​7583](https://togithub.com/zio/zio/issues/7583)) [@​vigoo](https://togithub.com/vigoo) - Upgrade Docusaurus (v2.2.0) ([#​7581](https://togithub.com/zio/zio/issues/7581)) [@​khajavi](https://togithub.com/khajavi) - reduce allocations ([#​7570](https://togithub.com/zio/zio/issues/7570)) [@​shawjef3](https://togithub.com/shawjef3) - Fix typo in Scope docs ([#​7571](https://togithub.com/zio/zio/issues/7571)) [@​jan-pieter](https://togithub.com/jan-pieter) - Reduce allocations ([#​7568](https://togithub.com/zio/zio/issues/7568)) [@​shawjef3](https://togithub.com/shawjef3) - Update zio-connect to 0.4.1 ([#​7569](https://togithub.com/zio/zio/issues/7569)) [@​adrianfilip](https://togithub.com/adrianfilip) - Fix zio-profiling URL Path ([#​7567](https://togithub.com/zio/zio/issues/7567)) [@​khajavi](https://togithub.com/khajavi) - Collect Last Output Of Schedule In Schedule#collectAll ([#​7565](https://togithub.com/zio/zio/issues/7565)) [@​adamgfraser](https://togithub.com/adamgfraser) - Fix link to `Code of Conduct` page. ([#​7564](https://togithub.com/zio/zio/issues/7564)) [@​sergiilagutin](https://togithub.com/sergiilagutin) - Fix "Fatal: Not in a git directory" Error When Publishing Docs ([#​7563](https://togithub.com/zio/zio/issues/7563)) [@​khajavi](https://togithub.com/khajavi) - ZIO Test: make existsIterable assertion more strict ([#​7317](https://togithub.com/zio/zio/issues/7317)) [@​myazinn](https://togithub.com/myazinn) - Website: Convert Bash Script to Github Workflow ([#​7562](https://togithub.com/zio/zio/issues/7562)) [@​khajavi](https://togithub.com/khajavi) - Implement ZIO#withConfigProvider ([#​7559](https://togithub.com/zio/zio/issues/7559)) [@​adamgfraser](https://togithub.com/adamgfraser) - Optimize Promise ([#​7557](https://togithub.com/zio/zio/issues/7557)) [@​adamgfraser](https://togithub.com/adamgfraser) - Periodically Graduate Root Fibers From Nursery ([#​7553](https://togithub.com/zio/zio/issues/7553)) [@​adamgfraser](https://togithub.com/ada

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 these updates again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.