| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.1.26 source code.tar.gz | 2026-05-06 | 58.6 MB | |
| 2.1.26 source code.zip | 2026-05-06 | 59.5 MB | |
| README.md | 2026-05-06 | 5.2 kB | |
| Totals: 3 Items | 118.1 MB | 1 | |
This release fixes a regression introduced in v2.1.25 that affects long-running streams (e.g., zio-kafka)
What's Changed
- fix(macros): move
asInstanceOffromExprlevel to generated code by @mbovel in https://github.com/zio/zio/pull/10725 - Make Exit.none public by @hearnadam in https://github.com/zio/zio/pull/10838
- Avoid retaining finalizers in long running flatMap streams by @hearnadam in https://github.com/zio/zio/pull/10760
- fix(test): assertTrue on Java static method calls (Scala 3) by @gcsolaroli in https://github.com/zio/zio/pull/10843
- Revert [#10343] by @kyri-petrou in https://github.com/zio/zio/pull/10855
Other changes (CI, dependencies and documentation)
- refactor(ci): use only pull_request_target for cleaner workflow by @khajavi in https://github.com/zio/zio/pull/10696
- Remove Useless Cheatsheet Section by @khajavi in https://github.com/zio/zio/pull/10694
- feat(ci): implement safe two-workflow pattern for fork PR previews by @khajavi in https://github.com/zio/zio/pull/10702
- fix(ci): add missing permissions and PR metadata for Netlify preview by @khajavi in https://github.com/zio/zio/pull/10703
- Eliminate Cookbooks Entry From Sidebar Resources by @khajavi in https://github.com/zio/zio/pull/10697
- chore(deps): update dependency cytoscape to v3.33.2 by @renovate[bot] in https://github.com/zio/zio/pull/10706
- Bump actions/download-artifact from 4 to 8 by @dependabot[bot] in https://github.com/zio/zio/pull/10704
- fix(ci): add PR comment posting for Netlify preview deployment by @khajavi in https://github.com/zio/zio/pull/10715
- feat(zpipeline): add custom channel transformations using ZChannel.readWithCause by @khajavi in https://github.com/zio/zio/pull/10705
- Update sbt, sbt-dependency-tree, ... to 1.12.9 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10717
- fix(deps): update dependency postcss to v8.5.9 by @renovate[bot] in https://github.com/zio/zio/pull/10718
- fix(deps): override webpackbar to v7 for webpack 5.106.0 compatibility by @khajavi in https://github.com/zio/zio/pull/10730
- Update sbt-mdoc to 2.9.0 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10734
- build(deps): bump marocchino/sticky-pull-request-comment from 2 to 3 by @dependabot[bot] in https://github.com/zio/zio/pull/10739
- build(deps): bump actions/create-github-app-token from 3.0.0 to 3.1.1 by @dependabot[bot] in https://github.com/zio/zio/pull/10738
- build(deps): bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 by @dependabot[bot] in https://github.com/zio/zio/pull/10737
- fix(deps): update react monorepo to v19.2.5 by @renovate[bot] in https://github.com/zio/zio/pull/10722
- chore(deps): update dependency prettier to v3.8.2 by @renovate[bot] in https://github.com/zio/zio/pull/10727
- Update sbt-scalafmt to 2.6.0 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10741
- Update reactor-core to 3.8.5 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10745
- chore(deps): update dependency prettier to v3.8.3 by @renovate[bot] in https://github.com/zio/zio/pull/10746
- fix(deps): update dependency postcss to v8.5.10 by @renovate[bot] in https://github.com/zio/zio/pull/10757
- Update spring-core to 7.0.7 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10766
- Update maven-compat, maven-embedder to 3.9.15 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10765
- fix(deps): update tailwindcss monorepo to v4.2.3 by @renovate[bot] in https://github.com/zio/zio/pull/10778
- chore(deps): update dependency typescript to v6.0.3 by @renovate[bot] in https://github.com/zio/zio/pull/10762
- fix(deps): update tailwindcss monorepo to v4.2.4 by @renovate[bot] in https://github.com/zio/zio/pull/10780
- fix(deps): update dependency @zio.dev/zio-telemetry to v3.1.16 by @renovate[bot] in https://github.com/zio/zio/pull/10792
- docs: remove deprecated interop guides by @khajavi in https://github.com/zio/zio/pull/10724
- docs(website): add llms.txt support for AI/LLM consumers by @khajavi in https://github.com/zio/zio/pull/10794
- feat(website): add context7.json configuration by @khajavi in https://github.com/zio/zio/pull/10836
- chore(deps): update dependency prettier-plugin-tailwindcss to v0.8.0 by @renovate[bot] in https://github.com/zio/zio/pull/10789
- chore(deps): update dependency cytoscape to v3.33.3 by @renovate[bot] in https://github.com/zio/zio/pull/10839
- fix(deps): update dependency postcss to v8.5.13 by @renovate[bot] in https://github.com/zio/zio/pull/10840
- Update sbt, sbt-dependency-tree, ... to 1.12.11 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10845
- Update fs2-core to 3.13.0 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10574
- fix(deps): update dependency @zio.dev/zio-sbt to v0.5.1 by @renovate[bot] in https://github.com/zio/zio/pull/10847
- fix(deps): update dependency postcss to v8.5.14 by @renovate[bot] in https://github.com/zio/zio/pull/10849
New Contributors
- @mbovel made their first contribution in https://github.com/zio/zio/pull/10725
Full Changelog: https://github.com/zio/zio/compare/v2.1.25...v2.1.26