This release contains bug fixes and performance improvements.
What's Changed
* Make ZManaged accessible (without macros) by charlescd in https://github.com/zio/zio/pull/7120
* Make Schedule.resetWhen/resetAfter behave like their versions in ZIO 2.0 by sturmin in https://github.com/zio/zio/pull/6478
* ZIO 1.x: Update izumi-reflect to 2.2.5 by neko-kai in https://github.com/zio/zio/pull/7790
* ZIO Test: Handle Keys With Small Domain In GenmapOf by adamgfraser in https://github.com/zio/zio/pull/7832
* Use Logging For Timeout Warning by adamgfraser in https://github.com/zio/zio/pull/7835
* Handle indexed sequence, and allow more backends for ConfigProvider by afsalthaj in https://github.com/zio/zio/pull/7823
* ZIO Stream: Terminate Zip In Uninterruptible Region by adamgfraser in https://github.com/zio/zio/pull/7836
* Documentation of Config Front-end in ZIO by khajavi in https://github.com/zio/zio/pull/7830
* Clean-up Blocking operations Docs by khajavi in https://github.com/zio/zio/pull/7834
* Implement Runtimeunsafe.runOrFork by adamgfraser in https://github.com/zio/zio/pull/7840
* typo in doc by tnielens in https://github.com/zio/zio/pull/7844
* Website: Add Event Tab by khajavi in https://github.com/zio/zio/pull/7847
* Implement ZStream.alphanumeric by adamgfraser in https://github.com/zio/zio/pull/7845
* Clean Up Declarations Of Test Services by adamgfraser in https://github.com/zio/zio/pull/7850
* Update Scala.js and Scala Native to last supporting 2.11 by sideeffffect in https://github.com/zio/zio/pull/7852
* zio-logging 2.1.10 website by justcoon in https://github.com/zio/zio/pull/7854
* Merge series/1.x to series/2.x by sideeffffect in https://github.com/zio/zio/pull/7853
* scala-java-time 2.4.0 by sideeffffect in https://github.com/zio/zio/pull/7857
* Optimise `Duration::asScala`, `Duration::asJava` and `Duration.fromJava` by guizmaii in https://github.com/zio/zio/pull/7859
* fix type for zio.test.AssertiondiesWithA by vasyl-zhurba in https://github.com/zio/zio/pull/7860
* Optimize ZIO.foldLeft by adamgfraser in https://github.com/zio/zio/pull/7849
* Optimize ChunktoArray by adamgfraser in https://github.com/zio/zio/pull/7851
* Optimise `_IdentityFn` by guizmaii in https://github.com/zio/zio/pull/7862
* Add ZIO HTTP to The Official Libraries' Sidebar by khajavi in https://github.com/zio/zio/pull/7864
* Remove duplicate entry for sbt-scalafix by gnp in https://github.com/zio/zio/pull/7865
* fix link for zio-http by TomTriple in https://github.com/zio/zio/pull/7873
* Optimize Gen.collectAll by adamgfraser in https://github.com/zio/zio/pull/7866
* Fix Typo by adamgfraser in https://github.com/zio/zio/pull/7868
* Override ChunkcopyToArray by adamgfraser in https://github.com/zio/zio/pull/7871
* Align ZPipeline.mapZIO with ZStreammapZIO by adamgfraser in https://github.com/zio/zio/pull/7872
* Optimize PinchableArraypinch by adamgfraser in https://github.com/zio/zio/pull/7875
* Update zio-kafka version by guizmaii in https://github.com/zio/zio/pull/7879
* Catch and forward exceptions in channel read by vigoo in https://github.com/zio/zio/pull/7880
* Overriding some more operators on Exit by vigoo in https://github.com/zio/zio/pull/7877
* ZIO Test: Fix Type Signature Of Assertion.failsWithA by adamgfraser in https://github.com/zio/zio/pull/7876
* Read Scala Duration by adamgfraser in https://github.com/zio/zio/pull/7867
* Remove Deprecated Docs by khajavi in https://github.com/zio/zio/pull/7881
* Optimize Collection Operators by adamgfraser in https://github.com/zio/zio/pull/7869
* Review Usage Of Lazy Values by adamgfraser in https://github.com/zio/zio/pull/7870
* Optimize GenflatMap by adamgfraser in https://github.com/zio/zio/pull/7874
* Implement ZStreamensuringWith by adamgfraser in https://github.com/zio/zio/pull/7882
* Delete Flaky Test by adamgfraser in https://github.com/zio/zio/pull/7884
* Turn Mermaid on (not only) for ZIO Prelude by sideeffffect in https://github.com/zio/zio/pull/7886
* Update chunk.md to be explicit about Chunk being an order collection by alphaho in https://github.com/zio/zio/pull/7887
* Un-inline Mirror in derive for layer by Kordyjan in https://github.com/zio/zio/pull/7889
* Handle empty list keeping backward compatibility by afsalthaj in https://github.com/zio/zio/pull/7891
New Contributors
* charlescd made their first contribution in https://github.com/zio/zio/pull/7120
* sturmin made their first contribution in https://github.com/zio/zio/pull/6478
* vasyl-zhurba made their first contribution in https://github.com/zio/zio/pull/7860
* Kordyjan made their first contribution in https://github.com/zio/zio/pull/7889
**Full Changelog**: https://github.com/zio/zio/compare/v2.0.9...v2.0.10