Releases: zio/interop-reactive-streams
Releases · zio/interop-reactive-streams
v2.0.0-RC4
This release adds support for ZIO 2.0.0-RC3. All use of ZManaged
has been converted to Scoped
.
v2.0.0-RC3
This release fixes a race condition in RC2. It is still based on ZIO 2.0.0-RC2.
v2.0.0-RC2
This V2.0.0 pre-release is compatible with ZIO 2.0.0-RC2
v1.3.9
2.0.0-RC1
This version is compatible with ZIO 2.0.0-RC1 and fixed flakiness during interruption.
v2.0.0-M3
This release is compatible with ZIO 2.0.0-RC1.
Known Issues:
- Interruption is flaky in some scenarios.
- The API in README.md does not match reality.
v2.0.0-M2
This milestone is source compatible with 2.0.0-M1 and adds by-name parameters and improves tracing support.
v2.0.0-M1
This is the first milestone release for the ZIO 2.x series, compatible with ZIO 2.0.0-M4.
v1.3.8
Changes
- Update zio, zio-streams, zio-test, ... to 1.0.12 @scala-steward (#281)
- Update scala-library to 2.12.15 @scala-steward (#271)
- Update scalafmt-core to 3.0.4 @scala-steward (#278)
- Update dependency ch.epfl.scala:sbt-bloop to v1.4.9-5-657832eb @renovate (#277)
- Update sbt-scalafix to 0.9.31 @scala-steward (#276)
v1.3.7
This release only fixes the build on 2.11 and 2.12 and otherwise is identical to v1.3.6.
Changes
- fix: compilation on 2.11 and 2.12 @runtologist (#274)