Releases: zio/interop-cats
Releases · zio/interop-cats
v23.1.0.13
What's Changed
Full Changelog: v23.1.0.12...v23.1.0.13
v23.1.0.12
What's Changed
- Upgrade fs2 (Upgrading fs2 version due to CVE-2025-58369 vulnerability in fs2-io) by @kmaliszewski9 in #753
New Contributors
- @kmaliszewski9 made their first contribution in #753
Full Changelog: v23.1.0.11...v23.1.0.12
v23.1.0.11
What's Changed
- Make
asyncwithout 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
No changes. Redo doc publish.
Full Changelog: v23.1.0.8...v23.1.0.9
v23.1.0.8
No changes. Redo doc publish.
Full Changelog: v23.1.0.7...v23.1.0.8
v23.1.0.7
v23.1.0.6
What's Changed
- Fix #709 fix hang in
toZStreamwhen 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
No changes. Redo doc publish.
Full Changelog: v23.1.0.9...v23.1.0.10
v23.1.0.5
v23.1.0.4
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
- Fix #702 propagate defects correctly in conversion from fs2.Stream to ZStream by @neko-kai in #705
- Use microseconds in realTime, aligned with cats impl by @neko-kai in #704
- Make realTime include nanoseconds by @dhpiggott in #703
- Update for ZIO 2.1.14 by @calvinlfer in #701
- Bump dependencies to latest versions by @calvinlfer in #700
New Contributors
- @dhpiggott made their first contribution in #703
Full Changelog: v23.1.0.3...v23.1.0.4