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

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

Home / v2.1.20
Name Modified Size InfoDownloads / Week
Parent folder
2.1.20 source code.tar.gz 2025-07-21 58.6 MB
2.1.20 source code.zip 2025-07-21 59.5 MB
README.md 2025-07-21 9.4 kB
Totals: 3 Items   118.1 MB 1

Highlights

This release contains multiple under-the-hood optimizations particularly for async operations such as race and asyncInterrupt.

[!WARNING]
This release fixes a bug in the behaviour of ConfigProvider.kebabCase and ConfigProvider.snakeCase which did not parse config keys correctly. However, users that might have implemented workarounds to the bug might be affected by this fix, so we advice anyone that uses these ConfigProviders in their codebase to review their usage.

Note that for cases where a workaround was implemented and changing config keys is not straightforward, users can opt-in to use ConfigProvider.kebabCaseLegacy / ConfigProvider.snakeCaseLegacy instead.

For more info see https://github.com/zio/zio/pull/9921.

What's Changed

Other changes (CI, dependencies and documentation)

New Contributors

Full Changelog: https://github.com/zio/zio/compare/v2.1.19...v2.1.20

Source: README.md, updated 2025-07-21