This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Releases: zio-archive/interop-monix
Releases · zio-archive/interop-monix
v3.4.2.1.2 — Improve reliability of conversion from ZIO to Monix Task
Fixes a possible race condition that could result in a Monix task that never completes.
v3.4.2.1.1 — support blocking Monix tasks
- Support for running Monix tasks with ZIO's blocking executor
- Convenience methods for when construction of a Monix task requires a Monix scheduler.
v3.4.2.0.0 — ZIO 2.0.0 Support
Support for ZIO 2.0.0 final release.
ZIO 2 RC6 Support
Updated to ZIO 2 RC6.
ZIO 2.0 support
Release for ZIO 2.
v3.4.0.0-RC1
Now supports:
- Monix 3.4
- cancellation
- lazy evaluation of ZIO effects converted to Monix tasks
- Scala 3
What's Changed
- Add Scala 3 support. (#190) @quelgar
- Re-implement using callbacks. (#188) @quelgar
- Upgrade ZIO and Monix (#186) @mijicd
- Fix CI config (#185) @mijicd
- Migrate to Github actions (#184) @mijicd
- Update scalafmt-core to 2.6.4 (#148) @scala-steward
Dependency Updates
- Update sbt-scalajs, scalajs-compiler, ... to 1.9.0 (#189) @scala-steward
- Update sbt-scalajs, scalajs-compiler, ... to 1.8.0 (#187) @scala-steward
v3.2.2.0-RC2
Compatible with Monix 3.2.2 and ZIO 1.0.0-RC21-2.
v3.2.2.0-RC1
Update monix to 3.2.2 (#136)
v3.2.1.0-RC2
Compatible with ZIO 1.0.0-RC19
v3.2.1.0-RC1
Compatible with ZIO 1.0.0-RC18-2
and Monix 3.2.1
.