2.0.11
·
1273 commits
to series/2.x
since this release
This release contains bug fixes and performance improvements.
What's Changed
- Use changeOwner in
suiteAll
dotty impl by @kitlangton in #7894 - Update website of zio-config by @afsalthaj in #7895
- Notify Listeners In Metric#modify by @adamgfraser in #7898
- Drop Support For Scala 2.11 by @adamgfraser in #7896
- Revert "Turn Mermaid on (not only) for ZIO Prelude" by @khajavi in #7901
- Handle Gauge Modifications In Metric Listener by @adamgfraser in #7899
- Merge Site And CI Workflow by @khajavi in #7902
- Revert "Revert "Turn Mermaid on (not only) for ZIO Prelude"" by @khajavi in #7905
- Set exit codes for scala-js + scala-native by @alterationx10 in #7906
- Run Tests In Correct Order In suiteAll On Scala 3 by @adamgfraser in #7904
- Correctly order specs for Suite All by @kitlangton in #7909
- Improve example for composing ZPipeline with ZSink by @gnp in #7910
- Update website by @afsalthaj in #7913
- Add ZPipeline.autoGunzip by @gnp in #7914
- Fix Stream Test by @adamgfraser in #7917
- Adds Chartboost by @alexander-bunkenburg-chartboost in #7919
- zio-logging 2.1.11 website by @justcoon in #7924
- ZIO Test: Pretty Print Original and Shrunken Inputs to Property Based Tests by @adamgfraser in #7921
- Discriminate Between Die and Fail Causes With Identical Throwables by @adamgfraser in #7925
- Upgrade ZIO Ecosystem Docs by @khajavi in #7928
- Propagate Tags In PollingMetric.collectAll by @adamgfraser in #7931
- Implement STM.onCommit by @adamgfraser in #7927
- Update izumi-reflect to 2.3.0 by @neko-kai in #7923
- Optimize ZIO.attempt by @adamgfraser in #7920
- Terminate Daemon Fibers When ZIOApp Is Shut Down by @adamgfraser in #7908
- Separate Runtime Fiber Interface From Implementation by @adamgfraser in #7932
- Allow Fiber To Be Extended Internally by @adamgfraser in #7933
- Update Izumi Reflect Version by @adamgfraser in #7935
- Add ZIOAspect.identity by @johnspade in #7934
- add ZStream#tapBoth by @myazinn in #7936
- Update Docs Using Repository Dispatch Events by @khajavi in #7938
- Introduce ZIO Blog by @khajavi in #7940
- Repair example #1 for providing different service implementations by @pscheid92 in #7926
- LogLevel config by @justcoon in #7937
- Optimize Chunk#span by @adamgfraser in #7946
- Optimize ZSink.count by @adamgfraser in #7945
- Optimize ZSink.sum by @adamgfraser in #7944
- Specialize Chunk#takeWhile by @adamgfraser in #7943
- Optimize ZSink.last by @adamgfraser in #7942
- Optimize ZStream#sliding by @adamgfraser in #7941
- Fix Benchmark Name by @adamgfraser in #7948
- Improve Empty Chunk Equality by @adamgfraser in #7947
- Update Benchmark Dependencies by @adamgfraser in #7949
- Optimize ZStream#groupAdjacentBy by @adamgfraser in #7950
- Update @zio.dev/zio-sbt docs to 0.4.0-alpha.6 by @github-actions in #7951
- Minor Additional Cleanup To ZSink.sum by @adamgfraser in #7953
- Specialize Chunk#filter and Chunk#mapChunk by @adamgfraser in #7952
- Call
sizeHint
inChunk.fromJavaIterable
when possible by @guizmaii in #7954 - Add a Button for Subscribing The ZIO Newsletter by @khajavi in #7957
- Optimize Cause#isEmpty by @adamgfraser in #7959
- Website: Enrich Footer Section by @khajavi in #7961
- Implement ZIOAspect.nested by @adamgfraser in #7960
- Implement Config#switch by @adamgfraser in #7962
- Implement Config#zipWith by @adamgfraser in #7964
- Update Error Message by @adamgfraser in #7963
- Support Variable Arguments in Config#nested by @adamgfraser in #7965
- Optimize Histogram.Boundaries.exponential by @myazinn in #7966
- Update "Making a ZIO application configurable" Guide To Reflect Recent Changes On ZIO Config by @khajavi in #7974
- Implement FiberRef.makeMap by @adamgfraser in #7970
- Update ZIO Metrics Docs by @khajavi in #7969
- Fix nesting for indexed ConfigProvider by @vladimirkl in #7971
- Add ZIOAspect.debug(String) by @jeremysears in #7978
- Reduce Number Of Buckets For Metric.timer by @adamgfraser in #7968
- Handle Failures With Null by @adamgfraser in #7980
- Minor improvements to the migration guide by @zagyi in #7975
- Fix refill bucket token (#7982) by @enif-lee in #7985
- Fix Benchmark by @adamgfraser in #7984
- Preserve Cause in ZIO#orDie by @adamgfraser in #7986
- Optimize ZPipeline.fromSink by @adamgfraser in #7988
- Optimize ZSink.collectAllN by @adamgfraser in #7987
- Update Quickstarts Repo URLs by @khajavi in #7977
- Point to the correct path of guide by @danielgoncharov in #7989
New Contributors
- @alterationx10 made their first contribution in #7906
- @alexander-bunkenburg-chartboost made their first contribution in #7919
- @johnspade made their first contribution in #7934
- @pscheid92 made their first contribution in #7926
- @github-actions made their first contribution in #7951
- @jeremysears made their first contribution in #7978
- @enif-lee made their first contribution in #7985
- @danielgoncharov made their first contribution in #7989
Full Changelog: v2.0.10...v2.0.11