Download Latest Version 2.1.26 source code.tar.gz (58.6 MB)
Email in envelope

Get an email when there's a new version of ZIO

Home / v2.1.24
Name Modified Size InfoDownloads / Week
Parent folder
2.1.24 source code.tar.gz 2025-12-28 58.6 MB
2.1.24 source code.zip 2025-12-28 59.5 MB
README.md 2025-12-28 9.4 kB
Totals: 3 Items   118.1 MB 0

Highlights

This release focuses heavily on performance improvements of zio-streams and zio-test. In particular, users that rely heavily on TestClock in their test suites should experience a noticeable improvement in test execution and flakiness.

[!NOTE] This release breaks source compatibility of the ZStream#ensuringWith and ZSink#ensuringWith methods by changing the input argument from Exit[E, A] to Exit[Any, Any]. For more info on why this change was necessary please refer to https://github.com/zio/zio/issues/10216.

Most users should not be affected by this change, but if your code fails to compile after updating to zio v2.1.24 due to this change and there is no way to achieve the previous behaviour otherwise, please open an issue with your use-case and we'll look into it promptly.

What's Changed

Other changes (CI, dependencies and documentation)

New Contributors

Full Changelog: https://github.com/zio/zio/compare/v2.1.23...v2.1.24

Source: README.md, updated 2025-12-28