Releases: zio/interop-reactive-streams
Releases · zio/interop-reactive-streams
v1.0.3.5-RC12 compatible with ZIO 1.0.0-RC21
- Update sbt-bloop to 1.4.2 (#132) by @scala-steward
- feat: ZIO 1.0.0-RC21 (#135) by @runtologist
v1.0.3.5-RC11 adding support for dotty
This release adds support for dotty, thanks to @LGLO
- Update sbt to 1.3.11 (#127) by @scala-steward
- Update sbt to 1.3.12 (#128) by @scala-steward
- Building dotty artifact (#129) by @LGLO
v1.0.3.5-RC9 compatible with ZIO 1.0.0-RC20
This release is compatible with ZIO 1.0.0-RC20 and adds chunking.
- Update zio, zio-streams, zio-test, ... to 1.0.0-RC19-2 (#121) by @scala-steward
- RC20, chunking and less boxing (#119) by @runtologist
v1.0.3.5-RC10
This release fixes a regression introduced in RC7, which broke cancellation in publisherToStream.
- fix cancellation for publisherToStream (#126) by @runtologist, thanks to @Zuchos for analyzing
v1.0.3.5-RC8
Upgraded ZIO to 1.0.0-RC19
v1.0.3.5-RC7: rewrite process using a queue (#111)
This release fixes a race condition potentially causing early end of stream.
Breaking Changes: Sink.toSubscriber
returns ZManaged instead of ZIO now.
- rewrite process using a queue (#111) by @runtologist
- Update sbt-ci-release to 1.5.3 (#109) by @scala-steward
- Update scala-collection-compat to 2.1.6 (#108) by @scala-steward
- Update sbt-header to 5.6.0 (#107) by @scala-steward
- Update scala-collection-compat to 2.1.5 (#106) by @scala-steward
- Update sbt to 1.3.10 (#105) by @scala-steward
- Update sbt-scalafmt to 2.3.4 (#104) by @scala-steward
- Update sbt-header to 5.5.0 (#102) by @scala-steward
- rename BuildInfo to BuildInfoInteropReactiveStreams (#101) by @mvillafuertem
- Update sbt to 1.3.9 (#100) by @scala-steward
- Update sbt-explicit-dependencies to 0.2.13 (#99) by @scala-steward
- add cla (#98) by @adamgfraser
v1.0.3.5-RC6
- Upgrade ZIO to 1.0.0-RC18-2
v1.0.3.5-RC5
This release fixes a bug where Publisher.toStream
would freeze on stream end when wrapped in Stream.flatten
.
- Fix: publisherToStream freezes on stream end inside Stream.flatten #96 by @runtologist
v1.0.3.5-RC4 compatible with ZIO 1.0.0-RC18
- Upgrade ZIO to 1.0.0-RC18 #94 by @runtologist
- Rename package to
reactivestreams
#82 by @asakaev - Do not log fiber failure for shutdown fiber #83 by @runtologist
v1.0.3.5-RC3 compatible with ZIO 1.0.0-RC17
This release fixes a bug where a fiber failure was logged by Publisher.toStream
when the publisher failed, even though everything worked as expected.