| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.1.22 source code.tar.gz | 2025-10-16 | 58.6 MB | |
| 2.1.22 source code.zip | 2025-10-16 | 59.5 MB | |
| README.md | 2025-10-16 | 3.9 kB | |
| Totals: 3 Items | 118.1 MB | 0 | |
This release contains 2 important bug fixes. For more info check [#10116] and [#10199].
What's Changed
- Make
ZIO.Parallelismnon-lazy by @kyri-petrou in https://github.com/zio/zio/pull/10144 - Fix
Queue#takedropping items on interruption by @kyri-petrou in https://github.com/zio/zio/pull/10116 - Fix FiberRuntime observer memory leak by @hearnadam in https://github.com/zio/zio/pull/10199
Other changes (CI, dependencies and documentation)
- Update fs2-core to 3.12.2 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10148
- fix(deps): update tailwindcss monorepo to v4.1.13 by @renovate[bot] in https://github.com/zio/zio/pull/10147
- fix(deps): update dependency @zio.dev/zio-dynamodb to v1.0.0-rc22 by @renovate[bot] in https://github.com/zio/zio/pull/10150
- Update scalacheck to 1.19.0 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10153
- Update sbt, sbt-dependency-tree, ... to 1.11.6 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10152
- Update sbt-scalajs, scalajs-compiler, ... to 1.20.1 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10151
- Bump actions/setup-node from 4 to 5 by @dependabot[bot] in https://github.com/zio/zio/pull/10155
- Update reactor-core to 3.7.11 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10157
- fix(deps): update dependency @zio.dev/zio-streams-compress to v1.1.2 by @renovate[bot] in https://github.com/zio/zio/pull/10156
- fix(deps): update dependency @zio.dev/zio-telemetry to v3.1.9 by @renovate[bot] in https://github.com/zio/zio/pull/10158
- fix(deps): update dependency @zio.dev/zio-schema to v1.7.5 by @renovate[bot] in https://github.com/zio/zio/pull/10159
- Fix Scala Steward OOMs by @guizmaii in https://github.com/zio/zio/pull/10161
- Fix test tagging example by @mijicd in https://github.com/zio/zio/pull/10160
- Update spring-core to 6.2.11 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10164
- Update sbt-header to 5.11.0 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10162
- fix(deps): update dependency @zio.dev/zio-config to v4.0.5 by @renovate[bot] in https://github.com/zio/zio/pull/10168
- fix(deps): update dependency @zio.dev/zio-cache to v0.2.5 by @renovate[bot] in https://github.com/zio/zio/pull/10167
- chore(deps): update dependency @types/react to v19.1.13 by @renovate[bot] in https://github.com/zio/zio/pull/10166
- Fix ZIO HTTP wildcard redirect by @debrandt in https://github.com/zio/zio/pull/10171
- Bump actions/create-github-app-token from 2.1.1 to 2.1.4 by @dependabot[bot] in https://github.com/zio/zio/pull/10170
- fix(deps): update dependency @zio.dev/zio-telemetry to v3.1.10 by @renovate[bot] in https://github.com/zio/zio/pull/10173
- Remove sbt-bloop plugin by @guizmaii in https://github.com/zio/zio/pull/10176
- Update zlayer.md by @enimiste in https://github.com/zio/zio/pull/10180
- Update sbt-jmh to 0.4.8 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10182
- Update junit-platform-engine to 1.14.0 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10183
- Update sbt, sbt-dependency-tree, ... to 1.11.7 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10186
- Update scala3-library, ... to 3.3.7 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10197
- Update reactor-core to 3.7.12 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10196
- Update auxlib, clib, javalib, nativelib, ... to 0.5.9 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10193
- Deprecate adding Fatal to the Runtime by @hearnadam in https://github.com/zio/zio/pull/10200
New Contributors
- @debrandt made their first contribution in https://github.com/zio/zio/pull/10171
Full Changelog: https://github.com/zio/zio/compare/v2.1.21...v2.1.22