Skip to content

Releases: zio/interop-cats

v23.1.0.13

19 Dec 18:45
9cce25a

Choose a tag to compare

What's Changed

Full Changelog: v23.1.0.12...v23.1.0.13

v23.1.0.12

16 Dec 17:29
421d5f1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v23.1.0.11...v23.1.0.12

v23.1.0.11

28 Nov 11:42
9a8474d

Choose a tag to compare

What's Changed

  • Make async without returned finalizer uninterruptible to conform to cats-effect 3.5 law change by @neko-kai in #751

Full Changelog: v23.1.0.9...v23.1.0.11

v23.1.0.9

20 Nov 21:25

Choose a tag to compare

No changes. Redo doc publish.

Full Changelog: v23.1.0.8...v23.1.0.9

v23.1.0.8

20 Nov 19:27

Choose a tag to compare

No changes. Redo doc publish.

Full Changelog: v23.1.0.7...v23.1.0.8

v23.1.0.7

20 Nov 18:51

Choose a tag to compare

  • doc: Use hash version for npm publishing because interop-cats version scheme is incompatible with npm 978842d

Full Changelog: v23.1.0.6...v23.1.0.7

v23.1.0.6

20 Nov 18:07

Choose a tag to compare

What's Changed

  • Fix #709 fix hang in toZStream when queue is not fully drained by @neko-kai in #747
  • Fix #462 don't publish zio-interop-cats-test; restore publishing of zio-test-interop-cats by @neko-kai in #750
  • Publish docs to npm `@zio.dev/interop-cats by @neko-kai (a10db85)
  • Update homepage links in README.md by @alphaho in #673
  • Add Scala Steward to help maintain this project by @guizmaii in #710

New Contributors

Full Changelog: v23.1.0.5...v23.1.0.6

v23.1.0.10

20 Nov 22:19

Choose a tag to compare

No changes. Redo doc publish.

Full Changelog: v23.1.0.9...v23.1.0.10

v23.1.0.5

18 Mar 20:16
673c211

Choose a tag to compare

What's Changed

  • Follow up #705, use ZIO.onExit instead of fs2.Stream.onFinalizeCase to more robustly catch all cases by @neko-kai in #706
  • Move uninterruptibleMask outside of ZIO.acquireReleaseExit in toScopedZIO by @neko-kai in #707

Full Changelog: v23.1.0.4...v23.1.0.5

v23.1.0.4

07 Mar 21:04
c521ef5

Choose a tag to compare

This release fixes a discrepancy between Temporal#realTime implementations for ZIO and cats-effect IO where ZIO returned millisecond precision time, while cats-effect IO returned time with microsecond precision.
Also fixed unguarded throws / defects causing hangs in fs2.Streams converted to ZStreams.

What's Changed

New Contributors

Full Changelog: v23.1.0.3...v23.1.0.4