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.19
Name Modified Size InfoDownloads / Week
Parent folder
2.1.19 source code.tar.gz 2025-05-30 58.6 MB
2.1.19 source code.zip 2025-05-30 59.5 MB
README.md 2025-05-30 4.0 kB
Totals: 3 Items   118.0 MB 0

This release fixes a regressions introduced in v2.1.18 where in some cases the finalizers of an application might not run to completion upon receiving an external interruption signal. We highly recommend users on v2.1.18 to update their zio version to v2.1.19 as soon as possible.

In addition, after some lengthy discussions we made the decision to make 2 RuntimeFlags package-private: Interrupt and WindDown. These 2 flags are not meant to be configurable by users and have the potential to break application code when used. This change is binary compatible but not source-compatible, so any users that get a compilation error after upgrading to v2.1.19 due to usage of these flags should simply remove their usages.

What's Changed

Other changes (CI, dependencies and documentation)

New Contributors

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

Source: README.md, updated 2025-05-30