Unclaimed project
Are you a maintainer of zio? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
zio
ZIO — A type-safe, composable library for async and concurrent programming in Scala
Back to changelogNew
2.1.22
This release contains 2 important bug fixes. For more info check #10116 and #10199.
What's Changed
- Make
ZIO.Parallelism non-lazy by @kyri-petrou in https://github.com/zio/zio/pull/10144
- Fix
Queue#take dropping 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/10155Update reactor-core to 3.7.11 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10157fix(deps): update dependency @zio.dev/zio-streams-compress to v1.1.2 by @renovate[bot] in https://github.com/zio/zio/pull/10156fix(deps): update dependency @zio.dev/zio-telemetry to v3.1.9 by @renovate[bot] in https://github.com/zio/zio/pull/10158fix(deps): update dependency @zio.dev/zio-schema to v1.7.5 by @renovate[bot] in https://github.com/zio/zio/pull/10159Fix Scala Steward OOMs by @guizmaii in https://github.com/zio/zio/pull/10161Fix test tagging example by @mijicd in https://github.com/zio/zio/pull/10160Update spring-core to 6.2.11 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10164Update sbt-header to 5.11.0 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10162fix(deps): update dependency @zio.dev/zio-config to v4.0.5 by @renovate[bot] in https://github.com/zio/zio/pull/10168fix(deps): update dependency @zio.dev/zio-cache to v0.2.5 by @renovate[bot] in https://github.com/zio/zio/pull/10167chore(deps): update dependency @types/react to v19.1.13 by @renovate[bot] in https://github.com/zio/zio/pull/10166Fix ZIO HTTP wildcard redirect by @debrandt in https://github.com/zio/zio/pull/10171Bump actions/create-github-app-token from 2.1.1 to 2.1.4 by @dependabot[bot] in https://github.com/zio/zio/pull/10170fix(deps): update dependency @zio.dev/zio-telemetry to v3.1.10 by @renovate[bot] in https://github.com/zio/zio/pull/10173Remove sbt-bloop plugin by @guizmaii in https://github.com/zio/zio/pull/10176Update zlayer.md by @enimiste in https://github.com/zio/zio/pull/10180Update sbt-jmh to 0.4.8 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10182Update junit-platform-engine to 1.14.0 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10183Update sbt, sbt-dependency-tree, ... to 1.11.7 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10186Update scala3-library, ... to 3.3.7 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10197Update reactor-core to 3.7.12 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10196Update auxlib, clib, javalib, nativelib, ... to 0.5.9 by @zio-scala-steward[bot] in https://github.com/zio/zio/pull/10193Deprecate adding Fatal to the Runtime by @hearnadam in https://github.com/zio/zio/pull/10200New 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