Skip to content

Releases: zio/interop-reactive-streams

Release v2.0.2

03 May 08:59
15f177f
Compare
Choose a tag to compare

What's Changed

  • subscriberToSink fix for calling it from uninterruptible regions by @vigoo in #362

Full Changelog: v2.0.1...v2.0.2

v2.0.1

20 Feb 13:03
ad3e235
Compare
Choose a tag to compare

What's Changed

  • Update dependency com.github.vovapolu:scaluzzi to v0.1.23 by @renovate in #340
  • Update hmarr/auto-approve-action action to v2.4.0 by @renovate in #335
  • Remove Use Of Interruptible by @adamgfraser in #337
  • fix race in Adapters.publisherToStream by @darl in #339
  • Publish Docs to The NPM Registry by @khajavi in #349
  • Fix Publish Docs Command In CI by @khajavi in #350
  • chore(deps): update dependency org.scalameta:sbt-scalafmt to v2.5.0 by @renovate in #348
  • chore(deps): update dependency de.heikoseeberger:sbt-header to v5.9.0 by @renovate in #346
  • Update Introduction Section by @khajavi in #352
  • Add Scaladoc Support by @khajavi in #354

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

27 Jun 19:50
Compare
Choose a tag to compare

This version adds support for ZIO 2.0.0.

v2.0.0 has in great parts been rewritten to use more efficient lower level primitives. Instead of ZManaged, Scopeis used. The extension methods toZIOStream and toZIOSink have been renamed to allow for easier use with other streaming libraries.

What's Changed

New Contributors

Full Changelog: v1.3.12...v2.0.0

v1.3.12

12 May 07:49
ef13c84
Compare
Choose a tag to compare

This release contains a small bugfix for situations where on the ZIO side only a prefix of the stream smaller than the buffer size is consumed, but the underlying Producer tries to send more than prefix size messages. Thanks to @zeal18 for this fix.

What's Changed

  • Ignore publisher after cancelling subscription by @zeal18 in #324

New Contributors

Full Changelog: v1.3.10...v1.3.12

v2.0.0-RC7

04 May 00:11
17a05bf
Compare
Choose a tag to compare
v2.0.0-RC7 Pre-release
Pre-release

This release contains support for ZIO 2.0.0-RÇ6.

v1.3.11

21 Apr 12:35
076db69
Compare
Choose a tag to compare

No-change release to fix publishing of 1.3.10.

v1.3.10-2

21 Apr 12:19
076db69
Compare
Choose a tag to compare

No-change release to fix publishing of 1.3.10.

v1.3.10

21 Apr 10:57
076db69
Compare
Choose a tag to compare

This is a dependencies only release, that bumps ZIO to 1.0.14.

Changes

v2.0.0-RC6

09 Apr 05:29
b569a03
Compare
Choose a tag to compare
v2.0.0-RC6 Pre-release
Pre-release

Compatible with ZIO 2.0.0-RC5

v2.0.0-RC5

03 Apr 17:17
Compare
Choose a tag to compare
v2.0.0-RC5 Pre-release
Pre-release

Compatible with ZIO 2.0.0-RC4