Skip to content

Releases: zio/interop-cats

v23.1.0.3

06 Aug 16:14
bf24db5
Compare
Choose a tag to compare

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

v23.1.0.2

12 Apr 21:52
772233b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v23.1.0.1...v23.1.0.2

v23.1.0.1

17 Feb 19:13
660c3b7
Compare
Choose a tag to compare

What's Changed

  • Fix #669 Add a non-Optional dependency on cats-core for interop-cats by @neko-kai in #686
  • Fix memory leak issue in ZIOConcurrent by @vkorchik in #688

New Contributors

Full Changelog: v23.1.0.0...v23.1.0.1

v23.1.0.0

05 Oct 17:52
e196bb6
Compare
Choose a tag to compare

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

26 Jun 15:44
b120f74
Compare
Choose a tag to compare

What's Changed

  • Add missing class name to interop trace by @neko-kai in #672
  • Remove redundant Console environment in zio.interop.console.cats by @neko-kai in ca3f501

Full Changelog: v23.0.0.7...v23.0.0.8

v23.0.0.7

19 Jun 16:54
f511253
Compare
Choose a tag to compare

What's Changed

  • Remove redundant Runtime instances by @neko-kai in #670
  • Split InteropTracer into a separate artifact zio-interop-tracer by @neko-kai in #671

Full Changelog: v23.0.0.6...v23.0.0.7

v23.0.0.6

28 May 15:58
c46cc09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v23.0.0.5...v23.0.0.6

v23.0.0.5

28 Apr 15:21
db15eda
Compare
Choose a tag to compare

What's Changed

Full Changelog: v23.0.0.4...v23.0.0.5

v23.0.0.4

11 Apr 22:45
6f836a7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v23.0.0.3...v23.0.0.4

v23.0.0.3

06 Apr 17:39
c677f88
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v23.0.0.2...v23.0.0.3