Skip to content

v23.1.0.3

Latest
Compare
Choose a tag to compare
@kyri-petrou kyri-petrou released this 06 Aug 16:14
bf24db5

This minor release fixes an issue where interruption of a cats-effect IO was not being propagated correctly to the ZIO effect when toEffect was used.

In addition, toEffect has been optimized to avoid unnecessary forking of fibers when the ZIO effect is purely synchronous (e.g., ZIO.succeed(1)). Users that often convert synchronous effects from ZIO to cats-effect IO should experience an improvement in their application's performance without any code changes

What's Changed

New Contributors

Full Changelog: v23.1.0.2...v23.1.0.3