Releases: zio/interop-cats
Releases · zio/interop-cats
v23.1.0.3
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
- Update to ZIO 2.1.1 by @calvinlfer in #693
- Fix propagation of interruption from CIO to ZIO by @kyri-petrou in #697
- Bump the ZIO version to 2.1.7 by @kyri-petrou in #698
New Contributors
- @kyri-petrou made their first contribution in #697
Full Changelog: v23.1.0.2...v23.1.0.3
v23.1.0.2
What's Changed
- Update Cats Effect (3.5.x) and FS2 by @calvinlfer in #689
- Update to ZIO 2.0.22 and latest Scala LTS + maintenance versions by @calvinlfer in #690
Full Changelog: v23.1.0.1...v23.1.0.2
v23.1.0.1
v23.1.0.0
What's Changed
- Update To Latest ZIO Version by @adamgfraser in #674
- Cats' Ask and Local without ZEnvironment by @coffius in #685
- Bump to 23.1.0.0 to fix broken published version in #658
New Contributors
Full Changelog: v23.0.0.8...v23.1.0.0
v23.0.0.8
v23.0.0.7
v23.0.0.6
What's Changed
- Provides Ask and Local instances backed by FiberRef. by @lacarvalho91 in #665
- Add instances for fs2.io by @grouzen in #668
New Contributors
- @lacarvalho91 made their first contribution in #665
- @grouzen made their first contribution in #668
Full Changelog: v23.0.0.5...v23.0.0.6
v23.0.0.5
What's Changed
- Implement Local and Ask Instances by @adamgfraser in #662
- chore: zio 2.0.13 by @regiskuckaertz in #663
Full Changelog: v23.0.0.4...v23.0.0.5
v23.0.0.4
v23.0.0.3
What's Changed
- Removes Usages Of ZIO.succeedNow by @adamgfraser in #654
- #656 Upgrade zio version. by @ujali in #657
New Contributors
Full Changelog: v23.0.0.2...v23.0.0.3