Skip to content

Releases: zio/interop-reactive-streams

v1.0.3.5-RC12 compatible with ZIO 1.0.0-RC21

21 Jun 19:22
3588caf
Compare
Choose a tag to compare

v1.0.3.5-RC11 adding support for dotty

11 Jun 07:43
6db30a8
Compare
Choose a tag to compare
Pre-release

This release adds support for dotty, thanks to @LGLO

v1.0.3.5-RC9 compatible with ZIO 1.0.0-RC20

26 May 10:30
25ab63c
Compare
Choose a tag to compare

This release is compatible with ZIO 1.0.0-RC20 and adds chunking.

v1.0.3.5-RC10

26 May 20:05
88971f5
Compare
Choose a tag to compare
v1.0.3.5-RC10 Pre-release
Pre-release

This release fixes a regression introduced in RC7, which broke cancellation in publisherToStream.

v1.0.3.5-RC8

18 May 00:05
6d16a9a
Compare
Choose a tag to compare
v1.0.3.5-RC8 Pre-release
Pre-release

Upgraded ZIO to 1.0.0-RC19

v1.0.3.5-RC7: rewrite process using a queue (#111)

07 May 13:17
bd198b1
Compare
Choose a tag to compare

This release fixes a race condition potentially causing early end of stream.

Breaking Changes: Sink.toSubscriber returns ZManaged instead of ZIO now.

v1.0.3.5-RC6

12 Mar 01:21
f209df8
Compare
Choose a tag to compare
v1.0.3.5-RC6 Pre-release
Pre-release
  • Upgrade ZIO to 1.0.0-RC18-2

v1.0.3.5-RC5

06 Mar 10:59
fc7b16b
Compare
Choose a tag to compare
v1.0.3.5-RC5 Pre-release
Pre-release

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

06 Mar 00:33
8eccb43
Compare
Choose a tag to compare

v1.0.3.5-RC3 compatible with ZIO 1.0.0-RC17

05 Feb 20:24
cb7b915
Compare
Choose a tag to compare

This release fixes a bug where a fiber failure was logged by Publisher.toStream when the publisher failed, even though everything worked as expected.