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