Skip to content

Releases: zio/interop-cats

3.3.0-RC1

16 Dec 00:34
fdd9caa
Compare
Choose a tag to compare

This release contains support for interoperability between Cats Effect 3.3.0 and ZIO 2.0.0-RC1.

3.2.9.0

22 Nov 18:46
8db8e77
Compare
Choose a tag to compare

Changes

v3.1.1.0

19 May 13:30
4d312b6
Compare
Choose a tag to compare

This release contains Scala 3 support for Cats Effect 3 users. Thanks to @calvinlfer for his work on this as well as other improvements to the API and documentation.

Notable Changes

v2.5.1.0

19 May 13:30
be12dc9
Compare
Choose a tag to compare

This release contains Scala 3 support for Cats Effect 2 users. Thanks to @SimY4 for his work on this!

v3.0.2.0

20 Apr 15:43
27f5410
Compare
Choose a tag to compare

This release contains support for Cats Effect 3. Thanks to @joroKr21 for all of his hard work on this!

v2.4.1.0

20 Apr 15:41
053b9b4
Compare
Choose a tag to compare

This release contains support for ZHub.

v2.4.0.0

29 Mar 11:22
47326a7
Compare
Choose a tag to compare

Updated interop-cats for Scala 3 3.0.0-RC1 by @vigoo (#309)

Other changes:

  • ZStream SemigroupK instance no longer requires a Semigroup[E] instance for the error type (#316)
All Changes

v2.3.1.0

13 Feb 01:03
28732aa
Compare
Choose a tag to compare

First release of interop-cats with support for Scala 3 3.0.0-M3!
Scala 3 port was contributed by @vigoo (#287)

Other major changes include:

All Changes

v2.2.0.1

07 Oct 01:39
95567c8
Compare
Choose a tag to compare

ZIO 1.0.2 broke binary compatibility on ZStream.fromQueue, which is used in the fs2 interop. This version upgrades ZIO to 1.0.2 which fixes the problem. Upgrading is not needed if you don't use the fs2 interop.

v2.2.0.0

03 Oct 21:18
Compare
Choose a tag to compare

Same as https://github.com/zio/interop-cats/releases/tag/v2.1.4.1, but the version number is fixed to 2.2.0.* series because minimal supported cats-effect version is now 2.2.0


This release updates optional cats-mtl dependency to binary-incompatible 1.0.0 version. Therefore it is not binary-compatible with any previous version of cats-mtl / or previous version of interop-cats when it comes to usages of cats-mtl instances.

Bincompat breaking changes

Other changes